]> uap-core.de Git - note.git/shortlog
note.git
7 hours ago Olaf Wintermannadd note fixed_title
32 hours ago Olaf Wintermannimplement menu item for deleting notes
34 hours ago Olaf Wintermannmove note files to the trash folder in move_note_to_trash
2 days ago Olaf Wintermannadd method for moving notes to the trash collection
2 days ago Olaf Wintermannadd trash collection type
3 days ago Olaf Wintermannremove unnecessary backend open_extern call in open_extern
3 days ago Olaf Wintermannadd imageviewer to file notes
4 days ago Olaf Wintermannimplement imageviewer
5 days ago Olaf Wintermannremove unused imports
5 days ago Olaf Wintermannremove _builder suffix
6 days ago Olaf Wintermannremove closure based widget builder methods
6 days ago Olaf Wintermannuse new widget macros in the newnotebook dialog
7 days ago Olaf Wintermannuse new widget/container macros for the note window ui
7 days ago Olaf Wintermannadd new macros for creating containers
7 days ago Olaf Wintermannadd new macros for creating widgets
8 days ago Olaf Wintermannreplace CString::new with CString::from_vec_unchecked...
9 days ago Olaf Wintermannrenaming a file note's nodename also changes updates...
10 days ago Olaf Wintermannimplement save_note for file notes
11 days ago Olaf Wintermannadd visibility_states to all containers
11 days ago Olaf Wintermannimplement check for external note content changes,...
12 days ago Olaf Wintermannadd fs watch to notebook
12 days ago Olaf Wintermannadd fs_notify
13 days ago Olaf Wintermanncheck lastmodified when a Note view model is re-attached
13 days ago Olaf Wintermannchange get_note_content result type, add local path...
13 days ago Olaf Wintermannimplement dav query exec
2026-07-17 Olaf Wintermannadd first code for dav query API
2026-07-17 Olaf Wintermannadd support for database-stored file content in open_extern
2026-07-17 Olaf Wintermannreplace NoteDoc enum with NoteViewModel trait
2026-07-16 Olaf Wintermannadd support for creating a UiDoc for dyn objects
2026-07-16 Olaf Wintermannadd check to open_extern if the task is already running...
2026-07-15 Olaf Wintermannimplement Open button in the FileNote viewmodel
2026-07-14 Olaf Wintermannprepare FileNote actions
2026-07-14 Olaf Wintermannadd FileNote view model
2026-07-14 Olaf Wintermannadd UI for file notes
2026-07-13 Olaf Wintermannadd note type for raw files
2026-07-13 Olaf Wintermannadd file extension to nodename
2026-07-13 Olaf Wintermannuse collection path when creating the note local path
2026-07-12 Olaf Wintermannmove nodename generation to the backend
2026-07-12 Olaf Wintermannremove unwrap in save_note()
2026-07-12 Olaf Wintermannmove backend to a separate crate
2026-07-12 Olaf Wintermannimplement loading note content from the filesystem
2026-07-12 Olaf Wintermannimplement saving note content to local storage
2026-07-12 Olaf Wintermanngenerate unique nodename
2026-07-06 Olaf Wintermannadd Note nodename
2026-07-05 Olaf Wintermannfix warning in cstr_len2str
2026-07-03 Olaf Wintermanndetermine local storage path when saving a note
2026-07-03 Olaf Wintermannadd methods for setting encrypted properties
2026-07-02 Olaf Wintermannadd methods for getting/setting xml properties
2026-07-01 Olaf Wintermannadd methods for accessing XmlNode properties
2026-06-30 Olaf Wintermannset default value for collection storage setting
2026-06-28 Olaf Wintermannadd storage setting to collections
2026-06-27 Olaf Wintermannadd session auth callback
2026-06-26 Olaf Wintermannadd function for enabling session encryption
2026-06-25 Olaf Wintermannprepare dav-rs xml type
2026-06-25 Olaf Wintermannadd resource methods for setting/getting (string) prope...
2026-06-24 Olaf Wintermannfix dead code warning for ffi DavError enum
2026-06-24 Olaf Wintermannimprove dav error handling
2026-06-23 Olaf Wintermannadd resource lock/unlock methods
2026-06-23 Olaf Wintermannextend dav Resource API
2026-06-22 Olaf Wintermannadd DavContext add_namespace method
2026-06-22 Olaf Wintermannadd dav resource methods for loading/storing content
2026-06-22 Olaf Wintermannfix inconsistent note title, when completely deleting...
2026-06-21 Olaf Wintermannadd repository to data model
2026-06-21 Olaf Wintermannadd dav resource methods for accessing children
2026-06-20 Olaf Wintermannbegin rust bindings for libidav
2026-06-19 Olaf Wintermannmove note_maximized var to the notebook
2026-06-19 Olaf Wintermannremove maximized setting from the navigation stack
2026-06-19 Olaf Wintermannsave note maximized status in the note viewmodel
2026-06-19 Olaf Wintermannanother icon update
2026-06-18 Olaf Wintermannadd toolbar button to toggle note maximized status
2026-06-18 Olaf Wintermannimplement toolbar content toggle button
2026-06-18 Olaf Wintermannimplement new toolkit icon definitions
2026-06-17 Olaf Wintermannadd missing toolbar item visibility_states arg
2026-06-16 Olaf Wintermannremove OpenNoteHandle, share note updates via broadcast
2026-06-16 Olaf Wintermanndisable the new note button when the current note is...
2026-06-15 Olaf Wintermannadd note info label, that shows a message when a locked...
2026-06-14 Olaf Wintermannadd note version check, when trying to open a note
2026-06-14 Olaf Wintermannswitch to Rust 2024
2026-06-14 Olaf Wintermannadd version number to notes and check version when...
2026-06-14 Olaf Wintermannunlock notes when the parent notebook is detached
2026-06-14 Olaf Wintermannadd LockManager, set note textarea to readonly when...
2026-06-13 Olaf Wintermannadd UiContext onattach/ondetach callbacks
2026-06-13 Olaf Wintermannhide note list on activate events
2026-06-13 Olaf Wintermannonly attach notes when they are not already selected
2026-06-12 Olaf Wintermannmake obj in ActionEvents mutable
2026-06-12 Olaf Wintermannadd extended splitview window API
2026-06-11 Olaf Wintermannimplement toolbar item states arg
2026-06-11 Olaf Wintermannonly focus the note textarea, when a new note is created
2026-06-10 Olaf Wintermannadd main menu, add separate app init method
2026-06-09 Olaf Wintermannbroadcast new notes to all windows
2026-06-09 Olaf Wintermannsimplify note title updates
2026-06-09 Olaf Wintermannstandardise default note title
2026-06-08 Olaf Wintermannadd add_action_untyped, prepare textarea focus on note...
2026-06-08 Olaf Wintermannonly save notes when they were modified
2026-06-08 Olaf Wintermannsave notes when another notebook is selected
2026-06-07 Olaf Wintermannupdate app notebooklist when it changes
2026-06-07 Olaf Wintermannadd possibility to implement actions globally for the...
2026-06-07 Olaf WintermannMerge branch 'main' of https://uap-core.de/git/note
2026-06-07 Olaf Wintermannadd support for multiple app windows
2026-06-06 Olaf Wintermannfix new notes are not always selected
next