Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (setState) fix closing about dialog when "close" button is clicked (#25867) | Thierry Vignaud | 2006-09-18 | 1 | -0/+1 |
| | |||||
* | (setState) kill some dead code | Thierry Vignaud | 2006-06-23 | 1 | -12/+0 |
| | |||||
* | (silentCheck) kill dead code | Thierry Vignaud | 2006-04-11 | 1 | -3/+1 |
| | |||||
* | - bump copyright years | Thierry Vignaud | 2006-04-11 | 1 | -2/+3 |
| | | | | | | - remove daouda's dead email - list myself | ||||
* | (checkConfig) do not flood logs when config file is not there | Thierry Vignaud | 2006-04-11 | 1 | -1/+3 |
| | |||||
* | better fix: no more flashing dialog when it's already at top level | Thierry Vignaud | 2006-04-07 | 1 | -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 behind | Thierry Vignaud | 2006-04-07 | 1 | -1/+1 |
| | | | | | other windows without flashing it when opening the menu | ||||
* | do not flash the applet window when opening the contextual menu of the icon | Thierry Vignaud | 2006-04-07 | 1 | -1/+1 |
| | |||||
* | raise the window when it's already displayed and the user clicks again on ↵ | Thierry Vignaud | 2006-04-07 | 1 | -2/+6 |
| | | | | the systray icon (#21906) | ||||
* | (setState) set window icon | Thierry Vignaud | 2006-04-07 | 1 | -0/+1 |
| | |||||
* | fork a browser on Mandriva Online website when clicking on the URL | Thierry Vignaud | 2006-04-07 | 1 | -0/+6 |
| | |||||
* | install SIGHUP handler earlier so that the applet supports a very high | Thierry Vignaud | 2006-04-07 | 1 | -7/+8 |
| | | | | | restart frequency (only usefull for tests) | ||||
* | (fork_exec) actually pass extra arguments to forked process | Thierry Vignaud | 2006-04-07 | 1 | -2/+1 |
| | |||||
* | (setState) when "About..." is clicked, open a dialog rather than run a browser | Thierry Vignaud | 2006-04-06 | 1 | -1/+31 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2006-04-06 | 1 | -2/+2 |
| | |||||
* | Not all platforms automatically reinstall their (native) signal | Thierry Vignaud | 2006-04-06 | 1 | -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 thus | Thierry Vignaud | 2006-04-06 | 1 | -2/+1 |
| | | | | | simplify this function | ||||
* | add --auto-update option and uses it in restart_applet() so that we | Thierry Vignaud | 2006-04-06 | 1 | -3/+5 |
| | | | | | don't fail to rerun ourselves in some obscure conditions | ||||
* | on SIGHUP, restart the applet | Thierry Vignaud | 2006-04-06 | 1 | -0/+1 |
| | |||||
* | (restart_applet) factorize some code | Thierry Vignaud | 2006-04-06 | 1 | -1/+7 |
| | |||||
* | Do NOT hardcode paths. | Rafael Garcia-Suarez | 2006-04-06 | 1 | -2/+2 |
| | |||||
* | (refresh_gui) perl_checker cleanup | Thierry Vignaud | 2006-04-04 | 1 | -1/+1 |
| | |||||
* | (silentCheck, refresh_contents) fix reading hostname | Thierry Vignaud | 2006-04-03 | 1 | -2/+2 |
| | |||||
* | (refresh_gui) prevent crashing | Thierry Vignaud | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | set busy cursor while running mdkupdate | Thierry Vignaud | 2006-03-30 | 1 | -1/+8 |
| | |||||
* | (refresh_status) do not disable wrapping | Thierry Vignaud | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | (showMainWindow) set wrap mode on 'word' | Thierry Vignaud | 2006-03-30 | 1 | -0/+1 |
| | |||||
* | (silentCheck) set busy cursor while querying the server | Thierry Vignaud | 2006-03-30 | 1 | -0/+4 |
| | |||||
* | when checking the server, display a more accurate and more | Thierry Vignaud | 2006-03-30 | 1 | -1/+1 |
| | | | | | understandable message (taken from rpmdrake) | ||||
* | wrap text | Thierry Vignaud | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2006-03-29 | 1 | -4/+4 |
| | |||||
* | (my_sprintf_fixutf8) help perl_checker parse this file | Thierry Vignaud | 2006-03-29 | 1 | -1/+1 |
| | |||||
* | (installUpdates) use the new API to check for updates | Thierry Vignaud | 2006-03-29 | 1 | -28/+19 |
| | |||||
* | display the pid of the already running applet | Thierry Vignaud | 2006-03-29 | 1 | -1/+2 |
| | |||||
* | (logIt) log everything into explanations | Thierry Vignaud | 2006-03-29 | 1 | -0/+1 |
| | |||||
* | enable explanations | Thierry Vignaud | 2006-03-29 | 1 | -0/+1 |
| | |||||
* | common::sprintf_fixutf8 is not needed with recent perl (#21589) | Thierry Vignaud | 2006-03-17 | 1 | -2/+6 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2006-02-28 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2006-02-27 | 1 | -30/+24 |
| | |||||
* | - sync | Daouda Lo | 2006-02-15 | 1 | -1/+2 |
| | |||||
* | - change error to updates | Daouda Lo | 2006-02-09 | 1 | -1/+1 |
| | |||||
* | - add bundle support | Daouda Lo | 2006-02-09 | 1 | -1/+7 |
| | |||||
* | - grey Main Window before calling fork/exec | Daouda Lo | 2005-12-27 | 1 | -1/+5 |
| | |||||
* | - Fixed ugly freeze state when launching configure and update process | Daouda Lo | 2005-12-25 | 1 | -13/+42 |
| | | | | | through applet | ||||
* | - add slash to base url to open help URL correctly | Daouda Lo | 2005-10-21 | 1 | -2/+2 |
| | |||||
* | - remove trailing slash | Daouda Lo | 2005-10-14 | 1 | -1/+1 |
| | |||||
* | - s/oldmd5/newmd5/ | Daouda Lo | 2005-09-16 | 1 | -1/+1 |
| | |||||
* | - merge 10.0, 10.1, 10.2 and 2006 code base | Daouda Lo | 2005-09-15 | 1 | -7/+7 |
| | |||||
* | Fixed wrong URLs. | Romain d'Alverny | 2005-08-05 | 1 | -3/+3 |
| | |||||
* | use common::md5file | Olivier Blin | 2005-07-18 | 1 | -13/+2 |
| |