- 17 Sep, 2010 1 commit
-
-
Jérôme Guelfucci authored
Don't reload the treeviews on property changed if the selected item is already the correct one. This avoids a scroll when the user selects a new theme. This is based on a patch by Skunnyk.
-
- 09 Feb, 2010 2 commits
-
-
Jérôme Guelfucci authored
-
Jérôme Guelfucci authored
For this, we set a fake SM id for each dialog. This needs to be added in every settings dialog (Thunar, xfdesktop, xfce4-panel, xfwm4, xfce4-notifyd, exo-preferred-applications...).
-
- 02 Jan, 2010 1 commit
-
-
Nick Schermer authored
-
- 12 Aug, 2009 1 commit
-
-
Stephan Arts authored
Remove deprecated 'svn' version-tag check
-
- 13 Jul, 2009 1 commit
-
-
Nick Schermer authored
44 files changed, 2201 insertions(+), 2204 deletions(-). (Old svn revision: 30306)
-
- 03 Mar, 2009 1 commit
-
-
Nick Schermer authored
appearance dialog (bug #4997). (Old svn revision: 29642)
-
- 20 Feb, 2009 2 commits
-
-
Nick Schermer authored
(Old svn revision: 29523)
-
Stephan Arts authored
(Old svn revision: 29521)
-
- 19 Feb, 2009 1 commit
-
-
Stephan Arts authored
come from xfconf channel, so xfconf channel data is correct. (Old svn revision: 29517)
-
- 25 Jan, 2009 1 commit
-
-
Nick Schermer authored
- Merge new strings. - Fixed some compiler warnings. (Old svn revision: 29350)
-
- 11 Jan, 2009 2 commits
-
-
Nick Schermer authored
this instead of the hard-coded 96 DPI. (Old svn revision: 29153)
-
Nick Schermer authored
when their settings is remotely changed. Tested them all to be sure everything works. (Old svn revision: 29145)
-
- 01 Nov, 2008 1 commit
-
-
Olivier Fourdan authored
"Rodent" as default icon theme (and not "hicolor" (Bug #4545) (Old svn revision: 28560)
-
- 30 Oct, 2008 1 commit
-
-
Jannis Pohlmann authored
manager. Call gdk_notify_startup_complete() after creating the plug in all core settings dialogs. (Old svn revision: 28520)
-
- 20 Oct, 2008 1 commit
-
-
Nick Schermer authored
(Old svn revision: 28315)
-
- 19 Oct, 2008 1 commit
-
-
Jannis Pohlmann authored
* de.po: Update German translations. * xfce4-settings.pot, *.po: Update strings. (Old svn revision: 28302)
-
- 09 Oct, 2008 1 commit
-
-
Olivier Fourdan authored
(Old svn revision: 28125)
-
- 17 Sep, 2008 1 commit
-
-
Jannis Pohlmann authored
Instead, just destroy and re-create the socket. All clients now have to connect to the 'delete-event' of their GtkPlug. In most cases, just using gtk_main_quit() as a callback will work. (Old svn revision: 27901)
-
- 14 Sep, 2008 3 commits
-
-
Jannis Pohlmann authored
(Old svn revision: 27870)
-
Jannis Pohlmann authored
Add embedding support to the mouse settings dialog. (Old svn revision: 27869)
-
Jannis Pohlmann authored
(Old svn revision: 27868)
-
- 10 Sep, 2008 1 commit
-
-
Brian Tarricone authored
(Old svn revision: 27800)
-
- 09 Sep, 2008 1 commit
-
-
Jannis Pohlmann authored
1024. That should only be done for the XChangeProperty call (but why?). The current behaviour breaks xrdb badly (and thereby all Qt apps). (Old svn revision: 27778)
-
- 18 Jul, 2008 1 commit
-
-
Nick Schermer authored
Escape the tooltip string, since Gtk+ 2.12 tree tooltips support markup which results in errors with tips like <default pointer>. * dialogs/keyboard-settings/main.c: Drop unused variables. (Old svn revision: 27336)
-
- 16 Jul, 2008 1 commit
-
-
Nick Schermer authored
Rename the files and change the internal names too. Settings channel name renamed from 'xkb' to 'keyboards'. * Mv xfce4-settings-helper/accessx.* xfce4-settings-helper/accessibility.*: Rename the files and change the internal names too. Settings channel name renamed from 'accessx' to 'accessibility'. * xfce4-settings-helper/pointers.c: Rename the channel name from 'devices' to 'pointers'. * dialogs/keyboard-settings/main.c: Cleanup code. * dialogs/accessibility-settings/main.c: Cleanup code. * TODO: Add some stuff we need to take a look at. * dialogs/display-settings/: Update glade file and add a bit more code. * *.c, *.h: Add svn:keywords Id on all the source files and add $Id$ where needed. Various other small changes to make to changes above work. (Old svn revision: 27319)
-
- 13 Jul, 2008 3 commits
-
-
Nick Schermer authored
dialogs/accessibility-settings/Makefile.am, dialogs/mouse-settings/Makefile.am, dialogs/Makefile.am, dialogs/appearance-settings/Makefile.am, dialogs/keyboard-settings/Makefile.am, xfce4-settings-helper/Makefile.am: Make all the make files look the same. Add LDFLAGS and G_LOG_DOMAIN. Add PLATFORM_CPPFLAGS for the CFLAGS used for debugging. * xfce4-settings-manager/main.c, dialogs/accessibility-settings/main.c, dialogs/mouse-settings/main.c, dialogs/appearance-settings/main.c, dialogs/keyboard-settings/main.c, xfce4-settings-helper/main.c: Use the G_LOG_DOMAIN for the version info and init error. Add the Xfce version to the version information. * Set svn:keywords Id on all the make files and configure.ac.in. (Old svn revision: 27279)
-
Nick Schermer authored
and gtk_init error. Destroy dialog after running it. * xfce4-settings-manager/xfce-settings-manager-dialog.c: Free the icon string. * dialogs/accessibility-settings/main.c, dialogs/mouse-settings/main.c, dialogs/appearance-settings/main.c, dialogs/keyboard-settings/main.c, xfce4-settings-helper/main.c: Don't include <stdio.h>. Duno why I did that. (Old svn revision: 27278)
-
Nick Schermer authored
dialogs/mouse-settings/main.c, dialogs/appearance-settings/main.c, dialogs/keyboard-settings/main.c, xfce4-settings-helper/main.c: Add same ad improved error messages and version information. (Old svn revision: 27277)
-
- 11 Jul, 2008 1 commit
-
-
Nick Schermer authored
plug a stupid leak. * dialogs/appearance-settings/appearance-dialog.glade: Redesign the dialog a bit, a notebook inside a notebook is not practical. * dialogs/keyboard-settings/main.c, dialogs/keyboard-settings/shortcut-dialog.c: Fix includes to make it compile. (Old svn revision: 27256)
-
- 10 Jul, 2008 1 commit
-
-
Nick Schermer authored
dialogs/appearance-settings/main.c, dialogs/appearance-settings/Makefile.am: Add rgba images to the combobox, like in 4.4. (Old svn revision: 27252)
-
- 03 Jul, 2008 4 commits
-
-
Nick Schermer authored
to the check list when it's actually added to the store. Revert strcmp to g_utf8_collate. Strip trailing spaces. Both fixes where mentioned by Jannis, thanks for that. (Old svn revision: 27207)
-
Nick Schermer authored
(Old svn revision: 27206)
-
Nick Schermer authored
for loading ui themes as icon themes. Add a list in both theme load functions to avoid dupplicates. Read extra ui theme information from the index.theme file if available. Store the theme name (folder name) and display name separatly in the store, authors can define another theme name in the index.theme file which will result in settings a theme that is not recognized by Gtk. Use hicolor as default icon theme name. Fix the icon theme directory that was pushed (its $datadir/icons, not $datadir/xfce4/icons). (Old svn revision: 27205)
-
Nick Schermer authored
code to match the rest. Add Icon theme comments in the list for Gtk 2.12. Make some strings static and merge the selection_changed functions into one. Plug some leaks. (Old svn revision: 27203)
-
- 02 Jul, 2008 3 commits
-
-
Jannis Pohlmann authored
icon themes. Use the only column (0) for searching. (Old svn revision: 27197)
-
Jannis Pohlmann authored
I used some of the code from the old mcs ui plugin. * AUTHORS: I took the liberty to add my name here. (Old svn revision: 27196)
-
Stephan Arts authored
dialog (Old svn revision: 27195)
-
- 21 Jun, 2008 1 commit
-
-
Stephan Arts authored
Add Dutch translation (Old svn revision: 27097)
-
- 20 Jun, 2008 1 commit
-
-
Stephan Arts authored
(Old svn revision: 27090)
-