Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-09 | weather-dialog: replace deprecated GtkAlignment | raveit65 | 1 | -11/+15 | |
2018-07-09 | weather-prefs: replace deprecated gtk_alignment_new | raveit65 | 1 | -6/+3 | |
2018-07-09 | stickynotes: replace deprecated gdk_error_trap_push/pop functions | raveit65 | 1 | -5/+7 | |
and renaming gdk_display to xdisplay var to match GDK_DISPLAY_XDISPLAY, what it really is. | |||||
2018-07-08 | cpu-freq: replace deprecated gtk_menu_popup | raveit65 | 1 | -52/+5 | |
2018-07-08 | sticknotes: replace deprecated gtk_menu_popup | raveit65 | 1 | -4/+2 | |
2018-07-06 | drivemount: replace deprecated gtk_menu_popup | raveit65 | 1 | -67/+10 | |
2018-07-06 | charpick: replace deprecated gtk_menu_popup | raveit65 | 1 | -36/+5 | |
2018-06-20 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+14 | |
2018-06-20 | sync with transifex | raveit65 | 127 | -53361/+92862 | |
2018-06-11 | Cpufreq: Force the frequency label to render if frequencies are not found ↵ | lukefromdc | 1 | -1/+7 | |
right away Use a default "---" label until frequency values are found | |||||
2018-06-11 | Cpufreq: Refactor to remove more GTK2 leftovers | lukefromdc | 1 | -112/+10 | |
2018-06-11 | Cpufreq: ensure frequency label always shows up if freq selected | lukefromdc | 1 | -44/+7 | |
Remove old code left over from GTK2 that never worked properly in GTK 3 | |||||
2018-06-10 | update .pot file | raveit65 | 1 | -224/+182 | |
2018-06-10 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-05-12 | accessx: Convert icons from pixbuf to cairo surfaces | Victor Kareh | 151 | -354/+581 | |
This improves support for HiDPI displays. It also fixes some deprecation warnings, adds auto-resizing, and updates the main applet icon. | |||||
2018-05-12 | netspeed: Use theme icons instead of embedded | Victor Kareh | 17 | -108/+164 | |
This removes old icons included with the applet and instead uses icons from the current theme. Known issues: * Loopback interface does not have an icon, instead we use a "reload" icon to simulate it. * PLIP/SLIP interfaces do not have proper icons, I managed to find an old PLIP icon in the hicolor theme and re-purposed it. * Since not all icons have the same levels of scaling, I'm capping the size at 48px to keep all interfaces consistent. * There are no icons for Wireless Quality, so I retained the existing ones for now. | |||||
2018-05-12 | battstat: Load theme icons instead of pixmaps | Victor Kareh | 7 | -1331/+63 | |
Also remove the outdated option for expanded view. | |||||
2018-05-12 | Convert applet icons from pixbuf to surfaces | Victor Kareh | 6 | -135/+178 | |
This improves support for HiDPI by loading properly scaled surfaces for applets. | |||||
2018-04-09 | solving type mismatch in g_settings_set_value | marosg42 | 1 | -4/+5 | |
2018-04-09 | only text formatting to prepare for real change | marosg42 | 1 | -92/+83 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-21 | Fix cpufreq applet spacing on HiDPI displays | Victor Kareh | 1 | -1/+3 | |
2018-03-16 | tx: add makepot and .pot files | raveit65 | 2 | -0/+2532 | |
2018-03-11 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-03-06 | multiload: add style class multiload-applet | raveit65 | 1 | -0/+4 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 19 | -75/+91 | |
2018-02-04 | release 1.20v1.20.0 | raveit65 | 2 | -1/+13 | |
2018-02-04 | sync with transifex | raveit65 | 1 | -4/+5 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 21 | -423/+12 | |
2018-02-04 | Scaling network graph using thresholds defined by user | Marian Gasparovic | 7 | -178/+477 | |
2018-02-02 | multiload: fix tabs/spaces mix in more places | monsta | 1 | -93/+91 | |
2018-02-01 | multiload: fix spacing in some places | monsta | 1 | -58/+58 | |
2018-02-01 | multiload: remove some unneeded spaces | monsta | 1 | -5/+5 | |
2018-02-01 | configure.ac: fix version in comment | monsta | 1 | -1/+1 | |
2018-01-25 | Revert "bump libmateweather requirement to 1.19.1" | raveit65 | 1 | -1/+1 | |
This reverts commit 8111ccc52917dd0de924920b333a37240674dd9b. t needed any more as previous commits revert the reason for it. | |||||
2018-01-25 | Revert "Added logic to not send notification if weather update is equal (as ↵ | raveit65 | 3 | -12/+1 | |
decided by weather_info_equal ()) to the previous update" This reverts commit 109a7fa77bb4745524eca8a0735b210b55b81fe0. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51 | |||||
2018-01-25 | Revert "If location changes, abort any outstanding weather updates" | raveit65 | 1 | -1/+0 | |
This reverts commit dc71847a5490abad09ef0b4955b5461d8e66ed3f. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51 | |||||
2018-01-22 | weather: fix possible crash when opening prefs dialog | monsta | 1 | -4/+4 | |
fixes https://github.com/mate-desktop/mate-applets/issues/299 fallout from https://github.com/mate-desktop/mate-applets/commit/37e590249dd9d191a2331040fb879830c9ceea8e | |||||
2018-01-16 | release 1.19.4v1.19.4 | raveit65 | 2 | -1/+8 | |
2018-01-16 | sync with transifex | raveit65 | 114 | -47496/+4975 | |
2018-01-14 | drop broken invest-applet and all Python dependencies | monsta | 55 | -11268/+0 | |
closes https://github.com/mate-desktop/mate-applets/issues/297 | |||||
2018-01-09 | update copyright year to 2018 | monsta | 14 | -14/+14 | |
2017-12-29 | Fix build warnings: ignoring return value of ‘fgets’, | Pablo Barciela | 2 | -10/+32 | |
declared with attribute warn_unused_result | |||||
2017-12-27 | release 1.19.3v1.19.3 | raveit65 | 2 | -2/+15 | |
2017-12-27 | sync with transifex | raveit65 | 115 | -30616/+34688 | |
2017-12-19 | command: bump range of interval | Ru Uba | 1 | -1/+1 | |
Increase time range end point to allow command to occur inside a range for up to 86400 seconds (24 hours) in a second. | |||||
2017-12-05 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 3 | -17/+8 | |
This commit reverts: https://github.com/mate-desktop/mate-applets/commit/d809e57c7b09f545f1cf847f514fa738d44ac2b3 https://github.com/mate-desktop/mate-applets/commit/2f5515815c1f6c9b66f85d6ec228aad7aea0b441 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height | |||||
2017-11-27 | build: when gtksourceview isn't found, show this package name | monsta | 1 | -1/+1 | |
closes https://github.com/mate-desktop/mate-applets/issues/270 | |||||
2017-11-09 | Update tooltips with latest values | marosg42 | 1 | -3/+3 | |
Solving issue #283 | |||||
2017-11-09 | Cpufreq: fix a build warning | lukefromdc | 1 | -1/+1 | |