2006-03-12 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-enum-types.{c,h}, thunar/thunar-list-model.c, thunar/thunar-path-entry.c: Rename THUNAR_COLUMN_REAL_NAME to THUNAR_COLUMN_FILE_NAME. * thunar/thunar-enum-types.{c,h}, thunar/thunar-list-model.c: Add new list model columns THUNAR_COLUMN_GROUP and THUNAR_COLUMN_OWNER. * thunar/thunar-enum-types.{c,h}: Divide ThunarColumns into visible and special columns. * thunar/thunar-text-renderer.c(thunar_text_renderer_get_size): Improve guessing the required width for text columns. * thunar/thunar-text-renderer.c(thunar_text_renderer_set_widget): Set fixed height for the text render. * thunar/thunar-preferences.c, docs/README.thunarrc: Add preferences for the configurable detailed list view columns. Bug #1351. * thunar/thunar-column-editor.{c,h}, thunar/thunar-column-model.{c,h}, thunar/Makefile.am: Import ThunarColumnModel and ThunarColumnEditor classes. The ThunarColumnModel class handles the order, visibility and fixed widths of columns. The ThunarColumnEditor class provides a dialog to configure the ThunarColumnModel. Bug #1351. * thunar/thunar-details-view.{c,h}, thunar/thunar-details-view-ui.xml, thunar/Makefile.am: Use column order and visibility from the ThunarColumnOrder. Add "Configure Columns..." menu item to "View", which pops up the ThunarColumnEditor. For fixed column mode, we use the fixed height mode provided by GtkTreeView, which speeds up the detailed list view a lot, esp. with older Pango version. Bug #1351. * po/POTFILES.in: Add new files here. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update the german translations. (Old svn revision: 20363)
Showing
- ChangeLog 30 additions, 0 deletionsChangeLog
- docs/README.thunarrc 44 additions, 0 deletionsdocs/README.thunarrc
- po/ChangeLog 6 additions, 0 deletionspo/ChangeLog
- po/POTFILES.in 3 additions, 0 deletionspo/POTFILES.in
- po/Thunar.pot 121 additions, 30 deletionspo/Thunar.pot
- po/ca.po 134 additions, 33 deletionspo/ca.po
- po/de.po 131 additions, 33 deletionspo/de.po
- po/el.po 133 additions, 32 deletionspo/el.po
- po/es.po 129 additions, 32 deletionspo/es.po
- po/eu.po 133 additions, 32 deletionspo/eu.po
- po/fi.po 133 additions, 32 deletionspo/fi.po
- po/fr.po 133 additions, 32 deletionspo/fr.po
- po/hu.po 133 additions, 32 deletionspo/hu.po
- po/it.po 135 additions, 32 deletionspo/it.po
- po/ja.po 133 additions, 32 deletionspo/ja.po
- po/nl.po 133 additions, 32 deletionspo/nl.po
- po/pl.po 130 additions, 33 deletionspo/pl.po
- po/pt_BR.po 132 additions, 32 deletionspo/pt_BR.po
- po/ru.po 132 additions, 32 deletionspo/ru.po
- po/sv.po 133 additions, 32 deletionspo/sv.po
Loading
Please register or sign in to comment