]> git.phdru.name Git - m_librarian.git/history - m_librarian/wx
Docs: Update TODO
[m_librarian.git] / m_librarian / wx /
2024-02-25 Oleg BroytmanFeat(wx): Wrap long lines
2024-02-07 Oleg BroytmanFeat(wx/books): Report success
2024-02-07 Oleg BroytmanStyle(wx/books): Fix minor `flake8` warning
2024-02-07 Oleg BroytmanFeat(wx/books): Add menu command `Save`
2024-01-14 Oleg BroytmanMerge branch 'wx'
2024-01-10 Oleg BroytmanFeat(wx/books): Catch and report errors on downloading
2024-01-10 Oleg BroytmanMerge branch 'master' into wx
2024-01-10 Oleg BroytmanFeat(wx/books): Download books
2024-01-10 Oleg BroytmanFeat(wx/books): Toggle all/autor/series checkboxes
2024-01-09 Oleg BroytmanFeat(wx/books): Catch clicks, toggle checkboxes
2024-01-09 Oleg BroytmanFeat(wx/books): Display download checkboxes
2024-01-09 Oleg BroytmanFeat(wx/books): Set custom table
2024-01-09 Oleg BroytmanFix(wx/search): Do not allow empty search value
2024-01-09 Oleg BroytmanFeat(wx/books): Display author on a separate row
2024-01-09 Oleg BroytmanFeat(wx/search): Search books
2024-01-07 Oleg BroytmanFeat(wx): Catch `Escape` in the grid and close the...
2024-01-07 Oleg BroytmanRefactor(wx): Refactor common code
2024-01-06 Oleg BroytmanFeat(wx/books): Show series
2024-01-06 Oleg BroytmanFeat(wx/books): List books for an author
2024-01-06 Oleg BroytmanFeat(wx/search): Catch Enter and double-click, open...
2024-01-06 Oleg BroytmanRefactor(wx): Store some attributes we need later
2024-01-06 Oleg BroytmanFeat(wx/search): List found authors
2024-01-05 Oleg BroytmanFeat(wx): Close window with `Ctrl+W`
2024-01-05 Oleg BroytmanRefactor(wx): Do not store attributes we do not need...
2024-01-05 Oleg BroytmanRefactor(wx): Split `MainWindow` to `AWindow`
2024-01-04 Oleg BroytmanFeat(wx/search): Search authors
2024-01-04 Oleg BroytmanFeat(wx/search): Get form values
2024-01-04 Oleg BroytmanFeat(wx/search): Catch Enter and button clicks
2024-01-03 Oleg BroytmanFeat(wx/search): Add "search authors" button
2024-01-03 Oleg BroytmanFeat(wx/search): Add "ignore case" check box
2024-01-03 Oleg BroytmanFeat(wx/search): Add substring search radio buttons
2024-01-03 Oleg BroytmanFeat(wx/search): Add search panel
2024-01-02 Oleg BroytmanMerge branch 'master' into wx
2024-01-02 Oleg BroytmanDocs: Year 2024
2024-01-02 Oleg BroytmanMerge branch 'master' into wx
2023-12-29 Oleg BroytmanStyle(wx): Fix `flake8` warnings
2023-12-29 Oleg BroytmanMerge branch 'master' into wx
2023-12-28 Oleg BroytmanMerge branch 'master' into wx
2023-12-28 Oleg BroytmanMerge branch 'master' into wx
2023-12-19 Oleg BroytmanFeat(wx): Get initial window size from session config
2023-12-19 Oleg BroytmanFeat(wx): Add `MainWindow.__init__()`
2023-12-19 Oleg BroytmanFeat(wx): Save window size in session config
2023-12-19 Oleg BroytmanFeat(wx): Find session config
2023-12-17 Oleg BroytmanFeat(wx): Add dialig "About"
2023-12-17 Oleg BroytmanFeat(wx): Create main menu bar, add command "Quit"
2023-12-17 Oleg BroytmanFeat(wx): Create main window
2023-12-17 Oleg BroytmanFeat(wx): Create `Application`