summaryrefslogtreecommitdiffstats
path: root/control-center
Commit message (Collapse)AuthorAgeFilesLines
...
* fix invisible text under the cursorThierry Vignaud2015-12-201-2/+2
| | | | | | | with theme-galaxy.css, text was rendered white on gray we need to prevent the default rule to be applied (which is useless for us anyway) since it's loaded after our own rules (gtknew('MDV_Notebook') => import_style_ressources()) and set our own colors for normal & hover states
* switch from RC files to CSSThierry Vignaud2015-12-201-2/+4
|
* fix calling keyval_from_name()Thierry Vignaud2015-12-201-1/+1
|
* fix computing root_window sizeThierry Vignaud2015-12-201-1/+1
|
* perlish ->style() => ->get_style()Thierry Vignaud2015-12-201-1/+1
|
* those setters no more accept undefThierry Vignaud2015-12-201-1/+1
|
* drop "Image_using_pixbuf", Cairo does a better jobThierry Vignaud2015-12-201-1/+1
|
* draw replaces expose_eventThierry Vignaud2015-12-201-1/+1
|
* get_height() => get_allocated_height()Thierry Vignaud2015-12-201-2/+2
|
* get_width() => get_allocated_width()Thierry Vignaud2015-12-201-2/+2
|
* perlish ->child() => ->get_child()Thierry Vignaud2015-12-201-1/+1
|
* s/can_focus()/set_can_focus()/Thierry Vignaud2015-12-201-2/+2
|
* perlish ->allocation => ->get_allocationThierry Vignaud2015-12-201-1/+1
|
* perlish ->window => ->get_windowThierry Vignaud2015-12-201-7/+7
|
* perlish realized() => get_realized()Thierry Vignaud2015-12-201-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2015-12-201-41/+41
|
* NO more need to load PangoThierry Vignaud2015-12-201-2/+1
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2015-12-201-15/+15
|
* 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