Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+11 | |
2017-05-10 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+7 | |
2017-05-10 | sync with transifex | raveit65 | 8 | -71/+74 | |
2017-05-10 | mixer-dialog: remove style class .frame from a scrolledwindow | raveit65 | 1 | -1/+1 | |
This removes a double border in application page. As the border is already set by the parent notebook.frame. | |||||
2017-05-10 | mixer-dialog: avoid deprecated GtkAlignment | raveit65 | 1 | -36/+23 | |
2017-05-10 | gvc-sound-theme-chooser: avoid deprecated Gtk_Alignment | raveit65 | 1 | -10/+5 | |
2017-04-30 | gvc-channel-bar: avoid deprecated Gtk_Alignment | raveit65 | 1 | -11/+6 | |
2017-04-28 | applet: show volume in popup even when muted | Moritz Bruder | 1 | -7/+7 | |
2017-04-28 | applet: round volume in popup of status icon | Moritz Bruder | 1 | -4/+4 | |
Most of the time the value was off almost 1 percent. | |||||
2017-04-28 | applet: fix minor rounding mistakes | Moritz Bruder | 1 | -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-27 | enable deprecation warnings by default | raveit65 | 1 | -2/+2 | |
We use a lot of deprecated widgets, so this default doesn't make really sense. | |||||
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | sync with transifex | raveit65 | 104 | -9860/+10429 | |
2017-03-13 | update NEWS for 1.18 | monsta | 1 | -7/+10 | |
2017-01-13 | Update mate-media NEWS to use consistent, project wide, markdown-like ↵ | Martin Wimpress | 1 | -61/+41 | |
formatting. This will make generating release announcements easier. | |||||
2016-11-24 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+6 | |
2016-11-24 | sync with transifex | raveit65 | 12 | -46/+48 | |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 14 | -467/+26 | |
and require libmate-desktop >= 1.17 |