summaryrefslogtreecommitdiffstats
path: root/mdkapplet
Commit message (Collapse)AuthorAgeFilesLines
* update log message regarding s/mdkupdate/MandrivaUpdate/Thierry Vignaud2007-03-201-1/+1
|
* (silentCheck) try harder to refresh the GUI while updating (eg: if aThierry Vignaud2007-03-201-0/+1
| | | | | full-screen window go above the applet)
* (logIt) do not log translated messagesThierry Vignaud2007-03-201-26/+26
|
* (harvester) only schedule an updates check if we really runThierry Vignaud2007-03-201-1/+1
| | | | | MandrivaUpdate (not eg edit-urpm-sources)
* when there's no media at all or when all update media are disabled,Thierry Vignaud2007-03-201-1/+6
| | | | | run source media manager on right click
* (silentCheck) add two new states that enable mdkapplet to warn whenThierry Vignaud2007-03-201-1/+28
| | | | | there's no media at all or when all update media are disabled"
* display "busy" state while computing updates on startupThierry Vignaud2007-03-191-1/+1
|
* (harvester) update status once MandrivaUpdate completedThierry Vignaud2007-03-161-1/+6
|
* (silentCheck) do not alter media while MandrivaUpdate is runningThierry Vignaud2007-03-161-0/+1
|
* (silentCheck) do not allow to run several instances of MandrivaUpdateThierry Vignaud2007-03-161-0/+5
|
* (harvester) fix returning pidsThierry Vignaud2007-03-161-1/+0
|
* fix eating all CPU after running MandrivaUpdateThierry Vignaud2007-03-161-4/+0
|
* typo fixThierry Vignaud2007-03-161-1/+1
|
* cleanupThierry Vignaud2007-03-161-1/+1
|
* kill dead codeThierry Vignaud2007-03-161-1/+2
|
* (installUpdates) wait for MandrivaUpdate to complete beforeThierry Vignaud2007-03-161-1/+4
| | | | | recomputing updates & restarting the applet if needed
* (harvester) return pids of reaped childrenThierry Vignaud2007-03-161-1/+3
|
* (fork_exec) return pid of forked processThierry Vignaud2007-03-161-1/+2
|
* (silentCheck) check if urpm db is not lockable; if not, skip updating itThierry Vignaud2007-03-161-3/+18
|
* (checkConfig) if no config file, operate offline w/o complainingThierry Vignaud2007-03-161-1/+0
|
* on left click on applet, run MandrivaUpdate if there're updatesThierry Vignaud2007-03-131-6/+3
|
* store update frequency in /etc/sysconfig/mdkapplet (default is 3h)Thierry Vignaud2007-03-131-1/+5
|
* (installUpdates) run MandrivaUpdate directly instead of mdvupdate wrapperThierry Vignaud2007-03-121-1/+1
|
* kill a debug statementThierry Vignaud2007-03-091-1/+0
|
* (setState) bump copyrightThierry Vignaud2007-03-091-1/+1
|
* (refresh_gui) prevent checking 4 times if there're updates before actually ↵Thierry Vignaud2007-03-091-1/+1
| | | | running MandrivaUpdate
* (cronUpdate) rename it to something more sensitive: setup_cyclic_check()Thierry Vignaud2007-03-091-2/+2
|
* (silentCheck) since we allow working totally w/o the server, don't die if ↵Thierry Vignaud2007-03-091-1/+1
| | | | we're not registered
* (silentCheck) enable to work w/o the server (per romain's request)Thierry Vignaud2007-03-091-0/+1
|
* (fork_exec) just resuse run_programThierry Vignaud2007-03-091-6/+2
|
* (fork_exec) return value is never used => kill itThierry Vignaud2007-03-091-1/+0
|
* (silentCheck) compute updates localyThierry Vignaud2007-03-091-17/+21
|
* on left click on applet, run MandrivaUpdate if there're updatesThierry Vignaud2007-03-131-28/+60
|
* (setState) fix closing about dialog when "close" button is clicked (#25867)Thierry Vignaud2006-09-181-0/+1
|
* (setState) kill some dead codeThierry Vignaud2006-06-231-12/+0
|
* (silentCheck) kill dead codeThierry Vignaud2006-04-111-3/+1
|
* - bump copyright yearsThierry Vignaud2006-04-111-2/+3
| | | | | | - remove daouda's dead email - list myself
* (checkConfig) do not flood logs when config file is not thereThierry Vignaud2006-04-111-1/+3
|
* better fix: no more flashing dialog when it's already at top levelThierry Vignaud2006-04-071-2/+1
| | | | | when clicking on the tray icon (it's also raised if iconized)
* fix latest commit: aka keep raising the main dialog if hided behindThierry Vignaud2006-04-071-1/+1
| | | | | other windows without flashing it when opening the menu
* do not flash the applet window when opening the contextual menu of the iconThierry Vignaud2006-04-071-1/+1
|
* raise the window when it's already displayed and the user clicks again on ↵Thierry Vignaud2006-04-071-2/+6
| | | | the systray icon (#21906)
* (setState) set window iconThierry Vignaud2006-04-071-0/+1
|
* fork a browser on Mandriva Online website when clicking on the URLThierry Vignaud2006-04-071-0/+6
|
* install SIGHUP handler earlier so that the applet supports a very highThierry Vignaud2006-04-071-7/+8
| | | | | restart frequency (only usefull for tests)
* (fork_exec) actually pass extra arguments to forked processThierry Vignaud2006-04-071-2/+1
|
* (setState) when "About..." is clicked, open a dialog rather than run a browserThierry Vignaud2006-04-061-1/+31
|
* perl_checker cleanupsThierry Vignaud2006-04-061-2/+2
|
* Not all platforms automatically reinstall their (native) signalThierry Vignaud2006-04-061-1/+7
| | | | | | | handlers after a signal delivery (aka the handler works only the first time the signal is sent). Let's use "POSIX" signal handlers since their behaviour is well-defined.
* (fork_exec) the second argument is never used; let's drop it and thusThierry Vignaud2006-04-061-2/+1
| | | | | simplify this function