5038 Commits (ed9bbddacee29d5048e41c2761586e80e6a91989)
 

Author SHA1 Message Date
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
Allen Winter 5e8008f650 tiny improvement to the macro_log_feature message for zlib 16 years ago
Script Kiddy 9f6f5a3947 SVN_SILENT made messages (.desktop file) 16 years ago
Pino Toscano 9acc688895 don't forget, just before the string freeze kicks in 17 years ago
Script Kiddy d819d858bd SVN_SILENT made messages (.desktop file) 17 years ago
Luigi Toscano 1f548c29b6 Activate support for DVI font information in the document properties dialog. 17 years ago
Luigi Toscano 4fbb5676c1 Add support for DVI fonts (TeX font type) to FontInfo, as they can not mapped 17 years ago
Luigi Toscano 8fdc41b58b Remove Q3 bits from fontpool.*, remove useless status() method. 17 years ago
Albert Astals Cid e05f0fb861 Get the viewport before resizing the canvas otherwise the canvas resizal makes the viewport change and later we end up with an incorrect viewport 17 years ago
Script Kiddy 1f786797a6 SVN_SILENT made messages (.desktop file) 17 years ago
Elvis Stansvik 820a667190 Save case sensitivity and regular expression search options for the Contents 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 2b7265066b add a tooltip to the button 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 f18659612f Use the just created Okular::TextPage::CentralPixelTextAreaInclusionBehaviour flag when copying text selected with the text selection tool 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
Jonathan Schmidt-Dominé 3fad1f66b5 Old Presentation-Mode (the small CMakeLists-change was kept) 17 years ago
Jonathan Schmidt-Dominé d6ad4b9b31 Better Presentationmode: 17 years ago
Script Kiddy 443012afc3 SVN_SILENT made messages (.desktop file) 17 years ago
Script Kiddy c85b38a6a8 SVN_SILENT made messages (.desktop file) 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
Albert Astals Cid 3e4b406aea stop the search when pressing the [x] button in the find bar 17 years ago
Script Kiddy a4a4008bb3 SVN_SILENT made messages (.desktop file) 17 years ago
Script Kiddy 0d90a1db53 SVN_SILENT made messages (.desktop file) 17 years ago
Albert Astals Cid 0b1124c4a8 do not accept new pixmap requests if we are shutting down 17 years ago
Albert Astals Cid 45c8faee16 using Part as class name makes it very easy to collide with other Parts out there and very ugly things will happen, add a namespace 17 years ago
Albert Astals Cid f074fc2e15 do not ask spectre to rotate pages as it seems not to work at all 17 years ago
Albert Astals Cid 4d730a34ca use the correct variable to calculate dpis 17 years ago
Albert Astals Cid baa4f0113b not only request next and previous page pixmaps, take into account the viewmode so if we are viewing in facing mode we request the two next and the two previous 17 years ago
Pino Toscano ab2ef23f4b right, better use the semaphore it is being used already 17 years ago
Pino Toscano a5564fa6dd use a queue for the rendering requests of the rendering thread 17 years ago
Albert Astals Cid d6d9ff0e5c crop area needs to be just against user rotation, not taking account page orientation since the cropbox is done on page orientation coords 17 years ago
Albert Astals Cid eb9a8dc093 add some X-KDE-Keywords to okularApplication_*.desktop so Okular appears in krunner when searching those keywords 17 years ago
Albert Astals Cid 10ba02cbd5 in case we have a new enough poppler give a better error message when we can't save files with /Encrypt 17 years ago
Albert Astals Cid 2fd0a0124a Fix the name of the tool to represent what it is 17 years ago
Pino Toscano 90074bef90 check the actual mime type names and not their pointers 17 years ago
Elvis Stansvik 4154fa8665 Support case sensitivity and regular expressions in the 17 years ago
Script Kiddy fd6072ae69 SVN_SILENT made messages (.desktop file) 17 years ago
Eike Hein 1f3536bc83 Kill two superfluous empty lines I added by mistake. SVN_SILENT 17 years ago
Eike Hein 796958b1a7 Fix the mouse interaction model of the sidebar icon list 17 years ago
Pino Toscano 87320d1f08 Better check for libchmfile loading errors. 17 years ago
Pino Toscano a7bdec3b40 Fix _synctex_error() on mingw: _vscprintf() is specific for MSVC, so for !MSVC use _vsnprintf() and grow the buffer until necessary. 17 years ago
Pino Toscano a355d9fea4 isolate the argument -> url conversion code in an own function in the ShellUtils namespace 17 years ago
Pino Toscano d5dd8fce01 when we remove the file:/ from the argument, do the precent-encoding removal to avoid being percent-encoded more than needed 17 years ago
Albert Astals Cid 27830a988e Add a [hidden] config option to set hinting to fonts 17 years ago
Pino Toscano ca9b4a14ec improve/add tests 17 years ago
Pino Toscano b4e301c0e0 start adding a unit test for the shell-related stuff 17 years ago