summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-11Cpufreq: Refactor to remove more GTK2 leftoverslukefromdc1-112/+10
2018-06-11Cpufreq: ensure frequency label always shows up if freq selectedlukefromdc1-44/+7
Remove old code left over from GTK2 that never worked properly in GTK 3
2018-06-10update .pot fileraveit651-224/+182
2018-06-10pre-bump versionraveit652-1/+3
2018-05-12accessx: Convert icons from pixbuf to cairo surfacesVictor Kareh151-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-12netspeed: Use theme icons instead of embeddedVictor Kareh17-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-12battstat: Load theme icons instead of pixmapsVictor Kareh7-1331/+63
Also remove the outdated option for expanded view.
2018-05-12Convert applet icons from pixbuf to surfacesVictor Kareh6-135/+178
This improves support for HiDPI by loading properly scaled surfaces for applets.
2018-04-09solving type mismatch in g_settings_set_valuemarosg421-4/+5
2018-04-09only text formatting to prepare for real changemarosg421-92/+83
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-21Fix cpufreq applet spacing on HiDPI displaysVictor Kareh1-1/+3
2018-03-16tx: add makepot and .pot filesraveit652-0/+2532
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-03-06multiload: add style class multiload-appletraveit651-0/+4
2018-02-09avoid deprecated GtkStockPablo Barciela19-75/+91
2018-02-04release 1.20v1.20.0raveit652-1/+13
2018-02-04sync with transifexraveit651-4/+5
2018-02-04require GTK+ 3.22 and GLib 2.50monsta21-423/+12
2018-02-04Scaling network graph using thresholds defined by userMarian Gasparovic7-178/+477
2018-02-02multiload: fix tabs/spaces mix in more placesmonsta1-93/+91
2018-02-01multiload: fix spacing in some placesmonsta1-58/+58
2018-02-01multiload: remove some unneeded spacesmonsta1-5/+5
2018-02-01configure.ac: fix version in commentmonsta1-1/+1
2018-01-25Revert "bump libmateweather requirement to 1.19.1"raveit651-1/+1
This reverts commit 8111ccc52917dd0de924920b333a37240674dd9b. t needed any more as previous commits revert the reason for it.
2018-01-25Revert "Added logic to not send notification if weather update is equal (as ↵raveit653-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-25Revert "If location changes, abort any outstanding weather updates"raveit651-1/+0
This reverts commit dc71847a5490abad09ef0b4955b5461d8e66ed3f. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2018-01-22weather: fix possible crash when opening prefs dialogmonsta1-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-16release 1.19.4v1.19.4raveit652-1/+8
2018-01-16sync with transifexraveit65114-47496/+4975
2018-01-14drop broken invest-applet and all Python dependenciesmonsta55-11268/+0
closes https://github.com/mate-desktop/mate-applets/issues/297
2018-01-09update copyright year to 2018monsta14-14/+14
2017-12-29Fix build warnings: ignoring return value of ‘fgets’,Pablo Barciela2-10/+32
declared with attribute warn_unused_result
2017-12-27release 1.19.3v1.19.3raveit652-2/+15
2017-12-27sync with transifexraveit65115-30616/+34688
2017-12-19command: bump range of intervalRu Uba1-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-05WidthOfScreen and HeightOfScreen implementationPablo Barciela3-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-27build: when gtksourceview isn't found, show this package namemonsta1-1/+1
closes https://github.com/mate-desktop/mate-applets/issues/270
2017-11-09Update tooltips with latest valuesmarosg421-3/+3
Solving issue #283
2017-11-09Cpufreq: fix a build warninglukefromdc1-1/+1
2017-11-09Cpufreq: stop jumping numbers moving units labellukefromdc1-29/+38
*Force the frequency label to hold the largest size it ever takes *Reset label size with any change of theme or font to avoid truncation *Clean up a nasty mix of spaced and tabs in cpufreq_applet_refresh
2017-11-04sync with transifexraveit654-5/+5
2017-10-11Merge branch 'master' of github.com:mate-desktop/mate-appletsraveit6514-14/+14
2017-10-06mateweather: update copyright yearmonsta1-1/+1
missed this applet yesterday
2017-10-05update copyright year in other appletsmonsta12-12/+12
2017-10-05netspeed: update copyright yearmonsta1-1/+1
2017-09-27release 1.19.2v1.19.2raveit652-1/+10
2017-09-27sync with transifexraveit65112-115/+115
2017-09-27Rounding error in draw corrected.marosg1-3/+7
2017-09-22cpufreq: fix calculating max width of frequency/unit/percent labelsmonsta1-23/+22
fixes https://github.com/mate-desktop/mate-applets/issues/268