Age | Commit message (Collapse) | Author | Files | Lines |
|
Display the git branch along with directory name in icon view; when the directory is a git repository.
Obviously further work will be required to enable/disable as a displayed option, and potentially some level of customisation. This would require open discussion of possibilities.
Solutions for co-existence with other displayable parameters also to be community determined.
Consideration and feedback appreciated.
* Add UI support to enable/disable option
Added user interface support for option to enable and disable the display of the git branch name in icon view.
* Add internationsation support for the new feature
With translations for most of the currently supported languages.
* Update caja.pot
Build system regenerated .pot file with additional strings from new feature (already in previous commit), new strings already introduced to code-base, along with updated source file line numbers of existing strings. Required for the automated pull mechanism in Transifex - which should complete once merged with master branch.
|
|
This is actually an opaque type, and there is no definition of struct
CajaIconData anywhere. This actually doesn't change anything as the
non-existent struct is equivalent to any other incomplete type, and
works fine so long as the pointers are not dereferenced using that
incomplete type.
However, change this to an explicit `void` to make it clear it's an
opaque pointer and stop people from looking for a struct CajaIconData
that is nowhere to be found.
|
|
|
|
This is mostly useful on the desktop (which is the main user of the
free-placement icon view) to be able to lock the layout and avoid
unintentionally moving icons around. Especially useful for less
computer-literate users.
|
|
|
|
|
|
|
|
|