summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 12.5712.57Thierry Vignaud2015-03-172-1/+3
|
* add "bug ID"Thierry Vignaud2015-03-171-1/+1
|
* Update copyright yearsRémi Verschelde2015-03-092-1/+3
|
* 12.5612.56Luc Menut2015-02-262-1/+5
|
* try to reduce delay b/c it could cause unexpected exit from mccLuc Menut2015-02-261-1/+1
|
* 12.5512.55Luc Menut2015-02-232-2/+11
|
* add delay to prevent black background with oxygen-gtk3 (mga#11969)Luc Menut2015-02-231-0/+1
|
* 12.5412.54Anne Nicolas2015-02-092-1/+4
|
* Update Czech translation from TxYuri Chornoivan2015-02-081-1/+1
|
* Sync Czech translation with TXYuri Chornoivan2015-01-181-452/+99
|
* update Dutch translationMarja van Waes2015-01-041-5/+5
|
* Update some strings in Basque translationEgoitz Rodriguez2015-01-041-11/+16
|
* Mageia 5 artwork integration12.53Rémi Verschelde2014-12-174-1/+1
| | | | Tag 12.53
* Update Brazilian Portuguese translation from TransifexYuri Chornoivan2014-11-161-458/+80
|
* Update Basque translationEgoitz Rodriguez2014-10-141-406/+67
| | | | Update Basque translation
* fix a gtk warningThierry Vignaud2014-08-262-1/+6
| | | | | GLib-CRITICAL **: Source ID 350 was not found when attempting to remove it at /usr/libexec/drakconf line 1055.
* Update Swedish translationYuri Chornoivan2014-07-191-480/+98
|
* fix buildThierry Vignaud2014-07-101-1/+1
|
* 12.5212.52Thierry Vignaud2014-07-102-1/+3
|
* kill obsolete print_launcher.plThierry Vignaud2014-07-102-44/+0
|
* fix doble fork (Colin Guthrie)Thierry Vignaud2014-07-102-2/+3
|
* sync with codeThierry Vignaud2014-05-1174-11623/+11874
|
* fix not displaying contributors in about dialog (mga#13093)Thierry Vignaud2014-03-282-1/+3
| | | | access to CREDITS was wrongly removed in befd324a2ef5f487e788bc6ed6c5de0dd7a9d751
* Change French translation of MCCRémi Verschelde2014-03-051-4/+5
|
* 12.51Colin Guthrie2014-01-252-1/+3
|
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵Colin Guthrie2014-01-222-1/+4
| | | | issues mga#11184 mga#12364
* updateThierry Vignaud2014-01-221-2/+2
|
* Update Romanian translationYuri Chornoivan2014-01-111-461/+68
|
* further updateThierry Vignaud2014-01-081-5/+3
|
* updateThierry Vignaud2014-01-081-2/+2
|
* revert debug statementThierry Vignaud2014-01-081-2/+0
|
* fix dateThierry Vignaud2014-01-081-2/+2
|
* 12.50Thierry Vignaud2014-01-083-1/+5
|
* simplify after previous commitThierry Vignaud2014-01-081-8/+1
| | | | revert commit 9b4e9da3dabd58573cc2c941bed524fc1fb24f7b
* better fix for segfault on startup (mga#10289)Thierry Vignaud2014-01-082-6/+6
| | | | | 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
* 12.49Thierry Vignaud2014-01-072-1/+3
|
* fix missing spaceThierry Vignaud2014-01-071-1/+1
|
* fix missing colonThierry Vignaud2014-01-071-14/+14
| | | | happened since commit a8251c9652410c95c51d40bc4f3db3b81f119eef
* delay starting up logdrake, thus fixing segfault on startup (mga#10289)Thierry Vignaud2014-01-072-2/+10
| | | | 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
|
* 12.48Donald Stewart2014-01-055-1/+5
| | | | - Add MGA4 artwork
* 12.47Thierry Vignaud2013-12-282-1/+3
|
* try harder to prevent segfaulting on webkit init (mga#10289)Thierry Vignaud2013-12-282-1/+8
| | | | | we segfault in SIG_CHLD when temporary webkit threads exit on init: delay setting CHLD handler on forking the 1st tool
* Updated Italian translations (killer1987)Matteo Pasotti2013-12-221-421/+65
|
* 12.46Thierry Vignaud2013-12-212-1/+3
|
* reduce delay for the --start-with=xxx optionThierry Vignaud2013-12-212-1/+2
| | | | (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-212-2/+13
| | | | ignore SIGCHLD until WebKit has finished creating its threads