Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-12 | netspeed: Use theme icons instead of embedded | Victor Kareh | 1 | -101/+111 | |
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 | Convert applet icons from pixbuf to surfaces | Victor Kareh | 1 | -38/+66 | |
This improves support for HiDPI by loading properly scaled surfaces for applets. | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -8/+8 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -42/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-05 | netspeed: update copyright year | monsta | 1 | -1/+1 | |
2017-08-05 | netspeed: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+9 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -164/+23 | |
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it. | |||||
2016-11-22 | fix some indent and a couple of typos | monsta | 1 | -28/+28 | |
2016-08-31 | GTK+-3 netspeed: port GtkTable to GtkGrid | raveit65 | 1 | -0/+42 | |
2016-08-01 | GTK+-3 netspeed: write valid rgb color values to gsettings | raveit65 | 1 | -13/+28 | |
Previous commit writes garbage to gsettings, in result no graphs are displayed with a new start of the applet. Now we have rgb values in gsettings values. | |||||
2016-07-31 | GTK+-3 netspeed: port to GtkColorChooser and GdkRGBA | raveit65 | 1 | -1/+48 | |
2016-07-31 | netspeed: use GtkColorButton instead of MateColorButton | raveit65 | 1 | -9/+8 | |
this reverts http://git.mate-desktop.org/mate-netspeed/commit/?id=38d56de Using GtkColorButton or GtkColorChooser does the same job and we drop the dependecy to libmate-desktop | |||||
2016-07-31 | netspeed: use GtkAbout and update copyright | raveit65 | 1 | -3/+7 | |
2016-01-27 | GTK3: fix previous GtkMisc deprecations fix commit | Wolfgang Ulbrich | 1 | -46/+44 | |
2015-12-14 | merge netspeed applet from mate-netspeed repo | monsta | 1 | -0/+1812 | |