summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 3.93.9Colin Guthrie2014-01-252-1/+3
|
* drop debug statementThierry Vignaud2014-01-241-1/+0
| | | | wrongly went with commit 87813dd7cfa302347b06cd9b0675d18577a2be11
* 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
* 3.83.8Thierry Vignaud2014-01-222-1/+3
|
* block CHLD signals on startupThierry Vignaud2014-01-222-1/+7
| | | | | | in order to prevent glib-threading segfaults (mga#10289), just block the CHLD signal during the window where glib create threads behind our back (RT-120951)
* 3.7.13.7.1Thierry Vignaud2014-01-222-1/+3
|
* better fix for mga#12280 while fixing exit reported by ColinThierry Vignaud2014-01-222-12/+12
| | | | | | | | | | | | | | | | | | previous fixes for mga#12280 resulted in Colin reporting mgaapplet exiting (not segfaulting): "When updates a bubble pops up: - If you click on the background of this bubble, mgaaplet exits - If you click on the "Install Updates" button, it pops up the password dialog. Without touching anything, about 1s later the dialog seems to be replaced with another that says "Sorry, that didn't work, please try again". When this dialog appears, mgaapplet exits." So let's clean the pile of fixes and: - have only _one_ gtk+ main loop - creating _one_ hidden notification before entering the main loop - never destroy it, but use >close + >clear_actions() then ->update() prior calling >show() when one need to show a notification again
* Update gnome-shell code to exit message tray mode also.Colin Guthrie2014-01-222-0/+4
| | | | | | | | The old method worked on older gnome-shells, this new method works on newer gnome-shells (see bgo#706783) Ideally neither hacks should be necessary and maybe (eventually) we can remove them, but for now...
* 3.63.6Thierry Vignaud2014-01-172-1/+3
|
* workaround X11 hanging (mga#12280)Thierry Vignaud2014-01-172-1/+6
| | | | | | | | | | | | | | | | | | | | | | | Since commit 95b9cd06f14a9817090584d72830df870c591acc, we run a gtk main loop after displaying a notification, else actions when clickong notification buttons are ignored by gtk+/libnotify However, if the notification is not manually closed, we never exit this main loop. In that case, gtk+ fails with: (mgaapplet:9060): Gtk-CRITICAL **: gtk_window_set_accept_focus: assertion 'GTK_IS_WINDOW (window)' failed from: data=<optimized out>, destroy=0x0, button=3, activate_time=5407876) at gtkmenu.c:1613 And X11 is stuck. As a workaround, since libnotify offers no way to be notified when notification is automatically closed, just add a timeout for exiting the main loop. At worse, X11 will be stuch only 5 seconds.
* Polish translation updateDaniel Napora2014-01-111-9/+8
|
* Update Romanian translationYuri Chornoivan2014-01-111-110/+43
|
* - updated Italian translationsMatteo Pasotti2014-01-101-9/+9
|
* 3.53.5Thierry Vignaud2014-01-082-1/+3
|
* delay setting SIG_CHLD handler (mga#10289)Thierry Vignaud2014-01-082-1/+4
| | | | thus fixing segfault on startup
* typo fixThierry Vignaud2014-01-081-1/+1
|
* Made translation betterMarek Laane2013-12-311-4/+4
|
* 3.43.4Thierry Vignaud2013-12-302-1/+3
|
* (translate_product) annotate the parameter as being optionalThierry Vignaud2013-12-301-3/+3
| | | | thus fixing a warning in mgaapplet-config
* drop support for mdv 200[89].xThierry Vignaud2013-12-302-8/+5
| | | | | basically reverting commit 56bcaff85b7b8a98ffdf67118a4df873fe301882 from Nov 24 2009 ("(configure) make it work on 2008.x & 2009.x")
* fix two Entry pointing to the same reference (mga#12148)Thierry Vignaud2013-12-302-1/+2
| | | | | | | | bug introduced in commit 56bcaff85b7b8a98ffdf67118a4df873fe301882 on Nov 24 2009 (was: "(configure) make it work on 2008.x & 2009.x") it wasn't visible in newer distro as we were relying on the other code path
* fix missing arguments in widget creation test (mga#12148)Thierry Vignaud2013-12-302-1/+4
| | | | | | regression introduced in commit 6c1fa5cd83b0d46528ee8cecda42f9b1adca0b32 on Nov 18 2013 ("use (my|u)gtk3 instead of *tk2") when switching from gtk2 to gtk3
* Updated Italian translations (killer1987)Matteo Pasotti2013-12-221-310/+43
|
* Merge branch 'master' of git://git.mageia.org/software/mgaonlineFrancesc Pinyol Margalef2013-12-2120-1270/+431
|\
| * fix typo in previous commits (spot by Colin)Thierry Vignaud2013-12-211-1/+1
| |
| * Polish translation updatedDaniel Napora2013-12-211-17/+17
| |
| * 3.33.3Thierry Vignaud2013-12-212-1/+3
| |
| * do not ignore exceptions: display them at least...Thierry Vignaud2013-12-211-0/+1
| |
| * fix doing nothing when clicking on notifications buttons (mga#12041)Thierry Vignaud2013-12-212-5/+10
| |
| * we can now convert the lazy loading into regular "use"sThierry Vignaud2013-12-211-4/+4
| |
| * split mgaapplet-update-checkerThierry Vignaud2013-12-214-94/+117
| | | | | | | | | | | | since we cannot prevent glib/gtk to spawn threads behind our back, we can at least try to prevent segfaults due to mixing threads with secular forks by exec()ing immediately
| * split mgaapplet moduleThierry Vignaud2013-12-213-37/+49
| | | | | | | | (needed for next commit)
| * 3.23.2Thierry Vignaud2013-12-162-1/+3
| |
| * fix my emailThierry Vignaud2013-12-166-7/+7
| |
| * fix crashing when displaying about dialog (mga#12009)Thierry Vignaud2013-12-162-1/+3
| | | | | | | | set_authors() needs an array ref with Gtk3
| * icons were redone by mgaThierry Vignaud2013-12-161-1/+0
| |
| * Add Transifex config fileYuri Chornoivan2013-12-101-0/+8
| |
| * Updated Estonian translationsMarek Laane2013-12-061-10/+8
| |
| * 3.13.1Thierry Vignaud2013-12-062-1/+3
| |
| * Gtk3::Notify->new => Gtk3::Notify::Notification->new (mga#11897)Thierry Vignaud2013-12-062-1/+3
| |
| * s/gtk2/gtk3/ in commentsThierry Vignaud2013-12-064-4/+4
| |
| * 3.03.0Thierry Vignaud2013-12-052-1/+5
| |
| * use new Toolbar APIThierry Vignaud2013-12-051-1/+1
| |
| * perlish ->child() => ->get_child()Thierry Vignaud2013-12-031-3/+3
| |
| * use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-033-18/+18
| |
| * use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-035-33/+33
| |
| * update revision date and suchMarja van Waes2013-12-021-3/+4
| |
| * update Dutch translationMarja van Waes2013-12-021-7/+6
| |
| * Update Greek translationdglent2013-11-301-8/+8
| |
| * Chinese Traditional update by You-Cheng HsiehYuri Chornoivan2013-11-291-186/+33
| |