1495 Commits (f2e9633ea7603df965eb7fdddf875fa8e950fb4d)

Author SHA1 Message Date
Albert Astals Cid 50e3519ffc Fix off by one error on setting the search boundary limits 15 years ago
Pino Toscano 96ae09cfde ignore setViewport() for page numbers out of the document 15 years ago
Pino Toscano 40d20ca58d in each page, add a pointer to the owner document 15 years ago
Albert Astals Cid 6f3667b9d7 forwardport r1216334 okular/branches/KDE/4.6/kdegraphics/okular/core/document.cpp: 15 years ago
Script Kiddy 6754fbd1c4 SVN_SILENT made messages (.desktop file) 15 years ago
Pino Toscano f1fee7ebf8 bump devel version to 0.12.80 15 years ago
Albert Astals Cid 870fd3ba12 Fix point #1 of 213258, open the dialog editor just after adding a note, because adding a note without text is probably not what you want to do. 15 years ago
Albert Astals Cid fab89241b2 Implement memory functions for freebsd 15 years ago
Laurent Montel a86bbe9053 Use QLatin1String 16 years ago
Albert Astals Cid 6ad8e94d53 make the forward and backward search code more similar 16 years ago
Albert Astals Cid 649722af24 add some const makes the code a bit easier to understand 16 years ago
Albert Astals Cid 3aa8f6aaa4 fix docu 16 years ago
Pino Toscano ba0dd22f71 when archiving, resolve the symlink if the document path is that 16 years ago
Pino Toscano e44da2085d bump development version to 0.11.80 16 years ago
Albert Astals Cid 4e551e6867 Improve error message 16 years ago
John Layt 80a04bd577 Whoops! Didn't relise we had an API/BIC guarantee on Okular. Restore previous 16 years ago
John Layt b30305b668 Enable Current Page option in Okular print dialog if running Qt >= 4.7 16 years ago
Pino Toscano 561b688bc9 percent-decode lilypond references 16 years ago
Pino Toscano 45e62fa320 make sure actionsForUrl() returns actions sorted by page number 16 years ago
Luigi Toscano 2bacaf9e14 New method to get the proper PrintError from the printFile* return value 16 years ago
Albert Astals Cid 25f95bbc9f duplicate code is evil 16 years ago
Albert Astals Cid 3583f6010a move from virtual to slot to not kick ABI in the nuts 16 years ago
Albert Astals Cid 0f0cacd63a add a way to generators give a bit more info of why printing failed 16 years ago
Albert Astals Cid ce41955ab8 avoid copying a file if we can just rename it 16 years ago
Tobias Koenig d5a2d53d21 Do not crash in case of false calculations in a generator 16 years ago
Glen Kaukola 122fab0eee Krazy: Check single-char QString operations for efficiency. 16 years ago
Glen Kaukola 45c82f8636 Krazy: Check for spelling errors 16 years ago
Script Kiddy ff913d232f SVN_SILENT made messages (.desktop file) 16 years ago
Albert Astals Cid 4a1d8bb025 Do not use the title to store the url because it will get mangled by KBoomark::fullText, use the url field 16 years ago
Pino Toscano 7a88256b35 use abs() before comparing to the current time, otherwise the comparison will always fail when the midnight passes 16 years ago
John Layt 9122f0db26 Improve CUPS detection to always match Qt, including if remote CUPS server 16 years ago
Script Kiddy bf36e688a5 SVN_SILENT made messages (.desktop file) 16 years ago
Pino Toscano e29debc508 bump development version to 0.10.80 16 years ago
Pino Toscano c3f75f13c2 add a function to remove a list of bookmark belonging to the specified url 16 years ago
Christian Ehrlicher 9e2f6edcf5 KUrl::path() -> KUrl::toLocalFile() 16 years ago
Pino Toscano f31db87a63 add a ExternallyDrawn flag to mark annotations which are drawn elsewhere (eg by the generator) 16 years ago
Pino Toscano 873689b1d4 small optimization in the internal TinyTextEntity storage: 16 years ago
Pino Toscano 192c0a0880 refactor a bit the string matching in text search, using a intermediate comparer function 16 years ago
Pino Toscano aa84e31316 Change the saving strategy for bookmarks: instead of saving them manually or at closing, save them after each action. 16 years ago
John Layt ed9bbddace Print correct number of copies using new Qt api 16 years ago
Script Kiddy c2390f3197 SVN_SILENT made messages (.desktop file) 16 years ago
Script Kiddy 9f6f5a3947 SVN_SILENT made messages (.desktop file) 17 years ago
Script Kiddy d819d858bd SVN_SILENT made messages (.desktop file) 17 years ago
Luigi Toscano 4fbb5676c1 Add support for DVI fonts (TeX font type) to FontInfo, as they can not mapped 17 years ago
Albert Astals Cid 667e07a343 setAttribute with doubles is evil as it uses the current locale and we don't want that, use QString::number 17 years ago
Albert Astals Cid b9d749bc0d Commit "Document information" patch by Luigi Toscano, 8 months without a nack from any devel and i like it, so let's commit it 17 years ago
Albert Astals Cid 8f045d06a7 add a text() function that returns characters not containing any pixel inside the given area but the center pixel of the char rectangle 17 years ago
Albert Astals Cid 81d255bafb add a function that returns the center of a given normalized rect 17 years ago
Albert Astals Cid 4041eb7f5b empty the pixmaps queue stack before doing the loop waiting for executing pixmap requests to empty, otherwise a single shot timed call to sendGeneratorRequest can kick us in the back cause bad things to happen, ranging from crashes to the app waiting forever in the loop 17 years ago
Albert Astals Cid a79fe451fd check the search we are doing is still alive, otherwise doesn't make sense to keep on doing it and even more doing so might make us crash 17 years ago