679 Commits (16f70bb2a751aabbdb02c5482c9523b5d92b825c)

Author SHA1 Message Date
Albert Astals Cid 72658e0ec3 Fix saving signed revisions of a signature 5 years ago
Oliver Sander ccda6d2a65 Remove device pixel ratio scaling from PixmapRequest 5 years ago
Albert Astals Cid 49f784ecf9 When signing save to a new file, not over the current one 5 years ago
Albert Astals Cid 9728d8b426 We don't do getFoo in Okular API 5 years ago
Albert Astals Cid 6325a4fe0b Make sure you have no unsaved changes before saving 5 years ago
Albert Astals Cid 18ef1349f1 Improvements to adding digital signatures 5 years ago
Albert Astals Cid b09e23f6ab Run clang-format 5 years ago
Thorsten Behrens f7d6045b92 Add poppler NSS support 5 years ago
Thorsten Behrens 847b423e2a Add better diagnostics 5 years ago
Thorsten Behrens e031822744 Adapt to poppler sign api change 5 years ago
Thorsten Behrens e3e582ee5c Add feature flag for poppler signing API 5 years ago
Katarina Behrens cc908b9f92 Pass pointer to widget annotation just added down the chain 5 years ago
Katarina Behrens d320fa17ad Stub some iface for signing the document 5 years ago
Nicolas Fella 50e8c4f333 Port an occurence of KMimeTypeTrader 5 years ago
Albert Astals Cid 4f2c2b2714 Document::openRelativeFile: Double check the url changed when we asked to 5 years ago
Alexander Lohnau 3c1fa441d9 Remove dead code 5 years ago
Laurent Montel 486e05b270 If include is define in .h remove it if it's defined in .cpp too (scripted) 5 years ago
Kezi Olio bdb2df773d Fix forms when inertially scrolling 6 years ago
Friedrich W. H. Kossebau 1784c1d0cb Use more nullptr instead of 0 6 years ago
Albert Astals Cid 88bf8a87de Fix compile on FreeBSD 6 years ago
Albert Astals Cid 19d98d6a74 Run clang-format 6 years ago
Albert Astals Cid bd57b36c83 Add TODO for the future to fix requestFontData function 6 years ago
Laurent Montel 516fb89d94 Use camelcase include. (scripted) 6 years ago
Nate Graham d195633b16 Display all of the page sizes in a new tab of the properties dialog 6 years ago
Nate Graham 0e71c95f29 Show page size field in Properties dialog when there are multiple sizes 6 years ago
Albert Astals Cid 5035f90dd9 Fix forms sometimes showing an old value 6 years ago
Albert Astals Cid 6a93a033b4 Document::processAction: If the url points to a binary, don't run it 6 years ago
Kevin Slagle 493853667d add global variable kMemCheckTime 6 years ago
Kevin Slagle 8d501fc43a getFreeMemory is called every two seconds when checking to see if the system is low on memory. Before this commit, half of these checks are useless (when okular is idle) since the cache is used when the cache is <=2 seconds old. This means that after they system is out of memory, up to 4 seconds (instead of 2) could go by before okular starts to free memory. 6 years ago
Kevin Slagle af99a04431 Use screen size when deciding if tile manager should be used 6 years ago
Albert Astals Cid 3720833be4 Enable clazy qstring-allocations 6 years ago
Albert Astals Cid 93540ac16d Enable most of clazy level2 6 years ago
Albert Astals Cid 3b4dd35c9f Enable clazy lambda-in-connect 6 years ago
Albert Astals Cid eddbe03128 enable clazy strict-iterators 6 years ago
Albert Astals Cid e2a1705703 CI: Enable clazy connect-not-normalized 6 years ago
Albert Astals Cid a23709b097 CI: Enable clazy range-loop 6 years ago
Albert Astals Cid 82d5810493 CI: Enable clazy detaching-temporary 6 years ago
Albert Astals Cid 99b4f276e1 Clear m_openError before opening 6 years ago
Albert Astals Cid 987abf54d7 Move the private slot to a lambda 6 years ago
Andi Sardina Ramos c549d28f7f Solving the creation of an additional tab for a deleted file. 6 years ago
Ahmad Samir 4a4456abd7 Port QRegExp to QRegularExpression in a couple of locations 6 years ago
Albert Astals Cid b001ea2019 CI: Enable a bunch of bugprone- clang-tidy warnings 6 years ago
Albert Astals Cid 0a2287be19 CI: Enable two readability clang-tidy checks 6 years ago
Albert Astals Cid c549acaab0 Move the Q_PRIVATE_SLOTS to lambda connections 6 years ago
Albert Astals Cid a2ac42b9c7 CI: Enable modernize-use-bool-literals 6 years ago
Ahmad Samir ccf3a384c3 [core/*] replace foreach, deprecated, with range-for 6 years ago
Albert Astals Cid da21543a50 Small performance improvements 7 years ago
Felix Mauch bd25d17e70 Save view information per file 7 years ago
João Netto f31eb3cb68 Created private functions to avoid duplicated code in Document 7 years ago
João Netto 17814fc304 Implemented validate actions and made formwidgets leave these actions to QLineEdit::Event 7 years ago