harbour-books/app/src
Slava Monich f79b2f17ad [app] A few book cover rendering tweaks
Edge filling is only performed when both edges consist predominantly
of the same color and the aspect ratio significantly differs from
the target one. Otherwise the cover is stretched pretty much as before
except that stretched image is now centered. That seems to works nicely
in all the cases which I've encoutered so far.
2021-11-02 03:24:55 +02:00
..
BooksBook.cpp [app] Set target thread for HashTask 2018-05-17 20:15:29 +03:00
BooksBook.h [app] Use separate task queue for the hashing task 2018-02-04 13:11:07 +03:00
BooksBookModel.cpp [app] Added bookPos role to the book model 2020-09-28 02:37:14 +03:00
BooksBookModel.h [app] Added bookPos role to the book model 2020-09-28 02:37:14 +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 [app] A few book cover rendering tweaks 2021-11-02 03:24:55 +02:00
BooksCoverWidget.h [app] A few book cover rendering tweaks 2021-11-02 03:24:55 +02:00
BooksDefs.h [app] Made BooksFeedback a singleton 2020-02-03 04:28:00 +02: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] Explicitly set thread affinity for RenderTask 2020-09-28 05:17:58 +03:00
BooksPageWidget.h [app] Added bookPos role to the book model 2020-09-28 02:37:14 +03:00
BooksPaintContext.cpp [app] Made night mode brightness configurable 2020-09-21 00:53:21 +03:00
BooksPaintContext.h [app] Made night mode brightness configurable 2020-09-21 00:53:21 +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 night mode brightness configurable 2020-09-21 00:53:21 +03:00
BooksSettings.h [app] Made night mode brightness configurable 2020-09-21 00:53:21 +03:00
BooksShelf.cpp [app] Dropped BooksTask in favor of HarbourTask 2018-05-16 18:27:12 +03:00
BooksShelf.h [app] Dropped BooksTask in favor of HarbourTask 2018-05-16 18:27:12 +03:00
BooksStorage.cpp [app] Fixed detection of removable storage for non-nemo users 2020-11-01 16:32:41 +02:00
BooksStorage.h [app] Create sample book on the first time run 2019-04-01 13:34:33 +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 night mode brightness configurable 2020-09-21 00:53:21 +03:00
BooksTypes.h [app] Preparing to support copying folders 2015-12-02 23:38:16 +02:00
BooksUtil.cpp [app] Dropped BooksTask in favor of HarbourTask 2018-05-16 18:27:12 +03:00
BooksUtil.h [app] Dropped BooksTask in favor of HarbourTask 2018-05-16 18:27:12 +03:00
main.cpp [app] Dropped BooksFeedback 2020-09-17 01:30:34 +03:00
ZLApplication.cpp Sailfish integration 2015-06-28 14:22:35 +03:00
ZLibrary.cpp [app] Dropped HarbourImageProvider 2020-10-23 01:53:04 +03:00