summaryrefslogtreecommitdiffstats
path: root/mdkapplet
Commit message (Collapse)AuthorAgeFilesLines
* (installUpdates) run MandrivaUpdate with --no-splash option in orderThierry Vignaud2008-05-081-1/+1
| | | | | to skip splash screen (#40366)
* (setState) do not show icon while checking if previously hiddenThierry Vignaud2008-03-211-0/+8
|
* (setState) store list of invisible states (needed for next commit)Thierry Vignaud2008-03-211-1/+2
|
* no need to load PangoThierry Vignaud2008-03-211-2/+0
|
* kill unused variable (not found by perl_checker...)Thierry Vignaud2008-03-211-3/+1
|
* (refresh_gui) kill dead code (dead since r56623 on 2007-03-13: "onThierry Vignaud2008-03-211-12/+1
| | | | | | left click on applet, run MandrivaUpdate if there're updates") after switching to local updates computing
* stop directly loading big Config module (still loaded though POSIX sadly)Thierry Vignaud2008-03-211-1/+0
|
* do not load useless interactive module (thus reducing resident size by 1.5MB ↵Thierry Vignaud2008-03-211-2/+0
| | | | (5.4%)
* (setState) rename 'state_type' as 'state' for readabilityThierry Vignaud2008-03-211-8/+8
|
* (setState) do not show icon while waiting for initial checkThierry Vignaud2008-03-211-1/+1
|
* commentThierry Vignaud2008-03-211-0/+1
|
* do not start network cyclic checks before first media test (#38991) ; also doThierry Vignaud2008-03-211-1/+1
| | | | | 2nd check 3hrs after first one instead of 3hrs minus initial delay
* check for network just before first checkThierry Vignaud2008-03-211-1/+6
|
* (checkNetwork) do not check for network while checking for updatesThierry Vignaud2008-03-211-0/+1
|
* (setup_cyclic_check) do not skip first RPM check (reverting r57280Thierry Vignaud2008-03-211-5/+0
| | | | | | from 2007-03-23: "(setup_cyclic_check) skip the first check (aka wait 3hour)")
* (setState) do not display "install updates" button when notifying aboutThierry Vignaud2008-03-201-1/+1
| | | | | | | | network being down (regression introduced in r54199 on 2006-09-18: "(setState) fix closing about dialog when "close" button is clicked (#25867)")
* simplify network detectionOlivier Blin2008-03-191-10/+2
|
* do not check for network before first media test (#38991)Thierry Vignaud2008-03-171-1/+1
|
* kill helene's emailThierry Vignaud2008-03-161-1/+1
|
* bump copyright yearThierry Vignaud2008-03-161-1/+1
|
* (setState) offer to install updates in notificationsThierry Vignaud2008-03-141-0/+1
|
* (installUpdates) kill dead codeThierry Vignaud2008-03-121-2/+0
|
* (installUpdates) do not keep complaining if nightly update cron hadThierry Vignaud2008-03-121-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 Vignaud2008-03-101-4/+1
|
* (setup_cyclic_check) check more often for network (#37701, #38004)Thierry Vignaud2008-03-051-2/+3
|
* (checkNetwork) do not notify if already doneThierry Vignaud2008-03-051-0/+2
|
* (checkNetwork) typo fixThierry Vignaud2008-03-051-0/+1
|
* (checkNetwork) revert 238578 ("(checkConfig) remove unreachable code")Thierry Vignaud2008-03-051-1/+2
|
* revertThierry Vignaud2008-03-051-5/+3
|
* (checkNetwork) revert 238578 ("(checkConfig) remove unreachable code")Thierry Vignaud2008-03-051-3/+5
|
* (checkConfig) rename it as checkNetwork() since that really what it doesThierry Vignaud2008-03-051-3/+3
|
* (checkConfig) remove unreachable codeThierry Vignaud2008-03-051-2/+0
|
* (setState) do not crash if notfiy failed on ->show (#38496)Thierry Vignaud2008-03-051-1/+1
|
* (silentCheck) use more modern API to check for updatesThierry Vignaud2008-03-051-3/+12
|
* (setState) make sure that bubbles are displayed on right iconThierry Vignaud2008-02-271-0/+1
|
* (setState) enable perl_checker to check callersThierry Vignaud2008-02-271-1/+1
|
* lazy load Rpmdrake::open_db so that urpm really is lazy loaded atThierry Vignaud2008-02-261-2/+2
| | | | | runtime when forking checker
* (setState) make sure notifications' text doesn't got truncatedThierry Vignaud2008-02-261-1/+1
|
* kill last remaining bundle bitThierry Vignaud2008-02-211-6/+0
|
* (silentCheck) update inactive backport media (#34620)Thierry Vignaud2008-02-181-1/+8
|
* (silentCheck) reindentThierry Vignaud2008-02-051-60/+60
|
* (shouldStart) simplifyThierry Vignaud2008-02-051-2/+1
|
* perl_checker cleanups (killing dead code)Thierry Vignaud2008-02-051-10/+7
|
* increase initial check delayed from 60 seconds to 5 minutesThierry Vignaud2008-02-051-1/+1
|
* make sure to not display any bubbles at all if no updates (#37451)Thierry Vignaud2008-02-051-0/+1
|
* (setState) hide icon when no updates are availlable (#29768)Thierry Vignaud2008-02-051-0/+1
|
* ues Gtk2::StatusIcon instead of Gtk2::TrayIcon (needed for #29728)Thierry Vignaud2008-02-051-18/+12
|
* use Gtk2::Notify instead of Gtk2::NotificationBubble (#37113)Thierry Vignaud2008-02-051-5/+5
|
* fix setting priority with setpriority()Thierry Vignaud2008-02-051-1/+1
|
* (silentCheck) make sure to not report false positives (#36358)Thierry Vignaud2008-02-011-3/+5
|