1916 Commits (c50d6b8aeee21a42b1cb1ef37362d69791abb3e6)

Author SHA1 Message Date
Albert Astals Cid 9694113a96 Let the user type the hyphen if he wants when searching 6 years ago
Albert Astals Cid 6a93a033b4 Document::processAction: If the url points to a binary, don't run it 6 years ago
Andre Heinecke ad405165b1 Add AFNumber_Format and l10n AFSimple_Calculate 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
Albert Astals Cid 81c005710c Fix re-rendering of images when using partial updates 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 dcf8f79481 Enable clazy isempty-vs-count and qhash-with-char-pointer-key 6 years ago
Albert Astals Cid 46d1ba0e20 Enable clazy missing-qobject-macro 6 years ago
Albert Astals Cid 6d0d61c2ad Enable clazy copyable-polymorphic 6 years ago
Albert Astals Cid 93540ac16d Enable most of clazy level2 6 years ago
Albert Astals Cid 968e9d6073 Enable clazy old-style-connect 6 years ago
Albert Astals Cid 91bce4a0a3 Enable clazy const-signal-or-slot 6 years ago
Albert Astals Cid e03943fae9 Enable clazy qstring-lef 6 years ago
Albert Astals Cid 95e19450c9 Enable clazy fully-qualified-moc-types 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 468f4b64c2 CI: Enable clazy inefficient-qlist-soft 6 years ago
Albert Astals Cid e2a1705703 CI: Enable clazy connect-not-normalized 6 years ago
Albert Astals Cid 3af705b3d7 CI: Enable clazy qdeleteall 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 6ddb7e6cc9 CI: Enable clazy qhash-namespace 6 years ago
Albert Astals Cid 96f00a4d29 CI: Enable clazy qstring-arg check 6 years ago
Yuri Chornoivan 5c6a297feb Fix minor EBN issues 6 years ago
Harri Porten c1afa356c0 Restrict time given for JavaScript evaluation to max. 2 seconds. 6 years ago
Albert Astals Cid 99b4f276e1 Clear m_openError before opening 6 years ago
Albert Astals Cid 18873d18a2 Document the since for Document::openError 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
l10n daemon script a26dd5118a SVN_SILENT made messages (.desktop file) - always resolve ours 6 years ago
l10n daemon script 0d5bd0bc43 SVN_SILENT made messages (.desktop file) - always resolve ours 6 years ago
Tobias Deiminger 378e99d719 Fix race condition in generator.cpp 6 years ago
Tobias Deiminger 593803b0a1 Fix render stop and high load due to timing issue 6 years ago
Ahmad Samir 4a4456abd7 Port QRegExp to QRegularExpression in a couple of locations 6 years ago
Albert Astals Cid 2da1cd736a CI: Enable clang-tidy modernize-loop-convert 6 years ago
Laurent Montel 932cec415e Don't use nullptr as flags 6 years ago
Albert Astals Cid 2e46cf22f5 CI: enable clang tidy performance checks 6 years ago
Albert Astals Cid b001ea2019 CI: Enable a bunch of bugprone- clang-tidy warnings 6 years ago
Albert Astals Cid c81392a71c Remove wrong forward declarations 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 78cf6bd910 CI: enable more modernize checks 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 b588989dba Make AnnotationPrivate::distanceSqr const 6 years ago
Abby Berkers c56a924ab4 Add TeXiFy IDEA support 6 years ago
l10n daemon script 2d90b6210c SVN_SILENT made messages (.desktop file) - always resolve ours 6 years ago
Yuri Chornoivan 793d06c95d Fix minor issues found by EBN 7 years ago