- May 30, 2005
-
-
Benedikt Meurer authored
* Initial import. (Old svn revision: 16313)
-
- Jun 02, 2005
-
-
Benedikt Meurer authored
(Old svn revision: 14696)
-
Auke Kok authored
(Old svn revision: 14692)
-
- May 30, 2005
-
-
Benedikt Meurer authored
* ThunarFileInfo.py, ThunarMimeDatabase.py: Use the faster MIME backend provided by libexo 0.3.1svn. (Old svn revision: 14690)
-
- Mar 28, 2005
-
-
Benedikt Meurer authored
* thunar.ui, ThunarWindow.py: Add 'Invert Selection' to the 'Edit' menu. * ThunarIconView.py, ThunarListView.py, ThunarView.py, ThunarModel.py: Implement the new 'Invert Selection' and 'Select by Pattern' actions. * ThunarWindow.py: Add dialog for the 'Select by Pattern' action. (Old svn revision: 14689)
-
Benedikt Meurer authored
* thunar-relations.dia: Add file mode. (Old svn revision: 14688)
-
- Mar 27, 2005
-
-
Benedikt Meurer authored
* mime/dump-globs-by-type.c(main): Fix typo. (Old svn revision: 14687)
-
Benedikt Meurer authored
* mime/dump-globs-by-type.c(main): Also calculate the number of bytes required to store the Literal Patterns in a memory chunk. (Old svn revision: 14686)
-
Benedikt Meurer authored
* diagrams/literal-patterns-memory.dia: Import the Literal Patterns memory-layout diagram. (Old svn revision: 14685)
-
Benedikt Meurer authored
* mime/dump-globs-by-type.c: Use only patterns in the form '*.ext' as simple patterns, the other '*ext' patterns are considered complex patterns. This allows for easier tree lookup. * mime/dump-globs-by-type.c: Print the number of required tree nodes for the simple patterns. (Old svn revision: 14684)
-
- Mar 25, 2005
-
-
Benedikt Meurer authored
* thunar-relations.dia: Add ER diagram, that tries to sum up the basic relations in Thunar. * .cvsignore: Ignore Dia's backup files. (Old svn revision: 14683)
-
- Mar 24, 2005
-
-
Benedikt Meurer authored
* thunar-view-model-idea.xmi: Add the ThunarView architectural diagram. (Old svn revision: 14682)
-
Benedikt Meurer authored
* ThunarPathBar.py: Don't display forward history as suggested by botsie. * ThunarPathBar.py: Use button spacing of 3 (like GtkPathBar does). (Old svn revision: 14681)
-
- Mar 20, 2005
-
-
Benedikt Meurer authored
* thunar.ui, ThunarWindow.py: Support various different layouts, with two major layouts. * thunar.ui: Ditch the Tree/Shortcuts button from the default toolbar as suggested by Jens. (Old svn revision: 14680)
-
Benedikt Meurer authored
* thunar.ui, ThunarWindow.py, ThunarLocationBar.py: Show either the path bar or the location bar in the UI (obsoletes the old non GtkFileChooser way). This should make the location bar addicts happy now. (Old svn revision: 14679)
-
- Mar 19, 2005
-
-
Benedikt Meurer authored
* ThunarWindow.py, thunar.ui: Add 'Trash' to the 'Go' menu. (Old svn revision: 14678)
-
Benedikt Meurer authored
* ThunarWindow.py: Improve the location bar. Looks pretty similar to Firefox now. (Old svn revision: 14677)
-
Benedikt Meurer authored
* thunar.ui, ThunarWindow.py: Rename 'Location...' to 'Open Location' and move it to the 'File' menu. * ThunarWindow.py: Use different location bar style. (Old svn revision: 14676)
-
Benedikt Meurer authored
* ThunarBookmarksPane.py: Use 'Home' as well to be consistent with the path bar and the GtkFileChooser. (Old svn revision: 14675)
-
- Mar 18, 2005
-
-
Benedikt Meurer authored
* ThunarWindow.py: Remove the Location Toolbar. Add a location bar below the main view, which gets visible when the user selects the Open Location action (which fired a dialog before); this is based on the screenshot posted by Brian Schott on thunar-dev. (Old svn revision: 14674)
-
- Mar 17, 2005
-
-
Benedikt Meurer authored
* ThunarWindow.py: Make the Path Bar the default UI again. (Old svn revision: 14673)
-
- Mar 16, 2005
-
-
Benedikt Meurer authored
* ThunarIconView.py, ThunarListView.py, ThunarView.py, ThunarWindow.py: Apply a modified version of the "middle-click opens new window" patch by Brian Schott <brian-schott@cox.net>. * ThunarWindow.py: Remove the view chooser from the location and put a "Go" button in place, as suggested on thunar-dev. (Old svn revision: 14672)
-
- Mar 15, 2005
-
-
Benedikt Meurer authored
* ThunarWindow.py: Fix typos (toolbar -> tool_bar). (Old svn revision: 14671)
-
Benedikt Meurer authored
* ThunarImageLoader.py, ThunarMimeDatabase.py: Use gnome-fs-directory as fallback for inode/directory types. * ThunarBookmarksPane.py: Add a separator between the predefined and the userdefined bookmark items. Only available with Gtk 2.6. * ThunarView.py: Don't inherit from GInterface. * ThunarWindow.py: Add a location bar to the classic view. Make the classic view the default for now. Play around with spacings. (Old svn revision: 14670)
-
- Mar 08, 2005
-
-
Benedikt Meurer authored
* diagrams/literal-patterns-list.dia: Import the Literal Patterns list diagram. (Old svn revision: 14669)
-
Benedikt Meurer authored
* diagrams/simple-patterns-tree-lookup.dia: Import the tree lookup diagram used for Glob-Matching of Simple Patterns. * diagrams/.cvsignore: Ignore Dia's backup files. (Old svn revision: 14668)
-
- Mar 07, 2005
-
-
Benedikt Meurer authored
* mime/dump-globs-by-type.c: Use a Memory Chunk for the ParsedPattern structure to avoid heap pollution while parsing the globs files. That way we can re-use the parser code later for Thunar as well. * .cvsignore, mime/.cvsignore: Add .cvsignore files. (Old svn revision: 14667)
-
- Mar 06, 2005
-
-
Benedikt Meurer authored
* mime/mime-type-detection.xmi: Import the MIME-type detection diagram. Was improved to take into account the case where no magic rules > 80 are present in the MIME database, which is the case by default for the Shared MIME Database. (Old svn revision: 14666)
-
Benedikt Meurer authored
* mime/dump-globs-by-type.c: Initial import of the globs file analysis tool for the Shared MIME Database. (Old svn revision: 14665)
-
Benedikt Meurer authored
* ThunarColumnsView.py, thunar.ui, ThunarWindow.py: Remove the Columns View again. (Old svn revision: 14664)
-
Jens Luedicke authored
(Old svn revision: 14663)
-
Jens Luedicke authored
(Old svn revision: 14662)
-
Jens Luedicke authored
(Old svn revision: 14661)
-
Benedikt Meurer authored
* ThunarFileInfo.py, ThunarImageLoader.py, ThunarMimeDatabase.py: Add a separate image loader class with caching. * ThunarWindow.py, ThunarPathBar.py: Rename the ThunarHistory class to ThunarPathBar. * ThunarBookmarksPane.py: Re-Add the 'Desktop' bookmark. * ThunarMimeDatabase.py, ThunarFileInfo.py: Add caching for the MIME database. * ThunarFileInfo.py: Support loading of existing thumbnails. * ThunarPropertiesDialog.py: Connect the 'Text view' in the 'Permissions' tab. (Old svn revision: 14660)
-
Benedikt Meurer authored
* ThunarWindow.py: Make the GtkFileChooser-like layout the default. (Old svn revision: 14659)
-
- Mar 05, 2005
-
-
Benedikt Meurer authored
* ThunarColumnsView.py, ThunarView.py, ThunarWindow.py, thunar.ui: Add a Columns View ala Aqua Finder. Note, that this Columns View is a really bad hack, so don't complain about the bad usability. (Old svn revision: 14658)
-
- Mar 04, 2005
-
-
Benedikt Meurer authored
* ThunarHistory.py: Implement a more GtkFileChooser-like behaviour for the history buttons. That means, the forward-history is maintained as long as you work only with the history buttons. (Old svn revision: 14657)
-
Benedikt Meurer authored
* fallback.svg, ThunarMimeDatabase.py: Add fallback icon, so people with broken icon themes can still run the file manager. Check standard mime-application:octect-stream before checking for the GNOME fallback. (Old svn revision: 14656)
-
Benedikt Meurer authored
* ThunarSidePane.py: Use SHADOW_IN to be consistent with the main view. * ThunarListView.py, ThunarIconView.py: Get the GType handling right. (Old svn revision: 14655)
-
Benedikt Meurer authored
* ThunarBookmarksPane.py: Do not include Desktop here, as its highly redundant and useless in the normal window view. Get the GType handling right. * ThunarSidePane.y: Get The GType handling right. * ThunarHistory.py, ThunarSidePane.py, ThunarWindow.py, thunar.ui: Add GtkFileChooser-like view, changable using the View-menu. (Old svn revision: 14654)
-