Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify network detection | Olivier Blin | 2008-03-19 | 1 | -10/+2 |
| | |||||
* | do not check for network before first media test (#38991) | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
| | |||||
* | kill helene's email | Thierry Vignaud | 2008-03-16 | 1 | -1/+1 |
| | |||||
* | bump copyright year | Thierry Vignaud | 2008-03-16 | 1 | -1/+1 |
| | |||||
* | (setState) offer to install updates in notifications | Thierry Vignaud | 2008-03-14 | 1 | -0/+1 |
| | |||||
* | (installUpdates) kill dead code | Thierry Vignaud | 2008-03-12 | 1 | -2/+0 |
| | |||||
* | (installUpdates) do not keep complaining if nightly update cron had | Thierry Vignaud | 2008-03-12 | 1 | -2/+0 |
| | | | | | | | | | | | | | | failled (#38531) ; the way to check them is to look at cron mails was introduced by daouda in r53060 on 2004-11-04 20:00:11: "merge changes from MNF, MDK-10-update" really introduced in revision 1.115.4.1 in MDK10_0_update CVS branch on Thu Oct 28 17:33:25 2004: "- don't process all the update list (too slow) - better handling of error" | ||||
* | (silentCheck) adapt to urpmi-5.9 (#38724) | Thierry Vignaud | 2008-03-10 | 1 | -4/+1 |
| | |||||
* | (setup_cyclic_check) check more often for network (#37701, #38004) | Thierry Vignaud | 2008-03-05 | 1 | -2/+3 |
| | |||||
* | (checkNetwork) do not notify if already done | Thierry Vignaud | 2008-03-05 | 1 | -0/+2 |
| | |||||
* | (checkNetwork) typo fix | Thierry Vignaud | 2008-03-05 | 1 | -0/+1 |
| | |||||
* | (checkNetwork) revert 238578 ("(checkConfig) remove unreachable code") | Thierry Vignaud | 2008-03-05 | 1 | -1/+2 |
| | |||||
* | revert | Thierry Vignaud | 2008-03-05 | 1 | -5/+3 |
| | |||||
* | (checkNetwork) revert 238578 ("(checkConfig) remove unreachable code") | Thierry Vignaud | 2008-03-05 | 1 | -3/+5 |
| | |||||
* | (checkConfig) rename it as checkNetwork() since that really what it does | Thierry Vignaud | 2008-03-05 | 1 | -3/+3 |
| | |||||
* | (checkConfig) remove unreachable code | Thierry Vignaud | 2008-03-05 | 1 | -2/+0 |
| | |||||
* | (setState) do not crash if notfiy failed on ->show (#38496) | Thierry Vignaud | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | (silentCheck) use more modern API to check for updates | Thierry Vignaud | 2008-03-05 | 1 | -3/+12 |
| | |||||
* | (setState) make sure that bubbles are displayed on right icon | Thierry Vignaud | 2008-02-27 | 1 | -0/+1 |
| | |||||
* | (setState) enable perl_checker to check callers | Thierry Vignaud | 2008-02-27 | 1 | -1/+1 |
| | |||||
* | lazy load Rpmdrake::open_db so that urpm really is lazy loaded at | Thierry Vignaud | 2008-02-26 | 1 | -2/+2 |
| | | | | | runtime when forking checker | ||||
* | (setState) make sure notifications' text doesn't got truncated | Thierry Vignaud | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | kill last remaining bundle bit | Thierry Vignaud | 2008-02-21 | 1 | -6/+0 |
| | |||||
* | (silentCheck) update inactive backport media (#34620) | Thierry Vignaud | 2008-02-18 | 1 | -1/+8 |
| | |||||
* | (silentCheck) reindent | Thierry Vignaud | 2008-02-05 | 1 | -60/+60 |
| | |||||
* | (shouldStart) simplify | Thierry Vignaud | 2008-02-05 | 1 | -2/+1 |
| | |||||
* | perl_checker cleanups (killing dead code) | Thierry Vignaud | 2008-02-05 | 1 | -10/+7 |
| | |||||
* | increase initial check delayed from 60 seconds to 5 minutes | Thierry Vignaud | 2008-02-05 | 1 | -1/+1 |
| | |||||
* | make sure to not display any bubbles at all if no updates (#37451) | Thierry Vignaud | 2008-02-05 | 1 | -0/+1 |
| | |||||
* | (setState) hide icon when no updates are availlable (#29768) | Thierry Vignaud | 2008-02-05 | 1 | -0/+1 |
| | |||||
* | ues Gtk2::StatusIcon instead of Gtk2::TrayIcon (needed for #29728) | Thierry Vignaud | 2008-02-05 | 1 | -18/+12 |
| | |||||
* | use Gtk2::Notify instead of Gtk2::NotificationBubble (#37113) | Thierry Vignaud | 2008-02-05 | 1 | -5/+5 |
| | |||||
* | fix setting priority with setpriority() | Thierry Vignaud | 2008-02-05 | 1 | -1/+1 |
| | |||||
* | (silentCheck) make sure to not report false positives (#36358) | Thierry Vignaud | 2008-02-01 | 1 | -3/+5 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2008-02-01 | 1 | -4/+4 |
| | |||||
* | (checkConfig,checkUpdates,isNetwork) readd them back as well as | Thierry Vignaud | 2008-02-01 | 1 | -11/+40 |
| | | | | | | | | | disconnected state in order to make mdkapplet aware again of network status (#35107) (thus reverting r232311 from 2007-12-05 13:22:53 [and further cleanup r232726 on 2008-01-02 11:14:49]) now mdkapplet does not work w/o network | ||||
* | readd back tooltips regarding "initial check delay" that got removed | Thierry Vignaud | 2008-02-01 | 1 | -0/+5 |
| | | | | | | in r232444 on 2007-12-11 21:39:15 now that we can set a tooltip w/o displaying a bubble. | ||||
* | do not display a bubble while checking updates (#36526) | Thierry Vignaud | 2008-02-01 | 1 | -0/+1 |
| | |||||
* | (setState) enable to set tooltip w/o firing bubbles (for next commit, #36526) | Thierry Vignaud | 2008-02-01 | 1 | -1/+1 |
| | |||||
* | (setState) do not crash when icon is removed from the panel socket (#35908) | Thierry Vignaud | 2008-02-01 | 1 | -1/+1 |
| | |||||
* | (setup_cyclic_check) reindent | Thierry Vignaud | 2008-01-29 | 1 | -3/+3 |
| | |||||
* | kill unused isNetwork() (was duplicated from net_applet...) | Olivier Blin | 2008-01-02 | 1 | -22/+0 |
| | |||||
* | delay initial check by 1 mn instead of by 25 seconds | Thierry Vignaud | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | do not display bubbles while waiting for the initial check | Thierry Vignaud | 2007-12-11 | 1 | -5/+0 |
| | |||||
* | (setState) enable to have states w/o displaying bubbles | Thierry Vignaud | 2007-12-11 | 1 | -4/+6 |
| | |||||
* | kill disconnect state (thus make mdkapplet works again w/o network) | Thierry Vignaud | 2007-12-05 | 1 | -34/+10 |
| | |||||
* | drop --debug option | Thierry Vignaud | 2007-12-04 | 1 | -2/+0 |
| | |||||
* | (silentCheck) prevent running an external command, and set priority | Thierry Vignaud | 2007-12-04 | 1 | -1/+5 |
| | | | | | | earlier, so that urpm::request_packages_to_upgrade behaves nicely with other processes | ||||
* | show Mandriva Linux site instead of old mdvonline one | Thierry Vignaud | 2007-12-04 | 1 | -1/+1 |
| | |||||
* | (silentCheck) run nice instead of renice | Thierry Vignaud | 2007-12-04 | 1 | -1/+1 |
| |