summaryrefslogtreecommitdiffstats
path: root/control-center
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsRémi Verschelde2015-03-091-1/+1
|
* try to reduce delay b/c it could cause unexpected exit from mccLuc Menut2015-02-261-1/+1
|
* add delay to prevent black background with oxygen-gtk3 (mga#11969)Luc Menut2015-02-231-0/+1
|
* fix a gtk warningThierry Vignaud2014-08-261-1/+4
| | | | | GLib-CRITICAL **: Source ID 350 was not found when attempting to remove it at /usr/libexec/drakconf line 1055.
* fix not displaying contributors in about dialog (mga#13093)Thierry Vignaud2014-03-281-1/+1
| | | | access to CREDITS was wrongly removed in befd324a2ef5f487e788bc6ed6c5de0dd7a9d751
* revert debug statementThierry Vignaud2014-01-081-2/+0
|
* 12.50Thierry Vignaud2014-01-081-0/+2
|
* simplify after previous commitThierry Vignaud2014-01-081-8/+1
| | | | revert commit 9b4e9da3dabd58573cc2c941bed524fc1fb24f7b
* better fix for segfault on startup (mga#10289)Thierry Vignaud2014-01-081-6/+4
| | | | | just block the CHLD signal during the window where glib/webkit create threads behind our back (RT-120951)
* move SIG_CHLD handler from fork_() into run_tool()Thierry Vignaud2014-01-081-0/+5
| | | | | | rationale: in next commit, we will block SIG_CHLD at startup then simplify starting logdrake, meaning fork() would unblock SIG_CHLD too early if "display logs" option is on
* delay starting up logdrake, thus fixing segfault on startup (mga#10289)Thierry Vignaud2014-01-071-2/+7
| | | | we would segfault when "Display Logs" option is set
* perl_checker cleanupsThierry Vignaud2014-01-071-2/+2
|
* kill useless debug messageThierry Vignaud2014-01-071-1/+0
|
* try harder to prevent segfaulting on webkit init (mga#10289)Thierry Vignaud2013-12-281-1/+5
| | | | | we segfault in SIG_CHLD when temporary webkit threads exit on init: delay setting CHLD handler on forking the 1st tool
* reduce delay for the --start-with=xxx optionThierry Vignaud2013-12-211-1/+1
| | | | (now that the WebKit threads issue has been fixed)
* reorder function after call to main()Thierry Vignaud2013-12-211-4/+2
|
* fix segfault when WebKit creates threads for good (mga#10289)Thierry Vignaud2013-12-211-2/+11
| | | | ignore SIGCHLD until WebKit has finished creating its threads
* further delay event for slow machines (mga#10289)Thierry Vignaud2013-12-131-2/+2
|
* further delay event for slow machines (mga#10289)Thierry Vignaud2013-11-181-2/+2
|
* simplifyThierry Vignaud2013-11-181-1/+1
|
* Drop the hardcoded binary path from the programs.Colin Guthrie2013-09-051-9/+12
| | | | | | | | | | | | | | | | Instead use a very basic heuristic to find them and inject the full path when needed. This allows those programs which have been converted to polkit (and thus have binary path in /usr/bin) to happily coexist with ones which have not (and thus have path in /usr/sbin). Long term goal is to put all binaries in /usr/bin and ditch any kind of reliance on PATH as a fundamental separator. The tools which need root privs should either be wrapped in polkit policy or simply refuse to run. mga#11125
* fix rpmdrake path to /usr/binennael2013-09-041-1/+1
|
* further delay event for slow machines (mga#10289)Thierry Vignaud2013-06-261-1/+1
|
* workaround crash with glib-2.36+ (mga#10289)Thierry Vignaud2013-06-181-2/+2
| | | | | | we basically wait for glib to have created its worker thread before setting our SIG_CHLD handler (see also https://bugzilla.gnome.org/show_bug.cgi?id=698081)
* perl_checker cleanupThierry Vignaud2013-01-271-3/+1
|
* bump copyright (mga#8503)Thierry Vignaud2013-01-271-1/+1
|
* fix text position over splash screen (mga#5873)Thierry Vignaud2012-12-131-1/+1
|
* track main_window (should fix quite some dialog placement bugs)Thierry Vignaud2012-12-131-1/+1
| | | | (needs drakxtools => 15.11)
* (quit_global) popup a confirm dialog before exitingThierry Vignaud2012-12-131-0/+2
| | | | needs drakxtools => 15.11
* ((navigation-requested) fix a crash (mga#6982)Thierry Vignaud2012-09-061-1/+1
|
* (navigation-requested) simplifyThierry Vignaud2012-09-061-3/+1
|
* Fix for documentation, see ↵Oliver Burger2012-08-021-1/+1
| | | | https://wiki.mageia.org/en/Calenco_Draktools#Network_Sharing
* add a note for translators (mga#6172)Thierry Vignaud2012-05-301-1/+4
|
* further update Release Notes URLThierry Vignaud2011-12-101-1/+1
|
* update Release Notes URL according to mga1 practiceThierry Vignaud2011-12-101-1/+1
|
* (run_browser) fix URLs such as Errata (mga#3603)Thierry Vignaud2011-12-101-3/+1
|
* - fixed typo (Bug #959)Oliver Burger2011-05-031-1/+1
| | | | | - corrected pot file so it will pass msgfmt -c
* remove extended maintainance in control center entriesAnne Nicolas2011-04-211-1/+0
|
* Change hover to greyDexter Morgan2011-02-061-1/+1
|
* Change color of menu text to greyDexter Morgan2011-02-061-1/+1
|
* Port to new API Dexter Morgan2011-02-061-5/+4
|
* Fix typoDexter Morgan2011-02-061-1/+0
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-14/+16
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r433 | dmorgan | 2011-02-06 02:16:32 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned control-center ------------------------------------------------------------------------
* Align icons properly (#53383)Eugeni Dodonov2010-05-191-0/+1
|
* Previous changes reverted (drakconnect --internet should not be added)Claudio Matsuoka2010-03-081-1/+0
|
* Add entry in mcc for drakconnect --internet (#34765)Claudio Matsuoka2010-03-021-0/+1
|
* add extended maintenance iconThierry Vignaud2010-01-211-0/+1
|
* share version more widely (needed for next commit)Thierry Vignaud2010-01-211-1/+1
|
* (sig_child) restart services if requestedThierry Vignaud2009-10-291-0/+7
|
* (real_bin_path) factorizeThierry Vignaud2009-10-291-2/+7
|