summaryrefslogtreecommitdiff
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Add labels to inline toolbar buttonsSimon Steinbeiss2021-05-041-3/+3
| | | | For consistency we use labels in all of our inline toolbar buttons.
* Use correct icon for Close buttonSimon Steinbeiss2021-05-041-1/+1
|
* settings: Accept all types of GIconSimon Steinbeiss2020-11-161-1/+1
| | | | Otherwise GFileIcons (i.e. Gicons created from a path) fail to render.
* settings: Adjust inline toolbarSimon Steinbeiss2020-11-091-14/+41
|
* settings: Tweak 'Current Session' tabSimon Steinbeiss2020-11-071-81/+72
|
* Add more guards around GErrorsSimon Steinbeiss2020-11-072-5/+8
|
* Update copyright yearSimon Steinbeiss2020-11-051-1/+1
|
* settings: Make 'App Autostart' columns sortableDarkTrick2020-10-222-58/+292
| | | | | | | | | 1) Added: Sort interface to XfaeModel (GTK_TYPE_TREE_SORTABLE) 2) Added: Sort function for each column 3) Renamed: xface_model_sort_items() -> xface_item_sort_default() 4) Fixed GTK bug to not realize column width correctly Closes !12
* settings: Fix 'Current session' column width (!10)DarkTrick2020-10-221-0/+15
| | | | | Previously the column "Program" expanded too much causing a horizontal scrollbar to appear. Root cause is possibly a bug in Gtk.
* settings: Add sort-on-click to columns in "Current Session" tab (!3)DarkTrick2020-06-231-0/+6
| | | | GTK bugs for sorting wrongly still exist here (https://gitlab.gnome.org/GNOME/gtk/-/issues/1848)
* Use new icon in settings dialog (Bug #16885)Simon Steinbeiss2020-05-251-1/+1
|
* Add new application icon and rDNS icon nameMaurizio Galli2020-05-191-1/+1
|
* Switch to symbolic window-close iconsSimon Steinbeiss2020-05-142-3/+3
|
* Bug #16717: Move from exo-csource to xdt-csourceRomain Bouvier2020-04-191-1/+1
| | | | | - exo-csource is deprecated and moved to xdt-csource - Bump minimal xdt version
* settings: Add keywords for discoverability (Bug #10694)Simon Steinbeiss2020-04-011-0/+1
|
* settings: Add tooltips to image-buttonsSimon Steinbeiss2020-01-141-0/+3
|
* settings: Better app icon lookupSimon Steinbeiss2020-01-141-6/+11
| | | | Bump libxfce4ui dependency to 4.15.1
* settings: Be more precise in infobar wordingSimon Steinbeiss2019-11-051-1/+1
|
* settings: Drop inline-toolbar button labelsSimon Steinbeiss2019-11-051-3/+3
| | | | | Hopefully this will make them more consistent with other Xfce inline toolbars.
* settings: Move autostart info to docs.xfceSimon Steinbeiss2019-11-051-27/+1
|
* Do not show translation info on --help outputAndre Miranda2019-08-251-1/+1
|
* settings: Don't make 'saved sessions' tab reorderableSimon Steinbeiss2019-08-161-1/+0
| | | | This would be inconsistent with the behavior of the other tabs.
* settings: Fix icon nameAndre Miranda2019-08-101-1/+1
|
* I18n: Update translation zh_HK (77%).Xfce Bot2019-08-021-1/+1
| | | | | | 126 translated messages, 37 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
* settings: Replace GtkStock buttonsSimon Steinbeiss2019-08-011-6/+24
|
* Revert "session: Serialize startup of xfsettings daemon"Olivier Fourdan2019-07-261-5/+4
| | | | | | | | Bug #15712 This reverts commit 195b423599fd1cde5204a281846318c820e11a61. Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
* session: Serialize startup of xfsettings daemonOlivier Fourdan2019-07-111-4/+5
| | | | | | | | Bug: 15485 Avoid a possible race where xfsettings daemon would apply an XrandR config while the window and compositor manager are starting, causing a possible mismatch in configuration.
* Splash engines are not present anymore in xfce4-sessionOlivier Duchateau2019-07-041-4/+2
| | | | | | - Rename libxfsm-4.6 to libxfsm - Drop xfce4-session-2.0 pkgconfig file - Fix bug #15417
* Read data from correct group when editing autostart entry (Bug #10423)Theo Linkspfeifer2019-06-221-0/+2
|
* Improve layout of autostart add/edit dialogsSimon Steinbeiss2019-06-221-2/+4
|
* Improve column layout of autostart tab (Bug #15448)Theo Linkspfeifer2019-06-222-18/+23
| | | | | Moving the trigger column to the right makes it more consistent with the "Current Session" column layout.
* settings: Fix crash when terminating programs (Bug #15489)Theo Linkspfeifer2019-06-171-15/+8
|
* Introduce priority-group startup for FailSafe SessionSimon Steinbeiss2019-05-171-0/+5
| | | | | | | | | | | | | | | | The FailSafe Session previously simply started all applications listed in the xfce4-sesion.xml file at once, leading to race conditions with effects like unthemed xfce4-panels etc. (See Bug #15388) The new FailSafe Session implementation introduces the feature of "Priority Groups" that was already present for saved sessions and uses the same startup mechanism. This means that all applications in one priority group have to be launched until the applications from the next priority group can get launched, thus mitigating the racy startup of the old FailSafe Session. As we cannot uniquely identify or track starting applications in the FailSafe Session we simply count the amount of applications per priority group and launch all applications per group at once.
* Fix alignment of session lock property in settingsSimon Steinbeiss2019-05-161-0/+1
|
* Extend debug messagesSimon Steinbeiss2019-05-161-14/+14
|
* Move "lock screen before sleep" option to general tabSimon Steinbeiss2019-05-161-42/+55
| | | | This makes the option more prominent and discoverable.
* Fix PID showing in "Current Session" tabSimon Steinbeiss2019-05-131-1/+1
|
* Improve icon matching in "Current Session" tabSimon Steinbeiss2019-05-131-2/+8
|
* Add a "delete session" button to the session listSimon Steinbeiss2019-05-132-0/+25
|
* Drop unimplemented "delete" button and add mnemonicSimon Steinbeiss2019-05-131-14/+2
|
* Add a label for the currently active sessionSimon Steinbeiss2019-05-132-50/+162
|
* Initialize the session list treeview if necessarySimon Steinbeiss2019-05-131-0/+6
|
* Show saved sessions in settings dialogSimon Steinbeiss2019-05-133-8/+109
|
* More settings dialog UI improvementsSimon Steinbeiss2019-04-272-111/+55
|
* Add column headers to autostart listSimon Steinbeiss2019-04-271-0/+3
|
* Drop splash screensSimon Steinbeiss2019-04-279-1116/+14
|
* Optionally run commands on logout, suspend etc. (Bug #10172)Alexander Schwinn2019-04-255-79/+298
|
* Make the Autostart buttons an inline toolbarSimon Steinbeiss2019-04-241-3/+4
|
* Make entries expand in add/edit app startup dialog (Bug #15321)Andre Miranda2019-04-231-0/+3
|
* Fixed warning "cast between incompatible function types" introduced inAlexander Schwinn2019-04-061-1/+1
| | | | GCC 8