Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly display the application logo in the 'About' dialog box | Frédéric Buclin | 2017-03-26 | 1 | -0/+2 |
| | |||||
* | 3.203.20 | Rémi Verschelde | 2017-03-13 | 1 | -0/+2 |
| | |||||
* | Use DBus Menu + StatusNotifier 1.0 (mga#20410) | Frédéric Buclin | 2017-03-13 | 1 | -0/+2 |
| | |||||
* | 3.19 | Nicolas Lécureuil | 2017-03-05 | 1 | -0/+2 |
| | |||||
* | Log previous change | Frédéric Buclin | 2017-03-05 | 1 | -0/+2 |
| | |||||
* | 3.183.18 | Rémi Verschelde | 2017-03-05 | 1 | -0/+3 |
| | |||||
* | Document previous commitstopic/systray | Rémi Verschelde | 2017-03-05 | 1 | -0/+5 |
| | |||||
* | Install and use SVG icons by default | Rémi Verschelde | 2017-03-03 | 1 | -0/+1 |
| | | | | | | Move the mgaonline icon in the hicolor theme with the proper SVG variant installed too. Also fixed a typo in a rpmdrake icon and updated copyright year. | ||||
* | Log previous change | Rémi Verschelde | 2017-03-03 | 1 | -0/+3 |
| | |||||
* | 3.173.17 | Thierry Vignaud | 2016-08-10 | 1 | -0/+2 |
| | |||||
* | log latest changes | Thierry Vignaud | 2016-08-10 | 1 | -0/+5 |
| | |||||
* | Update copyright years for 2016 | Rémi Verschelde | 2016-05-29 | 1 | -0/+2 |
| | |||||
* | 3.163.16 | Anne Nicolas | 2016-03-25 | 1 | -0/+2 |
| | |||||
* | update NEWS | Anne Nicolas | 2016-03-24 | 1 | -0/+2 |
| | |||||
* | 3.153.15 | Thierry Vignaud | 2015-05-18 | 1 | -0/+4 |
| | |||||
* | 3.143.14 | Rémi Verschelde | 2015-02-22 | 1 | -0/+5 |
| | |||||
* | 3.133.13 | Rémi Verschelde | 2015-02-16 | 1 | -0/+3 |
| | |||||
* | Remove apparently unused get_product_info subroutine | Rémi Verschelde | 2015-02-16 | 1 | -0/+3 |
| | |||||
* | Update headers and FSF contact address | Rémi Verschelde | 2015-02-16 | 1 | -0/+2 |
| | |||||
* | 3.123.12 | Anne Nicolas | 2015-02-09 | 1 | -0/+4 |
| | |||||
* | 3.113.11 | Thierry Vignaud | 2015-01-02 | 1 | -0/+4 |
| | |||||
* | 3.103.10 | Thierry Vignaud | 2014-02-04 | 1 | -0/+2 |
| | |||||
* | fix crashing if there's not notification daemon (mga#12416) | Thierry Vignaud | 2014-02-04 | 1 | -0/+1 |
| | |||||
* | fix gtk2 to gtk3 migration: XWINDOW -> get_xid (mga#12527) | Thierry Vignaud | 2014-02-03 | 1 | -0/+1 |
| | |||||
* | restore translations from commit 06c0d4a37aec130691c55e13937bc688bf5e6cb1 | Thierry Vignaud | 2014-02-03 | 1 | -0/+1 |
| | | | | | they were lost due to stupid/gratuitous breakage in commit d67b95af569556af4a4b333e1707fdbc34c447e5 | ||||
* | include strings from mgaapplet-update-checker & mgaapplet-upgrade-helper | Thierry Vignaud | 2014-02-03 | 1 | -0/+2 |
| | |||||
* | 3.93.9 | Colin Guthrie | 2014-01-25 | 1 | -0/+2 |
| | |||||
* | Do not exec pkexec but run it so it has a parent process to fix double fork ↵ | Colin Guthrie | 2014-01-22 | 1 | -0/+3 |
| | | | | issues mga#11184 mga#12364 | ||||
* | 3.83.8 | Thierry Vignaud | 2014-01-22 | 1 | -0/+2 |
| | |||||
* | block CHLD signals on startup | Thierry Vignaud | 2014-01-22 | 1 | -0/+3 |
| | | | | | | 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.1 | Thierry Vignaud | 2014-01-22 | 1 | -0/+2 |
| | |||||
* | better fix for mga#12280 while fixing exit reported by Colin | Thierry Vignaud | 2014-01-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | 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 Guthrie | 2014-01-22 | 1 | -0/+3 |
| | | | | | | | | 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.6 | Thierry Vignaud | 2014-01-17 | 1 | -0/+2 |
| | |||||
* | workaround X11 hanging (mga#12280) | Thierry Vignaud | 2014-01-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | 3.53.5 | Thierry Vignaud | 2014-01-08 | 1 | -0/+2 |
| | |||||
* | delay setting SIG_CHLD handler (mga#10289) | Thierry Vignaud | 2014-01-08 | 1 | -0/+3 |
| | | | | thus fixing segfault on startup | ||||
* | 3.43.4 | Thierry Vignaud | 2013-12-30 | 1 | -0/+2 |
| | |||||
* | drop support for mdv 200[89].x | Thierry Vignaud | 2013-12-30 | 1 | -0/+1 |
| | | | | | 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 Vignaud | 2013-12-30 | 1 | -0/+1 |
| | | | | | | | | 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 Vignaud | 2013-12-30 | 1 | -0/+3 |
| | | | | | | regression introduced in commit 6c1fa5cd83b0d46528ee8cecda42f9b1adca0b32 on Nov 18 2013 ("use (my|u)gtk3 instead of *tk2") when switching from gtk2 to gtk3 | ||||
* | 3.33.3 | Thierry Vignaud | 2013-12-21 | 1 | -0/+2 |
| | |||||
* | fix doing nothing when clicking on notifications buttons (mga#12041) | Thierry Vignaud | 2013-12-21 | 1 | -0/+1 |
| | |||||
* | split mgaapplet-update-checker | Thierry Vignaud | 2013-12-21 | 1 | -0/+3 |
| | | | | | | 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 | ||||
* | 3.23.2 | Thierry Vignaud | 2013-12-16 | 1 | -0/+2 |
| | |||||
* | fix crashing when displaying about dialog (mga#12009) | Thierry Vignaud | 2013-12-16 | 1 | -0/+2 |
| | | | | set_authors() needs an array ref with Gtk3 | ||||
* | 3.13.1 | Thierry Vignaud | 2013-12-06 | 1 | -0/+2 |
| | |||||
* | Gtk3::Notify->new => Gtk3::Notify::Notification->new (mga#11897) | Thierry Vignaud | 2013-12-06 | 1 | -0/+2 |
| | |||||
* | 3.03.0 | Thierry Vignaud | 2013-12-05 | 1 | -0/+4 |
| | |||||
* | 2.842.84 | Colin Guthrie | 2013-11-17 | 1 | -0/+2 |
| |