42 Commits (master)

Author SHA1 Message Date
Alexander Lohnau 2f193a63de Convert license headers to SPDX 5 years ago
Albert Astals Cid 19d98d6a74 Run clang-format 6 years ago
David Hurka c61a9587ec Improve documentation of TextEntity stuff 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
Jaan Vajakas dff8bf1b36 Improve searching code 13 years ago
Jan Binder aa6ed8afc0 Replace deprecated QMatrix by QTransform 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 2776b11276 Move the invocation of makeAndSortLines inside calculateStatisticalInformation 14 years ago
Albert Astals Cid b055d659b0 Simplify the code 14 years ago
Albert Astals Cid d704dd1ecd const + spacing fixes 14 years ago
Albert Astals Cid 8d7c2b2ce1 Make the function const to signal it does not change anything in the object 14 years ago
Albert Astals Cid 99b3906560 Move the calculation of the key to a single place 15 years ago
Albert Astals Cid d41f230123 Move correctTextOrder to TextPagePrivate 15 years ago
Albert Astals Cid dec4733603 Rework the internals a bit 15 years ago
Albert Astals Cid 2ff2cd9434 Rename copyFromList to setWordList 15 years ago
Albert Astals Cid 8286aac4db We never use m_spaces, so kill it 15 years ago
Albert Astals Cid 0e1efa6516 rework the API a bit so we can assign it to const variables 15 years ago
Albert Astals Cid be8f9bd9cb Rename copy* functions to something I like more 15 years ago
Albert Astals Cid a9fd44009e Add some const & 15 years ago
Mohammad Mahfuzur Rahman Mamun dca4ee559c Another Code Refactoring done 15 years ago
Mohammad Mahfuzur Rahman Mamun 5a8b984f14 debugging and printing removed from textpage.cpp ... need code recomment now 15 years ago
Mohammad Mahfuzur Rahman Mamun 3214307ed9 unnecessary changes removed from area.h and cpp textpage.h textpage_p.h 15 years ago
Mohammad Mahfuzur Rahman Mamun 929e4b6a0e Removed some double selection Problem 15 years ago
Mohammad Mahfuzur Rahman Mamun c598b7749d removal of some crashes 15 years ago
Mohammad Mahfuzur Rahman Mamun b69d9e0262 implementation of parameter tuning of XYcut using local information 15 years ago
Mohammad Mahfuzur Rahman Mamun 2809c3c747 makeAndSortLines changed to remove some similar code redundancy 15 years ago
Mohammad Mahfuzur Rahman Mamun 9343babe43 some issues regarding selection (TextPage::textArea) solved 15 years ago
Mohammad Mahfuzur Rahman Mamun 8a3d4b2db5 some rearrangement and redesign of the code 15 years ago
Mohammad Mahfuzur Rahman Mamun 33d0facf4e selection of text by character done ... need some testing and debug 15 years ago
Mohammad Mahfuzur Rahman Mamun 1bbb192fce added spaces between words ... looking very bad though ... will be solved later 15 years ago
Mohammad Mahfuzur Rahman Mamun 8eda44b435 crash in makeword removed 15 years ago
Mohammad Mahfuzur Rahman Mamun e2b0e0816c calculation of horizontal and vertical projection profile done 15 years ago
Mohammad Mahfuzur Rahman Mamun bbd28aa8bf calculation of column space rectangle and a try to separate columns from a two column document on that basis 15 years ago
Mohammad Mahfuzur Rahman Mamun 27d0f2f8c6 create and sort lines by y overlap first and then according to x ordering 15 years ago
Pino Toscano 192c0a0880 refactor a bit the string matching in text search, using a intermediate comparer function 16 years ago
Pino Toscano e8e93ee179 Internally replace a TextEntity with a "lighter version", that stores the raw UTF-16 data of the text. 18 years ago
Pino Toscano 93c57bac43 add a simpler ctor for the private class of textpage 18 years ago
Pino Toscano 8a858a9449 Core implementation of the backward text search, to be used now in the search bar. 18 years ago
Pino Toscano 99a99a1590 instead of just keeping the transformation matrix, add the pointer to the owning page in a text page, so a text page can know more information, and with no need to manually be updated by the page 19 years ago
Pino Toscano 1bd879c240 extract the definition of the private class of TextPage to an own file, and rename it to TextPagePrivate 19 years ago