summaryrefslogtreecommitdiff
path: root/capplets
AgeCommit message (Collapse)AuthorFilesLines
2019-08-21time-admin: Remove unreachable coderbuj4-91/+24
2019-08-20time-admin: Simplify date & time displayingrbuj4-60/+76
2019-08-20time-admin: Save button cannot be enabled if NTP sync is activerbuj1-1/+1
2019-08-20time-admin: Display current time in time-admin.ui on startuprbuj1-6/+19
gtk_spin_button_set_value(GTK_SPIN_BUTTON(ta->HourSpin),LocalTime->tm_hour); gtk_spin_button_set_value(GTK_SPIN_BUTTON(ta->MinuteSpin),LocalTime->tm_min); char *str = g_strdup_printf ("%02d", LocalTime->tm_sec); gtk_entry_set_text(GTK_ENTRY(ta->SecondSpin),str); g_free (str);
2019-08-20time-admin: Rename adjustament to adjustment in time-admin.uirbuj1-6/+6
sed -i -e 's/adjustament/adjustment/g' capplets/time-admin/src/time-admin.ui
2019-08-20time-admin: A11y time-admin.uirbuj1-1/+11
2019-08-20time-admin: Add time-admin.uirbuj8-312/+571
2019-08-16default-applications: Fix Word Processor top marginrbuj1-1/+0
2019-08-12mouse: Add support for Acceleration ProfilesVictor Kareh2-0/+49
Currently libinput supports Adaptive and Flat acceleration profiles. We can use these to change mouse behavior. Synaptic touchpads are not supported through libinput, so I have not included a UI change for this (even though it's technically supported in gsettings). The Default acceleration profile reads the value from the libinput defaults and sets them as the current profile. Usually ends up being Adaptive.
2019-08-02appearance: fix memory leakWu Xiaotian1-0/+1
2019-08-01appearance: add new font for userWu Xiaotian2-2/+105
2019-07-23Stop propagate errorWu Xiaotian1-4/+5
2019-07-23at-properties: migrate from dbus-glib to gdbusWu Xiaotian1-49/+44
2019-07-17remove lightdm-settings supportWu Xiaotian1-4/+1
2019-07-17launch lightdm-settings if installedWu Xiaotian1-22/+28
2019-07-17use current running DM preferences programWu Xiaotian4-12/+222
2019-07-17support lightdm-gtk-greeter-settings as login preferences programWu Xiaotian1-6/+13
2019-07-17replace Tab with spaceWu Xiaotian1-34/+34
2019-07-02 Add scroll tabs with mouse wheel in severals cappletsLaurent Napias8-14/+107
2019-06-25Remove compilation warningszhuyaliang3-5/+6
2019-06-25Merge pull request #471 from mate-desktop/markupmouse3-37/+10
time-admin: theming
2019-06-25[ci] add gla11y in docker containerWu Xiaotian8-9/+9
2019-06-24time-admin: Don't set window title for message-box dialogrbuj1-1/+0
2019-06-24time-admin: Don't set font size/color for regular controlsrbuj3-36/+10
Themes and Appearance
2019-06-24Merge pull request #468 from mate-desktop/dialog-buttonsmouse4-63/+56
time-admin: shortcuts, images & shared code for buttons
2019-06-23use theme's icon preferences-system-timeWu Xiaotian11-42/+8
2019-06-23time-admin: Fix license notice in time-zone.h|c, time-map.h|crbuj4-64/+100
2019-06-22capplets: Remove the macro MATELOCALEDIR where it's not requiredrbuj9-12/+3
2019-06-22capplets: Use capplet_initrbuj5-28/+9
2019-06-19time-admin: shortcuts, images & shared code for buttonsrbuj4-63/+56
- Add & enable mnemonic accelerator keys - Show Save/Close button icons in Time/Date manager window - Remove DialogAddButtonWithIconName from shares
2019-06-18common: Remove capplet-stock-iconsrbuj7-189/+16
2019-06-18time-admin: Remove po-timezonesrbuj79-226739/+464
2019-06-18Remove trailing whitespacesrbuj23-321/+321
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-06-15Add orca to Visual combo box if availablerbuj2-3/+13
Fixes #270
2019-06-15Add support for checking .ui accessibility with gla11ySamuel Thibault17-23/+219
2019-06-14Do not reload NTP and modify the button arrangement when starting the servicezhuyaliang3-41/+5
2019-06-14Authentication to add modification timezhuyaliang2-19/+56
2019-06-14Use default color to set label and remove the maximum buttonzhuyaliang3-8/+8
2019-06-14use Makefile pkgdatadirzhuyaliang3-9/+11
2019-06-14g_date_time_unref datetimezhuyaliang1-0/+1
2019-06-14Display the correct time when selecting the time zonezhuyaliang4-19/+8
2019-06-14Memory leak: g_error_free(error);zhuyaliang3-15/+9
2019-06-14Modify mate-time-admin.desktop.in file formatzhuyaliang1-4/+2
2019-06-14enable to build time-admin for mate-control-centerzhuyaliang1-1/+3
2019-06-14add time-admin source codezhuyaliang13-0/+2567
2019-06-14add timezone translation files for time-adminzhuyaliang71-0/+226730
2019-06-14add image resources for time-admin appletzhuyaliang93-0/+128
2019-06-13Populate initial messenger list with irc scheme handler appsrbuj1-2/+22
2019-06-13Set default icq/irc/ircs/sip/xmpp scheme handlerrbuj1-0/+5
2019-06-13Add instant messenger keybinding into mate-keybinding-propertiesrbuj1-0/+2
Requires https://github.com/mate-desktop/mate-settings-daemon/pull/278