190 Commits (843c43cc6ba82a80db86e0a5ed11e27e255cd851)

Author SHA1 Message Date
Albert Astals Cid 19d98d6a74 Run clang-format 6 years ago
Albert Astals Cid 9694113a96 Let the user type the hyphen if he wants when searching 6 years ago
Albert Astals Cid dcf8f79481 Enable clazy isempty-vs-count and qhash-with-char-pointer-key 6 years ago
Albert Astals Cid 93540ac16d Enable most of clazy level2 6 years ago
Albert Astals Cid 468f4b64c2 CI: Enable clazy inefficient-qlist-soft 6 years ago
Albert Astals Cid 2da1cd736a CI: Enable clang-tidy modernize-loop-convert 6 years ago
Albert Astals Cid b001ea2019 CI: Enable a bunch of bugprone- clang-tidy warnings 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
David Hurka c61a9587ec Improve documentation of TextEntity stuff 7 years ago
Laurent Montel 5a3a49c310 Port qSort to std::sort 7 years ago
Yuri Chornoivan 5478b2ec92 Fix minor typos 7 years ago
Yuri Chornoivan c04ca1fa96 Fix minor EBN issues 8 years ago
Albert Astals Cid 4e6c9f8f7a Fix crash when accessing text page after save 8 years ago
Kevin Funk a53a2402ca clang-tidy: modernize-use-nullptr run 9 years ago
Albert Astals Cid fd5cc83e85 Fix warning in newer gcc versions 9 years ago
Martin T. H. Sandsmark f05d42eac3 core: Fix build without implicit cast to/from ascii 10 years ago
Montel Laurent 466eb79615 Use QStringLiteral 11 years ago
Frederik Gladhorn 6c602bf0e7 Use categorized logging even more 12 years ago
Frederik Gladhorn 9d89739972 Use categorized logging 12 years ago
Frederik Gladhorn 83d3f1f6b7 Revert "Some more kDebug->qDebug" 12 years ago
Frederik Gladhorn 34fbdf8c85 Some more kDebug->qDebug 12 years ago
Jaan Vajakas a80922d45e Improve XY Cut layout recognition code 12 years ago
Jan Kundrát 2bd0ec5fda The doesConsumeX method was defined but never used 12 years ago
Jaan Vajakas dff8bf1b36 Improve searching code 13 years ago
Albert Astals Cid 2002e0a4b0 Do not ignore spaces on backwards search 13 years ago
Albert Astals Cid d59ffb4a7a Fix crash when searching backwards 14 years ago
Jan Binder aa6ed8afc0 Replace deprecated QMatrix by QTransform 14 years ago
Albert Astals Cid 9ce6c55559 Don't be so noisy! 14 years ago
Albert Astals Cid ea8ec188c9 Don't be so noisy! 14 years ago
Albert Astals Cid 9d805df013 Double click selects words 14 years ago
Albert Astals Cid d34bc7f263 Do not cache end() of a QList you are removing stuff from... 14 years ago
Albert Astals Cid 04716f9fd1 Do not cache end() of a QList you are removing stuff from... 14 years ago
Albert Astals Cid 12ab23e631 Add a note why we can't use rightRef 14 years ago
Albert Astals Cid d6c1ead1b0 More small adaptations 14 years ago
Albert Astals Cid e74894ce94 Put duplicate code in a function 14 years ago
Albert Astals Cid 7825e4c545 Fix stuff for a better merge 14 years ago
Mohammad Mahfuzur Rahman Mamun 92e3c16066 all len-1 are replaced with str.endsWith 14 years ago
Mohammad Mahfuzur Rahman Mamun 0c02a163ea Some minor changes and cleanup of Backward textfind 14 years ago
Mohammad Mahfuzur Rahman Mamun 9afba5c75d Some textfind change 14 years ago
Mohammad Mahfuzur Rahman Mamun 1dd139736f both forward and backward find implemented and tested a bit 14 years ago
Mohammad Mahfuzur Rahman Mamun f6a3ccf8b5 some printinfo and unnecessary comments has been removed 14 years ago
Mohammad Mahfuzur Rahman Mamun 7062308214 textfind with hyphenation working - simple test with pdf and djvu done 14 years ago
Albert Astals Cid 428d2412bd Remove the need for the hash so we can map back from words to characters 14 years ago
Albert Astals Cid 972b514c21 Rework makeAndSortLines to return a list of qpairs instead of two lists 14 years ago
Albert Astals Cid ad79f60045 entRect is const 14 years ago
Albert Astals Cid 2776b11276 Move the invocation of makeAndSortLines inside calculateStatisticalInformation 14 years ago
Albert Astals Cid 476e21e440 declare j and k in the for loop definition 14 years ago
Albert Astals Cid b055d659b0 Simplify the code 14 years ago
Albert Astals Cid d49894b9d2 the list does not change -> const 14 years ago