Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
thunar/TODO
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27 lines (19 sloc)
1019 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Important for Thunar 1.2 | |
======================== | |
- The layouting code for ThunarLocationButtons is still buggy. Problem shows | |
with paths that include a very long directory; you cannot scroll to the | |
last path component then. | |
- A design for the ThunarDesktopView module must be developed and later | |
be implemented. | |
- We need a suite of unit tests and probably high-level tests, that enable | |
us to test parts of the file manager automatically and isolate bugs | |
early. | |
- Setup gtk-doc to present developers with the internal API of Thunar | |
to ease development of core modules (and later plugins). | |
- Write good user documentation. Must be both precise and complete. | |
- We need some easy way to manage diagrams and related developer | |
information, which also includes results from discussions on | |
thunar-dev. | |
- The HACKING file must be updated with strict rules about how | |
development of Thunar core modules is to be done, and what | |
material each developer in addition to the source code. | |