2006-01-23 Benedikt Meurer <benny@xfce.org>
* docs/README.thunarrc, thunar/thunar-preferences.c: Add new preferences ShortcutsIconEmblems and ShortcutsIconSize, which control the appearance of the shortcuts view. * thunar/thunar-gobject-extensions.c: Add transformator for string to int transformations. * thunar/thunar-icon-renderer.{c,h},thunar/thunar-shortcuts-model.{c,h}, thunar/thunar-shortcuts-icon-renderer.{c,h}, thunar/Makefile.am, thunar/thunar-shortcuts-view.c: Import ThunarShortcutsIconRenderer class, which is derived from ThunarIconRenderer and allows us to draw icon cells consistently throughout the file manager. This also fixes bug #1340, which requests to display emblems for the icons in the shortcuts pane. Both the display of emblems in the shortcuts pane and the size of the icons in the shortcuts pane are now configurable through the thunarrc file (for the emblems, there's also a menu item in the context menu). (Old svn revision: 19568)
Showing
- ChangeLog 18 additions, 0 deletionsChangeLog
- docs/README.thunarrc 11 additions, 0 deletionsdocs/README.thunarrc
- thunar/Makefile.am 8 additions, 6 deletionsthunar/Makefile.am
- thunar/thunar-gobject-extensions.c 16 additions, 1 deletionthunar/thunar-gobject-extensions.c
- thunar/thunar-icon-renderer.c 110 additions, 113 deletionsthunar/thunar-icon-renderer.c
- thunar/thunar-icon-renderer.h 18 additions, 2 deletionsthunar/thunar-icon-renderer.h
- thunar/thunar-preferences.c 39 additions, 7 deletionsthunar/thunar-preferences.c
- thunar/thunar-shortcuts-icon-renderer.c 297 additions, 0 deletionsthunar/thunar-shortcuts-icon-renderer.c
- thunar/thunar-shortcuts-icon-renderer.h 43 additions, 0 deletionsthunar/thunar-shortcuts-icon-renderer.h
- thunar/thunar-shortcuts-model.c 13 additions, 23 deletionsthunar/thunar-shortcuts-model.c
- thunar/thunar-shortcuts-model.h 5 additions, 3 deletionsthunar/thunar-shortcuts-model.h
- thunar/thunar-shortcuts-view.c 98 additions, 23 deletionsthunar/thunar-shortcuts-view.c
Loading
Please register or sign in to comment