harbour-books/app/src
2023-11-22 01:33:25 +03:00
..
BooksBook.cpp [app] Show book title on top of default cover image 2022-10-31 17:52:02 +02:00
BooksBook.h [app] Show book title on top of default cover image 2022-10-31 17:52:02 +02:00
BooksBookModel.cpp [app] Fixed compilation warning 2023-05-22 02:22:24 +03:00
BooksBookModel.h [app] Added bookPos role to the book model 2020-09-28 02:37:14 +03:00
BooksColorScheme.cpp [app] Fixed color inversion in night mode 2022-10-29 20:10:02 +03:00
BooksColorScheme.h [app] Fixed color inversion in night mode 2022-10-29 20:10:02 +03:00
BooksColorSchemeModel.cpp [app] Made colors configurable 2022-10-10 03:45:18 +03:00
BooksColorSchemeModel.h [app] Made colors configurable 2022-10-10 03:45:18 +03:00
BooksConfig.cpp Sailfish integration 2015-06-28 14:22:35 +03:00
BooksConfig.h Sailfish integration 2015-06-28 14:22:35 +03:00
BooksCoverModel.cpp [app] Fixed cover model filtering 2015-09-12 16:09:05 +03:00
BooksCoverModel.h Sailfish integration 2015-06-28 14:22:35 +03:00
BooksCoverWidget.cpp Adaptation for AuroraOS 2023-11-17 01:21:05 +03:00
BooksCoverWidget.h [app] A few book cover rendering tweaks 2021-11-02 03:24:55 +02:00
BooksDBus.cpp [app] Register OpenRepos app as a file handler 2021-11-13 03:53:17 +02:00
BooksDBus.h [app] Register OpenRepos app as a file handler 2021-11-13 03:53:17 +02:00
BooksDefs.h Fixed issues with saving book and position after relaunching app 2023-11-22 01:33:25 +03:00
BooksDialogManager.cpp [app] Fixed check for null image in setClipboardImage 2017-10-10 00:52:59 +03:00
BooksDialogManager.h [app] Always use the default clipboard 2017-09-07 18:21:08 +03:00
BooksHints.cpp [app] Made BooksHints a singleton 2020-02-03 04:34:37 +02:00
BooksHints.h [app] Made BooksHints a singleton 2020-02-03 04:34:37 +02:00
BooksImageProvider.cpp [app] Support for footnotes 2016-11-02 19:51:34 +03:00
BooksImageProvider.h [app] Support for footnotes 2016-11-02 19:51:34 +03:00
BooksImportModel.cpp [app] Dropped BooksTask in favor of HarbourTask 2018-05-16 18:27:12 +03:00
BooksImportModel.h [app] Added "Select all" pulley menu item to the import view 2017-09-07 23:46:52 +03:00
BooksItem.h [app] Tweaking book copy 2015-12-12 12:38:26 +03:00
BooksListWatcher.cpp [app] Fixing issues with saving/restoring book position 2020-11-02 05:19:46 +02:00
BooksListWatcher.h [app] Fixing issues with saving/restoring book position 2020-11-02 05:19:46 +02:00
BooksLoadingProperty.cpp Sailfish integration 2015-06-28 14:22:35 +03:00
BooksLoadingProperty.h Sailfish integration 2015-06-28 14:22:35 +03:00
BooksPageStack.cpp [app] One more place where currentPageChanged should be emitted 2018-02-10 20:26:08 +03:00
BooksPageStack.h Implemented history (position stack) 2017-08-03 18:48:17 +03:00
BooksPageWidget.cpp [app] Synced page image with the background 2022-10-30 00:34:09 +03:00
BooksPageWidget.h [app] Synced page image with the background 2022-10-30 00:34:09 +03:00
BooksPaintContext.cpp [app] Fixed color inversion in night mode 2022-10-29 20:10:02 +03:00
BooksPaintContext.h [app] Made colors configurable 2022-10-10 03:45:18 +03:00
BooksPathModel.cpp [app] Reworked support for folder renaming 2015-12-01 00:00:56 +02:00
BooksPathModel.h [app] Reworked support for folder renaming 2015-12-01 00:00:56 +02:00
BooksPos.cpp [app] Added BooksPos::List::fromVariant() and toVariantList() 2018-01-28 02:00:07 +02:00
BooksPos.h [app] Added BooksPos::List::fromVariant() and toVariantList() 2018-01-28 02:00:07 +02:00
BooksSaveTimer.cpp [app] Added BooksSaveTimer::saveNow() method 2015-11-30 23:18:53 +02:00
BooksSaveTimer.h [app] Added BooksSaveTimer::saveNow() method 2015-11-30 23:18:53 +02:00
BooksSettings.cpp [app] Made low battery level configurable via dconf 2023-05-22 02:32:54 +03:00
BooksSettings.h [app] Made low battery level configurable via dconf 2023-05-22 02:32:54 +03:00
BooksSettingsBase.cpp [app] Derive tool colors from the color scheme 2022-10-10 05:49:17 +03:00
BooksSettingsBase.h [app] Derive tool colors from the color scheme 2022-10-10 05:49:17 +03:00
BooksShelf.cpp [app] Delete orphaned marks files too 2021-12-12 17:40:08 +02:00
BooksShelf.h [app] Dropped BooksTask in favor of HarbourTask 2018-05-16 18:27:12 +03:00
BooksStorage.cpp Fixed issues with saving book and position after relaunching app 2023-11-22 01:33:25 +03:00
BooksStorage.h [app] Housekeeping 2022-10-10 20:20:13 +03:00
BooksStorageModel.cpp [app] Housekeeping 2016-11-06 21:52:09 +03:00
BooksStorageModel.h [app] Made root directory configurable for removable storage 2016-10-23 20:17:13 +03:00
BooksTaskQueue.cpp [app] Dropped BooksTask in favor of HarbourTask 2018-05-16 18:27:12 +03:00
BooksTaskQueue.h [app] Dropped BooksTask in favor of HarbourTask 2018-05-16 18:27:12 +03:00
BooksTextStyle.cpp [fbreader] Refactored CSS and XHTML support 2015-08-09 00:54:38 +03:00
BooksTextStyle.h [app] Housekeeping 2015-11-05 01:03:49 +03:00
BooksTextView.cpp [app] Made night mode brightness configurable 2020-09-21 00:53:21 +03:00
BooksTextView.h [app] Made colors configurable 2022-10-10 03:45:18 +03:00
BooksTypes.h [app] Made colors configurable 2022-10-10 03:45:18 +03:00
BooksUtil.cpp [app] A better way to use Permissions and MediaKey 2022-10-10 18:48:25 +03:00
BooksUtil.h [app] A better way to use Permissions and MediaKey 2022-10-10 18:48:25 +03:00
main.cpp Adaptation for AuroraOS 2023-11-17 01:21:05 +03:00
ZLApplication.cpp Sailfish integration 2015-06-28 14:22:35 +03:00
ZLibrary.cpp Adaptation for AuroraOS 2023-11-17 01:21:05 +03:00