]> git.phdru.name Git - m_librarian.git/history - m_librarian
Tests(tox): Change syntax for `envlist`
[m_librarian.git] / m_librarian /
2024-12-09 Oleg BroytmanDocs(glst): Convert to UTF-8
2024-07-24 Oleg BroytmanStyle(m_librarian/search): Fix `flake8` E111 indentatio...
2024-07-18 Oleg BroytmanVersion 0.4.1: Fix button "Save" at the bottom of the... 0.4.1
2024-07-18 Oleg BroytmanFeat(web): Fix button "Save" at the bottom of the screen
2024-07-18 Oleg BroytmanRefactor(web): Use classes instead of inline styles
2024-07-18 Oleg BroytmanFeat(wx/ListBooks): Move download button to a separate...
2024-07-16 Oleg BroytmanChore(wx/ListBooks): Rename `search_button` to `dnld_bu...
2024-07-09 Oleg BroytmanVersion 0.4.0: Sort list of authors by clicking on... 0.4.0
2024-07-09 Oleg BroytmanFeat(wx): Sort authors by columns
2024-07-09 Oleg BroytmanStyle(wx): Remove extra spaces
2024-07-09 Oleg BroytmanFeat(web): Sort authors by columns
2024-07-08 Oleg BroytmanRefactor(web): "search authors" is a form; "list author...
2024-07-08 Oleg BroytmanFeat(wx): Do not select when clicking on column/row...
2024-07-08 Oleg BroytmanFix(wx): Fix `ListBooks`: Fix row count
2024-06-18 Oleg BroytmanRefactor(web): Use `#filter WebSafe` instead of `cgi...
2024-03-03 Oleg BroytmanFix(DB): Fix bug with adding same genre to book
2024-02-25 Oleg BroytmanVersion 0.3.1 0.3.1
2024-02-25 Oleg BroytmanFeat(wx): Wrap long lines
2024-02-19 Oleg BroytmanVersion 0.3.0: GUI with `wxPython`
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 BroytmanRefactor(web): Get download destination path from config
2024-01-10 Oleg BroytmanFeat(wx/books): Toggle all/autor/series checkboxes
2024-01-10 Oleg BroytmanFeat(web): Catch and report errors on downloading
2024-01-10 Oleg BroytmanFeat(web): Recompile `search_authors_form.py`
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(web): Change submit buttons texts
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-29 Oleg BroytmanRefactor: Separate web forms processing from search
2023-12-29 Oleg BroytmanPerf(web/app): Get `download_path` only if there're...
2023-12-29 Oleg BroytmanStyle: Re-group and reorder imports
2023-12-28 Oleg BroytmanMerge branch 'master' into wx
2023-12-28 Oleg BroytmanMerge branch 'master' into wx
2023-12-28 Oleg BroytmanDocs(README): 2023
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`
2023-12-17 Oleg BroytmanStyle(web/app): Use relative import
2023-09-17 Oleg BroytmanCI(pip): Ensure `pip` only if needed 0.2.0.post2
2023-07-13 Oleg BroytmanVersion 0.2.0.post1: Install everything from `conda` 0.2.0.post1
2022-12-24 Oleg Broytman2022-12-24: Release 0.2.0
2022-12-17 Oleg BroytmanFeat(web/views/list_books): Toggle checkboxes for all...
2022-12-17 Oleg BroytmanFeat(web/views/list_books): Toggle checkboxes for an...
2022-12-17 Oleg BroytmanFeat(web/views/list_books): Toggle checkboxes for series
2022-12-17 Oleg BroytmanStyle(app): Rename `id`
2022-12-17 Oleg BroytmanFeat(web/views/list_books): Group check boxes
2022-12-17 Oleg BroytmanFix(web/views/list_books): Fix a bug in series naming
2021-09-24 Oleg BroytmanRelease 0.1.6 0.1.6
2021-03-05 Oleg BroytmanFeat(web): Use signgle template `list_books`
2021-02-21 Oleg BroytmanFeat: Order books by date descending
2020-12-24 Oleg BroytmanFix(translations): Fix importing from `translations`
2020-12-23 Oleg BroytmanFeat(m_librarian/web/views/layout.tmpl): Add link to...
2020-12-22 Oleg BroytmanFix(m_librarian/web/views/Makefile): `compile` -> ...
2019-05-11 Oleg BroytmanFeat: Store lock file in a shared directory
2019-02-01 Oleg BroytmanVersion 0.1.5: Python 3.7 0.1.5
2018-06-15 Oleg BroytmanFix(web): Replace compyle with `python -m compile`
2018-06-11 Oleg BroytmanFix(web): Выровнять вправо размер книги
2018-06-11 Oleg BroytmanVersion 0.1.4 0.1.4
2018-06-11 Oleg BroytmanFeat(db): Add book.lang/ext properties
2018-06-11 Oleg BroytmanFeat(db): Add book.genre_list_* properties
2018-06-11 Oleg BroytmanFeat(db): Add book.author_list property
2018-06-11 Oleg BroytmanFeat(db): Add book.author1 property
2018-06-11 Oleg BroytmanFix(web): Draw vertical lines between column
2018-06-11 Oleg BroytmanFix(web): Выровнять числа вправо
next