3100 Commits

Author SHA1 Message Date
Luis Ángel San Martín
b878e8169e Replace QDateTime constructor
Using the last moment of the day is enough because all other dates in bookmarks have happened before.
2021-10-19 00:00:08 +02:00
Luis Ángel San Martín
5f55dab0cc Do not write unused values 2021-10-19 00:00:08 +02:00
Luis Ángel San Martín
0a2f7bd2af Proper use of QString::arg 2021-10-19 00:00:08 +02:00
Luis Ángel San Martín
3291300d51 Use continue instead of relying on garbage bool 2021-10-19 00:00:08 +02:00
Luis Ángel San Martín
32b4e420a2 Fix emit calls 2021-10-19 00:00:08 +02:00
Luis Ángel San Martín
459883d7be Use *Ref methods instead 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
a56914bec3 Do not use foreach 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
c1d3fb0778 Proper use of range for 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
c03b1075f3 Do not mix const an non-const iterators 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
cc927de7de Use ints for colors instead of string literals 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
d8cb61314d Getter is not a slot 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
078a97c1d1 Remove unused variables 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
5557cfe5b3 Remove unused variable 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
e1ed292a91 Convert emit(signal()) calls to emit signal() 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
8437bd38f4 Bump Ubuntu version used in all azure pipelines jobs
ubuntu-16.04 is no longer available
2021-10-18 23:59:13 +02:00
Luis Ángel San Martín
5aa02a19bb clang-format 2021-10-18 21:56:52 +02:00
Luis Ángel San Martín
78e0c522d2 Set AppVersion in Windows intaller 2021-10-10 09:04:39 +02:00
Luis Ángel San Martín
ed171f1e95 Add app version to the installer info
build number is not included because inno setup has a 16bit limit per section
2021-10-08 22:27:35 +02:00
Luis Ángel San Martín
1b275ff934 Update CHANGELOG 2021-09-28 16:22:17 +02:00
Luis Ángel San Martín
0dbad65f7f Don't use the wheel stop in full page mode 2021-09-28 16:21:43 +02:00
Luis Ángel San Martín
175f533b75 Typo in ComicVine field 2021-09-27 18:45:09 +02:00
Luis Ángel San Martín
43c80546aa
Merge pull request #276 from YACReader/feature/xml_info_import
Feature: support for third party xml info import
2021-09-27 18:40:44 +02:00
Luis Ángel San Martín
def1cd56d0 Fix macos build 2021-09-27 17:45:29 +02:00
Luis Ángel San Martín
0a3ffe4e11 Fix YACReaderLibraryServer build 2021-09-27 17:06:02 +02:00
Luis Ángel San Martín
82a38d1760 Add new shortcut for scanning xml info 2021-09-27 15:42:08 +02:00
Luis Ángel San Martín
80f808bd68 Insert xml info while adding a comic to the library 2021-09-27 15:41:33 +02:00
Luis Ángel San Martín
b4c90a8920 Add support for scanning xml info from the libraries context menu
This will let people to rescan their existing libraries.
2021-09-27 15:40:48 +02:00
Luis Ángel San Martín
dc68387fbc Update ImportWidget to support XML scan mode 2021-09-27 15:39:59 +02:00
Luis Ángel San Martín
da51bd45c6 Use InitialComicInfoExtractor everywhere 2021-09-27 15:39:37 +02:00
Luis Ángel San Martín
2bebe9714e Add files to the project 2021-09-27 15:32:57 +02:00
Luis Ángel San Martín
6e340e5011 Add class for scanning a whole library looking for xml info in all the files 2021-09-27 15:32:39 +02:00
Luis Ángel San Martín
4deb5e1911 Extract and rename ThumbnailCreator to its own files
It adds support for getting XML info files and for skipping cover extraction.
2021-09-27 15:31:49 +02:00
Luis Ángel San Martín
0910937e39 Add function for parsing xml info into ComicInfo 2021-09-27 15:28:47 +02:00
Luis Ángel San Martín
a77facce6d Add helper properties for parsing day/month/year sequentially 2021-09-27 15:28:05 +02:00
Luis Ángel San Martín
b0a6411528 Initialize attributes in constructor 2021-09-27 15:27:44 +02:00
Luis Ángel San Martín
1e81b58e5c Add message about wrong type in ageRating field 2021-09-26 18:44:35 +02:00
Luis Ángel San Martín
a67fee3ea9
Merge pull request #263 from selmf/clazy_autorefactoring
Clazy autorefactoring for SIGNAL/SLOT to new syntax
2021-09-26 09:33:02 +02:00
Luis Ángel San Martín
2717f755bb Fix signal name 2021-09-26 09:02:41 +02:00
Luis Ángel San Martín
b8ad2b540b
Merge branch 'develop' into clazy_autorefactoring 2021-09-26 08:52:23 +02:00
Luis Ángel San Martín
53f92ba1f6 Enable hdpi scaling 2021-09-13 17:34:15 +02:00
Felix Kauselmann
0e51b3fdac Update changelog 2021-07-30 08:58:39 +02:00
Felix Kauselmann
22c2431cc5 Render: Remove obsolete debug messages 2021-07-30 08:58:39 +02:00
Felix Kauselmann
3d9873db75 Always export libraries as .ydb 2021-07-30 08:58:39 +02:00
Felix Kauselmann
abcb4b1f26 GoTo flow: Sync slide and page index in quick navigation mode 2021-07-30 08:58:39 +02:00
Felix Kauselmann
40d4d224be Viewer: Always start GoTo flow on correct page 2021-07-30 08:58:39 +02:00
Felix Kauselmann
df32cf01fb GoTo dialogs: Restrict input values to existing pages 2021-07-30 08:58:39 +02:00
Felix Kauselmann
54b9952253 YACReader: Show error when opening nonexistent open recent entry 2021-07-30 08:58:39 +02:00
Felix Kauselmann
768de98c2a Fix cancel button in add library dialog 2021-06-30 17:49:52 +02:00
Felix Kauselmann
a623dfb133 Database Models: Remove obsolete signals
Folder model and comic model contain two signal relais which do not
serve any obvious purpose.
Remove them.
2021-06-29 13:53:12 +02:00
Felix Kauselmann
76ab23b776 Common: Convert last signals to new slot syntax 2021-06-29 13:53:12 +02:00