summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-12Sync translations with transifexmate-i18n9-469/+739
2015-06-09Merge pull request #157 from NiceandGently/masterMartin Wimpress4-10/+17
UI GTK3: fix keyboard and mouse properties windows
2015-05-08UI GTK3: fix keyboard and mouse properties windowsraveit654-10/+17
2015-05-04Bump version to 1.10.0mate-control-center-1.10.0Stefano Karapetsas2-2/+2
2015-05-04libslab: do not reap child when launching desktop itemsMonsta1-1/+1
should be used after https://github.com/mate-desktop/mate-desktop/pull/166 is applied Closes https://github.com/mate-desktop/mate-control-center/pull/152
2015-05-04Sync translations with transifexmate-i18n10-254/+263
2015-03-19use enum from gsettings-desktop-schemarezso1-10/+10
2015-03-19Use MATE's own .directory files in mateccrezso1-4/+4
First: Personal.directory, InternetAndNetwork.directory, Hardware.directory and System.directory shipped by gnome-menus, which is causes an unwanted gnome-menus dependency. Second: because of different gettext domains, the translations are unused. Closes https://github.com/mate-desktop/mate-control-center/pull/140 Closes https://github.com/mate-desktop/mate-control-center/issues/108
2015-03-15Put mate-network-properties in the correct categories.Martin Wimpress1-1/+1
2015-03-15Put mate-keybindings into the correct categories.Martin Wimpress1-1/+1
Closes https://github.com/mate-desktop/mate-control-center/pull/147
2015-03-05Bump version to 1.9.90mate-control-center-1.9.90Stefano Karapetsas2-2/+2
2015-03-05Sync translations with transifexmate-i18n4-43/+45
2015-03-05GTK3: add missing style class view to AppResizerraveit651-0/+4
Closes https://github.com/mate-desktop/mate-control-center/pull/145 Closes https://github.com/mate-desktop/mate-control-center/issues/142
2015-01-20Bump version to 1.9.1mate-control-center-1.9.1Stefano Karapetsas2-2/+2
2015-01-20Sync translations with transifexmate-i18n12-541/+547
2015-01-13xrandr: safer access to list element's dataMonsta1-1/+1
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/mate-control-center/pull/138
2015-01-13typing-break: use mate_gdk_spawn_command_line_on_screen alwaysMonsta1-4/+1
Closes https://github.com/mate-desktop/mate-control-center/pull/139
2014-12-24set update_policy in the code for GTK+2 buildMonsta2-0/+19
2014-12-18mate-keyboard-properties: fix indentationMonsta1-1/+1
2014-12-18mate-keyboard-properties: removed property that made UI load fail (GTK+3)Monsta1-6/+0
same as https://github.com/mate-desktop/mate-control-center/commit/40146341b70b93c0ce142580b0860b01f7072364
2014-12-18mate-keyboard-properties: catch (and print) any errors during UI loadMonsta1-3/+12
the code is taken from mate-keybinding-properties, so it may or may not be optimal, feel free to correct it if you wish.
2014-12-16Revert "Add back support for Glib 2.32"infirit2-5/+1
This reverts commit 5ee2c81ca6d335b18d51dbc6f1036c5f08396220.
2014-12-16Add back support for Glib 2.32infirit2-1/+5
2014-12-15Bump required mate-desktop version to 1.9.4infirit1-2/+2
We already released 1.9.3..
2014-12-01Merge pull request #131 from monsta/patch-1Stefano Karapetsas1-1/+1
removed obsolete configure option
2014-12-01removed obsolete configure optionmonsta1-1/+1
2014-11-30fix one more little memleak and make another logic cleanerMonsta1-48/+45
2014-11-30fix another little memleak by making logic cleanerMonsta1-4/+5
2014-11-30fix weird logic, prevent memleakMonsta1-3/+1
2014-11-30removed unused var which also caused memleakMonsta1-4/+0
2014-11-30fix build error that C++ users will stumble uponMonsta1-0/+4
2014-11-30Update NEWSinfirit1-0/+1
2014-11-30Bump required mate-desktop version for materr* changesinfirit1-1/+1
2014-11-30[displays] Change panel name to Displaysinfirit1-2/+2
Monitors aren't the only use of this panel. Projectors and tablet screens don't involve monitors at all. Based on gnome-control-center commit: e8b52610496818a214cf8b12d955cc4fca40f085 From: William Jon McCann <[email protected]>
2014-11-30Adapt to changed signal from screen-changed to changedinfirit1-1/+1
2014-11-30Update for renamed mate_rr_output_info functionsinfirit1-24/+24
mate_rr_output_info_get_connected -> mate_rr_output_info_is_connected mate_rr_output_info_get_active -> mate_rr_output_info_is_active
2014-11-30Adapt to MateDesktop API changesinfirit1-217/+226
MateRRScreen, MateRRConfig and MateRROutputInfo (formerly MateOutputInfo) have turned into opaque GObjects. Use accessors for modifying them, and allocate/free them as GObjects. Based on gnome-control-center commit: 3eb3ca4506624fb537c55796d1397eb5f9b8da4b From: Giovanni Campagna <[email protected]>
2014-11-30Adapt to API changes in MateRRScreeninfirit1-3/+3
gnome_rr_screen_new does not accept a callback anymore, we need to use the "screen-changed" signal Based on gnome-control-center commit: 66e8e903be8ad25fe3b1386d1fbda75359959e97 From: Giovanni Campagna <[email protected]>
2014-11-28don't leak memoryMonsta3-1/+15
2014-11-28use guint for signals arraymonsta1-1/+1
2014-11-28zero-init signals arraymonsta2-2/+2
2014-11-27Gtk3: size-request signal is no more, use correct apiDenis Gorodnichev1-1/+8
2014-11-27Revert "Gtk3: size-request signal is no more, use correct api"infirit1-8/+1
This reverts commit 06a00876a690711437d30f7183595734298cd603.
2014-11-27correctly destory enum_groupDenis Gorodnichev1-2/+2
2014-11-27Gtk3: size-request signal is no more, use correct apiinfirit1-1/+8
2014-11-07Gtk3: Require mate-desktop 1.9.3infirit1-1/+2
2014-11-05gtk3: fix display properties dialog renderingDenis Gorodnichev2-10/+77
2014-10-24Update NEWSmate-control-center-1.9.0Stefano Karapetsas1-1/+3
2014-10-23Sync translations with transifexmate-i18n8-159/+163
2014-10-17windows: Initialize mouse focus checkboxMike Mueller1-0/+2
Was showing unchecked, even if the mouse focus setting was set to 'sloppy'.