summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-24release 1.22.0v1.22.0raveit652-6/+12
2019-02-24tx: sync with transifexraveit65134-3766/+5314
2019-02-21Enable Travis CI for all branchesraveit651-6/+0
2019-02-21Initialize Travis CI supportraveit651-0/+99
2018-12-20disable deprecation warnings for distcheckraveit651-4/+2
2018-12-20tx: fix Project-Id-Version name in resource fileraveit651-28/+28
2018-07-19release 1.21.0v1.21.0raveit651-0/+4
2018-07-19sync with transifexraveit65132-2469/+15041
2018-07-09Ignore PulseAudio "monitor" inputs when displaying mic iconAndrew Jorgensen1-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-08gvc-mixer-dialog.c: avoid deprecated 'gtk_widget_override_font'Pablo Barciela1-1/+6
2018-06-15pre-bump versionraveit652-13/+15
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-17tx: add makepot and .pot filesraveit652-0/+459
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-01-28release 1.20v1.20.0raveit652-1/+9
2018-01-28sync with transifexraveit65103-1128/+928
2018-01-28require GTK+ 3.22 and GLib 2.50monsta7-81/+4
2018-01-17gvc-applet: don't try to increase refcount of a NULL objectmonsta1-1/+1
fixes another runtime warning
2018-01-17gvc-combo-box: fix signal argumentsmonsta1-3/+2
fixes runtime warning "g_cclosure_marshal_VOID__VOID: assertion 'n_param_values == 1' failed"
2017-11-06sync with transifexraveit65103-106/+106
2017-10-19applet: restore icon for "Sound Preferences" menu itemmonsta1-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-11release 1.19.1v1.19.1raveit652-1/+11
2017-09-11sync with transifexraveit65103-2642/+2662
2017-09-10avoid deprecated gdk_screen_get_heightraveit651-1/+5
2017-09-08applet: use GdkSeat with GTK+ >= 3.20monsta1-0/+29
2017-08-24applet: make keyboard work in popupmonsta1-2/+19
fixes https://github.com/mate-desktop/mate-media/issues/94
2017-08-16gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+9
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point
2017-07-18update issue_templateraveit651-0/+3
2017-07-05refresh tray icon on icon theme changemonsta1-0/+18
2017-06-16sync with transifexraveit654-31/+33
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-20Restore Polish translation credits from GNOMEPiotr Drąg1-6/+11
2017-05-10release 1.19.0v1.19.0raveit651-0/+7
2017-05-10sync with transifexraveit658-71/+74
2017-05-10mixer-dialog: remove style class .frame from a scrolledwindowraveit651-1/+1
This removes a double border in application page. As the border is already set by the parent notebook.frame.
2017-05-10mixer-dialog: avoid deprecated GtkAlignmentraveit651-36/+23
2017-05-10gvc-sound-theme-chooser: avoid deprecated Gtk_Alignmentraveit651-10/+5
2017-04-30gvc-channel-bar: avoid deprecated Gtk_Alignmentraveit651-11/+6
2017-04-28applet: show volume in popup even when mutedMoritz Bruder1-7/+7
2017-04-28applet: round volume in popup of status iconMoritz Bruder1-4/+4
Most of the time the value was off almost 1 percent.
2017-04-28applet: fix minor rounding mistakesMoritz Bruder1-1/+9
The chosen volume step increment isn't necessarily an integer. The volume however is stored as integer. Whenever the volume is synced back from the mixer decimal digits may be cut off behind the dot. This commit tries to counteract the effect by rounding to hundreths of the maximum volume when syncing back from the mixer. As the volume is shown in percent the new behavior should be more reasonable to the user. There are no more irregular jumps and there is no additional 99% step.
2017-04-27enable deprecation warnings by defaultraveit651-2/+2
We use a lot of deprecated widgets, so this default doesn't make really sense.
2017-03-30pre-bump versionraveit652-1/+3
2017-03-13release 1.18.0v1.18.0raveit651-1/+1
2017-03-13sync with transifexraveit65104-9860/+10429
2017-03-13update NEWS for 1.18monsta1-7/+10
2017-01-13Update mate-media NEWS to use consistent, project wide, markdown-like ↵Martin Wimpress1-61/+41
formatting. This will make generating release announcements easier.
2016-11-24release 1.17.0v1.17.0raveit651-0/+6
2016-11-24sync with transifexraveit6512-46/+48
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta14-467/+26
and require libmate-desktop >= 1.17