Commit Graph

1025 Commits

Author SHA1 Message Date
Nyall Dawson eefde4edee Fix comparison of different signedness warning 2024-01-14 13:54:48 +01:00
Nyall Dawson 61f489dd70 Fix "type qualifiers ignored on cast result type" warning 2024-01-13 17:53:20 +01:00
Nyall Dawson 7ab77c582b Fix false positive uninintialized member warning 2024-01-13 17:53:20 +01:00
Nyall Dawson 577866aa2f Fix comparison of integer expressions of different signedness warnings 2024-01-13 17:53:20 +01:00
Nyall Dawson bbecbf6311 Remove impossible < 0 checks for size_t 2024-01-13 17:53:20 +01:00
Nyall Dawson 6354e4cad1 Fix build failure using clang compiler 2024-01-13 17:50:41 +01:00
Nyall Dawson 3846c5187e Add extra includes to get build running for core lib only 2024-01-13 15:44:36 +01:00
Nyall Dawson 8c40e49801 Add missing break 2024-01-13 15:43:39 +01:00
Nyall Dawson 2ed31dcd2c Use QString reference instead of copy in loop 2024-01-13 15:42:42 +01:00
Jakub Melka 221587c751 Update of io.github.JakubMelka.Pdf4qt.appdata.xml 2024-01-11 20:08:04 +01:00
Jakub Melka 3cabc6b792 Update of required Qt version 2024-01-11 20:04:12 +01:00
Jakub Melka b2b033b5d3 Release of version 1.3.7 2024-01-10 19:06:53 +01:00
Jakub Melka 9bbf4539d1 Issue #96: PDF4QT crashes when I open PDF 2024-01-07 11:41:45 +01:00
Jakub Melka 843c025010 Issue #142: Cannot reach the top 2024-01-05 19:57:45 +01:00
Jakub Melka ca698156cd Compilation fix 2024-01-05 19:28:31 +01:00
Jakub Melka 298060a61f Issue #141: Save button in toolbar 2023-12-30 19:13:17 +01:00
Jakub Melka b62e96e2d0 Fix of RELEASES.txt 2023-12-30 18:33:16 +01:00
Jakub Melka 62abee0e97 Issue #140: New bookmarks created empty? 2023-12-30 17:42:38 +01:00
Jakub Melka 1a66b804a2 Issue #139: Changing page layout reset the current page 2023-12-30 16:45:27 +01:00
Jakub Melka 8338d7d85d Issue #102: Thumbnails page size fix 2023-12-29 20:03:38 +01:00
Jakub Melka acafeb0144 Oprava kompilace 2023-12-29 19:13:06 +01:00
Jakub Melka 0ddeda8036 Issue #133: Rectangle selector when choosing the page of the PDF 2023-12-29 18:40:32 +01:00
Jakub Melka 1fded3d6b7 Issue #133: Rectangle selector when choosing the page of the PDF 2023-12-28 19:37:38 +01:00
Jakub Melka 333ccb1bfb Badge for build process 2023-12-28 18:42:10 +01:00
Jakub Melka e4875c4050 Issue #137: Redaction - Cannot convert '#000000' to color value 2023-12-28 18:33:06 +01:00
Jakub Melka 905a9e4a8b Build fix 2023-12-28 18:00:45 +01:00
Jakub Melka d6e5dd2b15 Update of RELEASES.txt 2023-12-26 19:49:11 +01:00
Jakub Melka 3ccbef6dc8 Issue #104: Try to fix license 2023-12-26 19:46:56 +01:00
Jakub Melka 37654945d2 Try to fix license 2023-12-26 19:43:39 +01:00
Jakub Melka d5e390e75c Merge remote-tracking branch 'remotes/origin/branches/issue134' 2023-12-26 18:45:14 +01:00
Jakub Melka 7cb6b5bb3a Issue #134: Bugfixing 2023-12-26 18:44:28 +01:00
Jakub Melka a085a54b00 Issue #134: Add search bar for actions 2023-12-25 14:39:47 +01:00
Jakub Melka c6d8b8b783 Merge remote-tracking branch 'remotes/origin/branches/issue128' 2023-12-25 11:58:01 +01:00
Jakub Melka 0f47f1a6d0 Issue #128: Update of RELEASES.txt 2023-12-25 11:40:55 +01:00
Jakub Melka 5ba4cef2f7 Issue #128: Create list of markup annotations 2023-12-25 11:39:20 +01:00
Jakub Melka 89ea815696 Issue #128: Create list of markup annotations 2023-12-24 19:03:28 +01:00
Jakub Melka 53849f51e1 Issue #129: Cannot compile with lcms 2.16 2023-12-24 12:01:15 +01:00
Jakub Melka 9de8dbfad2 Update of RELEASES.txt 2023-12-24 11:02:22 +01:00
Jakub Melka 94b392c108 Merge remote-tracking branch 'remotes/origin/branches/issue55' 2023-12-24 11:01:12 +01:00
Jakub Melka e082f072f7 Issue #55: Oprava kompilace pro Windows 2023-12-23 17:32:12 +01:00
Jakub Melka d974912b05 Issue #55: Fix signing documents using Windows Certificate Store 2023-12-23 17:13:24 +01:00
Jakub Melka 56f5c4abcf Issue #55: Windows implementation 2023-12-23 15:30:17 +01:00
Jakub Melka 17f94a102c Issue #55: Refactoring of certificates 2023-12-22 19:12:35 +01:00
Jakub Melka b3580560a4 Update of RELEASES.txt 2023-12-21 15:06:31 +01:00
Jakub Melka 9f624e5569 Issue #126: Remove <QtCore> include from main headers 2023-12-21 14:25:41 +01:00
Jakub Melka e5e25a71a3 Remove <QtCore> include 2023-12-21 12:48:31 +01:00
Jakub Melka c79a029c2f Revert "Avoid QtCore import, which results in ALL Qt core headers being imported"
This reverts commit c17165b088.
2023-12-20 21:18:47 +01:00
Nyall Dawson c17165b088 Avoid QtCore import, which results in ALL Qt core headers being imported 2023-12-20 20:48:54 +01:00
Jakub Melka 4a679efe25 Add option to build only core library 2023-12-18 20:11:06 +01:00
Jakub Melka d07263c3f1 Update of RELEASES.txt 2023-12-17 19:13:05 +01:00