Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-18 | mate-volume-control: Fix 'syntax error' detected with 'cppcheck' | Pablo Barciela | 4 | -15/+15 | |
Fixes cppcheck warnings: [mate-volume-control/gvc-applet.c:118]: (error) syntax error [mate-volume-control/gvc-applet.c:133]: (error) syntax error [mate-volume-control/gvc-applet.c:184]: (error) syntax error [mate-volume-control/gvc-applet.c:287]: (error) syntax error [mate-volume-control/gvc-applet.c:290]: (error) syntax error [mate-volume-control/gvc-combo-box.c:111]: (error) syntax error [mate-volume-control/gvc-combo-box.c:309]: (error) syntax error [mate-volume-control/gvc-combo-box.c:317]: (error) syntax error [mate-volume-control/gvc-combo-box.c:428]: (error) syntax error [mate-volume-control/gvc-mixer-dialog.c:793]: (error) syntax error [mate-volume-control/gvc-status-icon.c:107]: (error) syntax error [mate-volume-control/gvc-status-icon.c:122]: (error) syntax error [mate-volume-control/gvc-status-icon.c:175]: (error) syntax error [mate-volume-control/gvc-status-icon.c:280]: (error) syntax error [mate-volume-control/gvc-status-icon.c:283]: (error) syntax error | |||||
2019-04-17 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-16 | [ci] deploy github pages | Wu Xiaotian | 1 | -12/+10 | |
2019-04-15 | [ci] Enable Clang Static Analyzer | Wu Xiaotian | 1 | -5/+68 | |
2019-04-09 | release 1.23.0v1.23.0 | raveit65 | 2 | -1/+14 | |
2019-04-09 | sync with transifex | raveit65 | 133 | -4626/+6887 | |
2019-03-31 | github release | raveit65 | 1 | -0/+19 | |
2019-03-22 | sync with transifex | raveit65 | 1 | -34/+51 | |
2019-03-21 | add widget name volume-applet to panel-applet | raveit65 | 1 | -0/+3 | |
2019-03-21 | enable/disable StatusIcon applet in XDG dir | raveit65 | 1 | -0/+4 | |
2019-03-21 | Allow disabling either statusicon or panelapplet | lukefromdc | 2 | -2/+71 | |
Add --enable-statusicon (yes/no default is yes) and --enable-panelapplet (yes/no default is yes) configuration flags | |||||
2019-03-09 | edit desktop file for GtkStatusIcon applet | raveit65 | 3 | -4/+4 | |
2019-03-09 | fix distclean | raveit65 | 1 | -0/+3 | |
2019-03-09 | add missing files to POTFILES.in | raveit65 | 1 | -0/+3 | |
2019-03-09 | travis: add libmate-panel dependency | raveit65 | 1 | -1/+5 | |
2019-03-09 | Re-enable old GtkStatusIcon | Victor Kareh | 11 | -182/+1573 | |
This allows us to have builds that use both the legacy status icon as well as the new applet. | |||||
2019-02-26 | Enable a mute menuitem for the output | lukefromdc | 1 | -40/+45 | |
This is a normal menutem with labels and icons that change with the mute state as a toggle item was not always responsive | |||||
2019-02-26 | Ensure volume slider is always perpendicular to the panel | lukefromdc | 1 | -1/+8 | |
Apparently there is an issue with getting the applet orientation on a bottom panel | |||||
2019-02-26 | Ensure volume icon is always correctly scaled | lukefromdc | 2 | -1/+27 | |
Correctly size and scale the icon so doesn't get rendered oversize/ cut at certain panel sizes or on first start. Also set the GTK_ICON_LOOKUP_FORCE_SIZE flag in gtk_icon_theme_load_surface so that when icon theme provides only a single scalable icon it renders the correct size. Otherwise such icons render seriously undersize. | |||||
2019-02-26 | Convert GtkStatusIcon to real applet | Victor Kareh | 9 | -224/+369 | |
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 2 | -6/+12 | |
2019-02-24 | tx: sync with transifex | raveit65 | 134 | -3766/+5314 | |
2019-02-21 | Enable Travis CI for all branches | raveit65 | 1 | -6/+0 | |
2019-02-21 | Initialize Travis CI support | raveit65 | 1 | -0/+99 | |
2018-12-20 | disable deprecation warnings for distcheck | raveit65 | 1 | -4/+2 | |
2018-12-20 | tx: fix Project-Id-Version name in resource file | raveit65 | 1 | -28/+28 | |
2018-07-19 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+4 | |
2018-07-19 | sync with transifex | raveit65 | 132 | -2469/+15041 | |
2018-07-09 | Ignore PulseAudio "monitor" inputs when displaying mic icon | Andrew Jorgensen | 1 | -0/+8 | |
Teradici PCoIP on Linux presently has audio output but no audio input. PulseAudio creates a "monitor" input device for each output device. These combine so that a microphone icon is displayed in the tray even though no actual input device is present. It's misleading, so we created this patch to avoid it. | |||||
2018-07-08 | gvc-mixer-dialog.c: avoid deprecated 'gtk_widget_override_font' | Pablo Barciela | 1 | -1/+6 | |
2018-06-15 | pre-bump version | raveit65 | 2 | -13/+15 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-17 | tx: add makepot and .pot files | raveit65 | 2 | -0/+459 | |
2018-03-11 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-01-28 | release 1.20v1.20.0 | raveit65 | 2 | -1/+9 | |
2018-01-28 | sync with transifex | raveit65 | 103 | -1128/+928 | |
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 7 | -81/+4 | |
2018-01-17 | gvc-applet: don't try to increase refcount of a NULL object | monsta | 1 | -1/+1 | |
fixes another runtime warning | |||||
2018-01-17 | gvc-combo-box: fix signal arguments | monsta | 1 | -3/+2 | |
fixes runtime warning "g_cclosure_marshal_VOID__VOID: assertion 'n_param_values == 1' failed" | |||||
2017-11-06 | sync with transifex | raveit65 | 103 | -106/+106 | |
2017-10-19 | applet: restore icon for "Sound Preferences" menu item | monsta | 1 | -2/+5 | |
this adds some deprecated code but brings back the icon it was lost for GTK+3 build here: https://github.com/mate-desktop/mate-media/commit/0c558fac14266f8c18cfb8bc1d4669ed35868c2f#diff-411bda4b8f441c44b560abc7245dd33cR264 | |||||
2017-09-11 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+11 | |
2017-09-11 | sync with transifex | raveit65 | 103 | -2642/+2662 | |
2017-09-10 | avoid deprecated gdk_screen_get_height | raveit65 | 1 | -1/+5 | |
2017-09-08 | applet: use GdkSeat with GTK+ >= 3.20 | monsta | 1 | -0/+29 | |
2017-08-24 | applet: make keyboard work in popup | monsta | 1 | -2/+19 | |
fixes https://github.com/mate-desktop/mate-media/issues/94 | |||||
2017-08-16 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+9 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-07-05 | refresh tray icon on icon theme change | monsta | 1 | -0/+18 | |
2017-06-16 | sync with transifex | raveit65 | 4 | -31/+33 | |