658 Commits (5185c6b371cfde37f71efcd98b485892bca50ad7)

Author SHA1 Message Date
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
João Netto 3081358836 Added support for Form Focus Events 7 years ago
João Netto 6975c67a62 Changed nomenclature and add format action now sets the AP stream text 7 years ago
João Netto 53a8acf813 Removed the use of internalText(), replacing by text() 7 years ago
João Netto b7249ce8c1 Implemented support for keystroke actions 7 years ago
Andre Heinecke da487f3a94 Add support for form text formatting 7 years ago
João Netto ad858267d1 Implemented display support and updated dependencies to Poppler > 0.79 7 years ago
João Netto 7555212d29 Implemented the getOCGs and OCGs methods to support layer changing by JavaScript. 7 years ago
João Netto cc10164d34 Implemented initial support for animatedPDF 7 years ago
Dr. David Alan Gilbert f4a883ea5d Partial fix for high res displays 7 years ago
Laurent Montel cb691f70dc Fix some clazy warning 7 years ago
Laurent Montel 5a3a49c310 Port qSort to std::sort 7 years ago
Joao Netto 716b234100 Implemented find function from console 7 years ago
Yuri Chornoivan 614f580b79 Fix minor typos 7 years ago
Chinmoy Ranjan Pradhan a234a902dc Implement digital signature support for PDF 7 years ago
Yuri Chornoivan 5478b2ec92 Fix minor typos 7 years ago
Albert Astals Cid ec692e459b Remove unused variables 7 years ago
Albert Astals Cid 93b9615597 Remove #ifdef for Qt 5.8 since it is required for some time 7 years ago
Albert Astals Cid 27197b5f76 Fix crash if processing a link closes the document 8 years ago
Albert Astals Cid a482c56ba2 Select current format on the configure backend dialog 8 years ago