summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adding a migrating script (that take care of not respawning too muchThierry Vignaud2006-04-071-0/+66
| | | | | | | | | applets due to multiple rpm triggers) that will migrate both old and new type applets: - for old applets, we just plainly kill them and restart them all - for new ones, we just send them the SIGHUP signal and they'll take care herselves of restarting
* - bump copyright yearsThierry Vignaud2006-04-073-4/+29
| | | | | | - remove daouda's dead email - list myself
* (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
|
* only restart the applet if it supports itThierry Vignaud2006-04-071-0/+2
|
* Updated Estonian translation.Marek Laane2006-04-071-13/+16
|
* UpdatedWilly Sudiarto Raharjo2006-04-071-14/+17
|
* updateThierry Vignaud2006-04-062-7/+7
|
* add 2 new stringsThierry Vignaud2006-04-0673-220/+951
|
* autoset the version of the applet from the package version & releaseThierry Vignaud2006-04-061-0/+1
|
* (setState) when "About..." is clicked, open a dialog rather than run a browserThierry Vignaud2006-04-061-1/+31
|
* factorize yearsThierry Vignaud2006-04-0673-84/+84
|
* updateThierry Vignaud2006-04-061-11/+13
|
* import a translation from DrakXThierry Vignaud2006-04-0611-11/+11
|
* sync with codeThierry Vignaud2006-04-0673-899/+5252
|
* restart the applet on updateThierry Vignaud2006-04-061-0/+1
|
* 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
* add --auto-update option and uses it in restart_applet() so that weThierry Vignaud2006-04-061-3/+5
| | | | | don't fail to rerun ourselves in some obscure conditions
* on SIGHUP, restart the appletThierry Vignaud2006-04-061-0/+1
|
* (restart_applet) factorize some codeThierry Vignaud2006-04-061-1/+7
|
* Do NOT hardcode paths.Rafael Garcia-Suarez2006-04-061-2/+2
|
* fix POST not keptFlorent Villard2006-04-052-3/+8
|
* *** empty log message ***Thierry Vignaud2006-04-041-0/+18
|
* 2.0-9mdkThierry Vignaud2006-04-041-1/+4
|
* (check_server_response) fix crash when applet is run as rootThierry Vignaud2006-04-041-1/+1
|
* (refresh_gui) perl_checker cleanupThierry Vignaud2006-04-041-1/+1
|
* blacklist Gtk2::Pango (too much noise in perl_checker output which isThierry Vignaud2006-04-041-0/+1
| | | | | wrongly reported against mdkapplet)
* *** empty log message ***Thierry Vignaud2006-04-041-0/+18
|
* 2.0-8mdkThierry Vignaud2006-04-041-1/+4
|
* better way to fix autoregistering the host: write a config file soThierry Vignaud2006-04-041-3/+7
| | | | | that write_wide_conf() do not miss some fields
* we've no previous config so add missing fields to server's answerThierry Vignaud2006-04-041-0/+2
|
* remove traillinge EOL from hostnameThierry Vignaud2006-04-041-1/+1
|
* *** empty log message ***Thierry Vignaud2006-04-031-0/+17
|
* 2.0-7mdkThierry Vignaud2006-04-031-1/+6
|
* autoregister the host instead of running the mdkonline wizard when ↵Thierry Vignaud2006-04-031-1/+18
| | | | installing a bundle
* (silentCheck, refresh_contents) fix reading hostnameThierry Vignaud2006-04-031-2/+2
|
* properly translate network statesThierry Vignaud2006-04-031-3/+3
|
* *** empty log message ***Thierry Vignaud2006-04-031-0/+15
|
* 2.0-6mdkThierry Vignaud2006-04-031-1/+8
|
* make legacy updates work (and inline auto_install_rpms() btw)Thierry Vignaud2006-04-031-11/+4
|
* (update_pkgs) with new scheme, we got a list of .rpm names. process this ↵Thierry Vignaud2006-04-031-1/+1
| | | | list as needed for urpmi (aka keep only package names)
* *** empty log message ***Thierry Vignaud2006-04-031-0/+50
|
* (refresh_gui) prevent crashingThierry Vignaud2006-04-031-1/+1
|
* proper way for preventing standalone from parsing @ARGVThierry Vignaud2006-04-031-3/+1
|
* prevent standalone from parsing @ARGVThierry Vignaud2006-04-031-0/+1
|
* add a usage messageThierry Vignaud2006-04-031-1/+21
|