984fc6864e
Make all remaining strings translatable
2020-09-08 23:01:39 +02:00
daf04b9fe0
Fix folder short names
2020-06-04 14:38:11 +02:00
816cb0c3ed
Reduce code duplication
...
Avoid code for determining the publicName of a folder.
2020-05-18 00:23:14 +02:00
610c4ea8a7
Allow the default folder for new notes to be configured
...
In the "All Notes" screen
2020-03-21 00:14:38 +01:00
b252f037b3
Rename NotesFolder -> NotesFolderFS
...
And NotesFolderReadOnly to NotesFolder. It just makes more sense this
way as we're now getting more and more different "types" of
NotesFolders.
2020-03-15 02:01:07 +01:00
020c65e132
Minor cleanup
2020-02-28 14:16:05 +01:00
9e520e7e95
FolderSelectionDialog: Make it prettier
...
We don't need it to have such large icons.
2020-01-29 17:04:18 +01:00
43281bd2bb
Add support for moving a Note to another folder
...
The Folder selection dialog needs a lot of work, but it's a start.
2020-01-29 16:51:57 +01:00
27d5af8b01
FolderListing: Change the scaffold when a folder is selected
...
This way it's way more obvious. Also, add a back button so the user can
cancel the selection more explicitly.
2019-12-11 21:09:40 +01:00
8c6a33456a
Allow folders to be renamed
...
This is a huge change which involves -
* Implementing Folder renames on the FS + Git level
* Implementing the concept of selecting an item in the FoldersListView,
this feature isn't provided by default, and even now I'm not sure if
the semantics which I've implemented are correct. I haven't
implemented multiple folder selection for now.
Related to issue #18
Also, we're now one step closer to allowing notes to be renamed (#23 )
2019-12-06 21:32:41 +01:00
a51f8f170f
Make Note and NotesFolder ChangeNotifiers
...
This will allow us for finer grained notifications of when things change
so we don't have to rebuild everything, like we do currently.
2019-12-06 01:22:57 +01:00
4869c1bc70
FolderView: Make the icons the accent color
2019-12-05 18:07:49 +01:00
e1140f0589
FolderTreeView: Make the icon bigger
2019-12-05 17:59:49 +01:00
f08d72bb00
FolderListing: Show the number of notes per folder
2019-12-05 17:48:31 +01:00
47f417ab3a
FolderTreeView: Show it expanded by default
2019-12-05 17:35:45 +01:00
8d1feb6f76
FoldersView: Add the root folder - Call it "Notes"
...
This way the FolderView is never just empty. It looks bad otherwise.
2019-12-05 16:22:44 +01:00
10d65cd6fb
Rename NoteFolder -> NotesFolder
2019-12-04 15:33:27 +01:00
464b7512e9
Move Note and NoteFolder class into a core folder
2019-12-04 14:18:11 +01:00
50b8238c27
FolderListing: Hook it up to the JournalListing
...
Now clicking on a Folder shows all the notes from that folder. You can
even modify the notes, but deleting and adding notes won't work
correctly right now.
2019-12-04 01:30:23 +01:00
c8bfa0e2a0
Move FolderTreeView into its own file
2019-12-04 01:14:17 +01:00