Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (setState) kill commented out code | Thierry Vignaud | 2007-09-03 | 1 | -1/+0 |
| | |||||
* | (setState) bump year | Thierry Vignaud | 2007-09-03 | 1 | -1/+1 |
| | |||||
* | (setState) do not set the version since we already put it in title | Thierry Vignaud | 2007-09-03 | 1 | -1/+0 |
| | |||||
* | (setState) do not wrap the license since it's horrible | Thierry Vignaud | 2007-09-03 | 1 | -1/+1 |
| | |||||
* | (setState) convert to mygtk2, thus nicely kill the following warning: | Thierry Vignaud | 2007-09-03 | 1 | -17/+17 |
| | | | | | "Deprecation warning: use Gtk2::AboutDialog::set_program_name instead of set_name" | ||||
* | (setState) fix a %s interpolation | Thierry Vignaud | 2007-09-03 | 1 | -1/+1 |
| | |||||
* | (silentCheck) only look at update media now that MandrivaUpdate do | Thierry Vignaud | 2007-08-29 | 1 | -1/+1 |
| | | | | | this (#32978) (nice side effect: speed up the updates lookup) | ||||
* | prevent running drakbug when already running (#32439) | Thierry Vignaud | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | further improve this string by spliting out the rpmdrake substring in order ↵ | Thierry Vignaud | 2007-08-09 | 1 | -3/+3 |
| | | | | to ease futur changes; add quotes | ||||
* | typo fix | Thierry Vignaud | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | default delay was mistakely increased from 25s to 250s (olivier faurax) | Thierry Vignaud | 2007-08-07 | 1 | -1/+1 |
| | |||||
* | introduce "delayed" state in order to make clear we wait for the | Thierry Vignaud | 2007-08-07 | 1 | -1/+12 |
| | | | | | initial check | ||||
* | make first check delay configurable through /etc/sysconfig/mdkapplet (#32338) | Thierry Vignaud | 2007-08-07 | 1 | -1/+2 |
| | |||||
* | simplify | Thierry Vignaud | 2007-08-06 | 1 | -2/+1 |
| | |||||
* | use die() again now that drakbug is more sensitive | Thierry Vignaud | 2007-08-06 | 1 | -2/+1 |
| | |||||
* | remove workaround for buggy GNOME now that it has been fixed | Thierry Vignaud | 2007-08-03 | 1 | -5/+0 |
| | |||||
* | mdkapplet already running should not fire drakbug | Thierry Vignaud | 2007-08-03 | 1 | -1/+4 |
| | |||||
* | (silentCheck) hide password in logs (#30854) | Thierry Vignaud | 2007-06-08 | 1 | -1/+1 |
| | |||||
* | prevent urpmi.update to run /usr/bin/resize through | Thierry Vignaud | 2007-03-23 | 1 | -0/+4 |
| | | | | | | Term::ReadKey->GetTerminalSize() when xterm is installed (which freeze the desktop) | ||||
* | go into "ok" state on startup | Thierry Vignaud | 2007-03-23 | 1 | -0/+2 |
| | |||||
* | schedule first check 25seconds after startup | Thierry Vignaud | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | (setup_cyclic_check) skip the first check (aka wait 3hour) | Thierry Vignaud | 2007-03-23 | 1 | -0/+6 |
| | |||||
* | (silentCheck) kill dead comment | Thierry Vignaud | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | hide "configure the service" menu entry | Thierry Vignaud | 2007-03-22 | 1 | -6/+6 |
| | |||||
* | really display which database is locked | Thierry Vignaud | 2007-03-21 | 1 | -2/+2 |
| | |||||
* | add a "locked" status in order to report clearly the issue | Thierry Vignaud | 2007-03-21 | 1 | -1/+7 |
| | |||||
* | (harvester,silentCheck) remove the timers that make the applet constantly ↵ | Thierry Vignaud | 2007-03-21 | 1 | -3/+0 |
| | | | | polling (#29788) | ||||
* | (harvester,silentCheck) fork the updates checking in background, thus fixing: | Thierry Vignaud | 2007-03-21 | 1 | -34/+73 |
| | | | | | | - frozed applet while computing updates - memory leak (15Mb on every check) | ||||
* | (silentCheck) do not needlessly create a new urpm object | Thierry Vignaud | 2007-03-21 | 1 | -1/+0 |
| | |||||
* | update log message regarding s/mdkupdate/MandrivaUpdate/ | Thierry Vignaud | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | (silentCheck) try harder to refresh the GUI while updating (eg: if a | Thierry Vignaud | 2007-03-20 | 1 | -0/+1 |
| | | | | | full-screen window go above the applet) | ||||
* | (logIt) do not log translated messages | Thierry Vignaud | 2007-03-20 | 1 | -26/+26 |
| | |||||
* | (harvester) only schedule an updates check if we really run | Thierry Vignaud | 2007-03-20 | 1 | -1/+1 |
| | | | | | MandrivaUpdate (not eg edit-urpm-sources) | ||||
* | when there's no media at all or when all update media are disabled, | Thierry Vignaud | 2007-03-20 | 1 | -1/+6 |
| | | | | | run source media manager on right click | ||||
* | (silentCheck) add two new states that enable mdkapplet to warn when | Thierry Vignaud | 2007-03-20 | 1 | -1/+28 |
| | | | | | there's no media at all or when all update media are disabled" | ||||
* | display "busy" state while computing updates on startup | Thierry Vignaud | 2007-03-19 | 1 | -1/+1 |
| | |||||
* | (harvester) update status once MandrivaUpdate completed | Thierry Vignaud | 2007-03-16 | 1 | -1/+6 |
| | |||||
* | (silentCheck) do not alter media while MandrivaUpdate is running | Thierry Vignaud | 2007-03-16 | 1 | -0/+1 |
| | |||||
* | (silentCheck) do not allow to run several instances of MandrivaUpdate | Thierry Vignaud | 2007-03-16 | 1 | -0/+5 |
| | |||||
* | (harvester) fix returning pids | Thierry Vignaud | 2007-03-16 | 1 | -1/+0 |
| | |||||
* | fix eating all CPU after running MandrivaUpdate | Thierry Vignaud | 2007-03-16 | 1 | -4/+0 |
| | |||||
* | typo fix | Thierry Vignaud | 2007-03-16 | 1 | -1/+1 |
| | |||||
* | cleanup | Thierry Vignaud | 2007-03-16 | 1 | -1/+1 |
| | |||||
* | kill dead code | Thierry Vignaud | 2007-03-16 | 1 | -1/+2 |
| | |||||
* | (installUpdates) wait for MandrivaUpdate to complete before | Thierry Vignaud | 2007-03-16 | 1 | -1/+4 |
| | | | | | recomputing updates & restarting the applet if needed | ||||
* | (harvester) return pids of reaped children | Thierry Vignaud | 2007-03-16 | 1 | -1/+3 |
| | |||||
* | (fork_exec) return pid of forked process | Thierry Vignaud | 2007-03-16 | 1 | -1/+2 |
| | |||||
* | (silentCheck) check if urpm db is not lockable; if not, skip updating it | Thierry Vignaud | 2007-03-16 | 1 | -3/+18 |
| | |||||
* | (checkConfig) if no config file, operate offline w/o complaining | Thierry Vignaud | 2007-03-16 | 1 | -1/+0 |
| | |||||
* | on left click on applet, run MandrivaUpdate if there're updates | Thierry Vignaud | 2007-03-13 | 1 | -6/+3 |
| |