2006-01-29 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-enum-types.{c,h}: Add ThunarZoomLevel and ThunarIconSize required for the zoom-level support. * docs/README.thunarrc, thunar/thunar-preferences.c: Changed property ShortcutsIconSize to ThunarIconSize, required for the upcoming changes to ThunarIconRenderer. People starting Thunar for the first time after this upgrade will notice that the size of the shortcuts icons is too small because of this change. Either edit thunarrc and change ShortcutsIconSize appropriately or just remove thunarrc and let Thunar recreate it with sane defaults (your settings will be lost then). Add two new preferences LastDetailsViewZoomLevel and LastIconViewZoomLevel. * thunar/thunar-icon-renderer.{c,h}: The size property is now of type ThunarIconSize, rather than plain int. * thunar/thunar-view.{c,h}: Add zoom control methods to the ThunarView interface. * thunar/thunar-standard-view.{c,h}, thunar/thunar-standard-view-ui.xml, thunar/thunar-window-ui.xml, thunar/thunar-window.{c,h}, thunar/thunar-details-view.c, thunar/thunar-icon-view.c: Add support for seven different zoom levels to Thunar based on the previous changes. This fixes bug #1357, and thereby implements one of the most oftenly requested features. * po/Thunar.pot, po/*.po: Merge new strings. (Old svn revision: 19662)
Showing
- ChangeLog 25 additions, 0 deletionsChangeLog
- docs/README.thunarrc 10 additions, 7 deletionsdocs/README.thunarrc
- po/Thunar.pot 141 additions, 117 deletionspo/Thunar.pot
- po/ca.po 141 additions, 117 deletionspo/ca.po
- po/de.po 141 additions, 117 deletionspo/de.po
- po/el.po 141 additions, 117 deletionspo/el.po
- po/es.po 141 additions, 117 deletionspo/es.po
- po/fr.po 141 additions, 117 deletionspo/fr.po
- po/hu.po 141 additions, 117 deletionspo/hu.po
- po/it.po 141 additions, 117 deletionspo/it.po
- po/ja.po 141 additions, 117 deletionspo/ja.po
- po/nl.po 141 additions, 117 deletionspo/nl.po
- po/pl.po 141 additions, 117 deletionspo/pl.po
- po/pt_BR.po 141 additions, 117 deletionspo/pt_BR.po
- thunar/thunar-details-view.c 42 additions, 1 deletionthunar/thunar-details-view.c
- thunar/thunar-enum-types.c 100 additions, 8 deletionsthunar/thunar-enum-types.c
- thunar/thunar-enum-types.h 61 additions, 0 deletionsthunar/thunar-enum-types.h
- thunar/thunar-icon-renderer.c 9 additions, 7 deletionsthunar/thunar-icon-renderer.c
- thunar/thunar-icon-renderer.h 6 additions, 5 deletionsthunar/thunar-icon-renderer.h
- thunar/thunar-icon-view.c 16 additions, 1 deletionthunar/thunar-icon-view.c
Loading
Please register or sign in to comment