1055 Commits (667e07a343e5ea8d228a93b894e4fde32d4dcb85)

Author SHA1 Message Date
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
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
Albert Astals Cid 3e4b406aea stop the search when pressing the [x] button in the find bar 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
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 2fd0a0124a Fix the name of the tool to represent what it is 17 years ago
Elvis Stansvik 4154fa8665 Support case sensitivity and regular expressions in the 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 f04afe8220 hide the top bar when moving out of the presentation widget 17 years ago
Albert Astals Cid 2ca70770dd add a stretch at the end of the dialog so making it bigger is less ugly 17 years ago
Albert Astals Cid b0938f12ad i wonder why gcc thinks this is an ambiguous if, but fix the warning 17 years ago
Pino Toscano f397f800a3 remove the extra condition added, as it messes up with hidden fields 17 years ago
Armin Berres 555cb3c9a1 add synctex support for pdf files 17 years ago
Pino Toscano 077868de22 add a "Presentation" marker in presentation window titles 17 years ago
Pino Toscano 5c6f9ae185 reimplement scrollContentsBy() to make scrolling just repaint the damaged areas 17 years ago
Pino Toscano 61475abe5d Convert the PageView from a QScrollArea + inner QWidget to a QAbstractScrollArea. 17 years ago
Pino Toscano 3f77a20d87 less tight check 17 years ago
Pino Toscano 1faa6e2fac Allow the Enter key for starting and continuing a search. 17 years ago
Urs Wolfer 913c95f58f optimizegraphics: Losslessly optimized PNG and SVGZ files with "optipng -o5" and "advdef -z -4". 17 years ago
Pino Toscano 372968eb6c remember to always intialize your vars; m_init, in this case 17 years ago
Pino Toscano d9404a544d use the proper "page-zoom" icon for the zoom tool and the zoom selector 17 years ago
Pino Toscano 983392095d sort the bookmarks in the side panel by file name first, and then by page number for each file 17 years ago
Pino Toscano 6e6ea57068 check whether normalized values of viewport targets are in the proper [0,1] range, and use a default value if not 17 years ago
Pino Toscano a84db251c4 Instead of directly closing the find bar with Esc, check whether a search is running from it. 17 years ago
Pino Toscano 3a31169487 search line edit: 17 years ago
Pino Toscano 23f93e3a71 Save & restore the value of "case sensitivity" and "from current page" options of the find bar. 17 years ago
Pino Toscano 793a8fc9b6 do not hardcode the maximum number of digits of the pages line edit to 4 17 years ago
Pino Toscano 1b84b3fb4a raise the typing timeout from 500ms to 700ms 17 years ago
Pino Toscano 9a4b23d866 force the sidebar widget to not be transparent 17 years ago
Pino Toscano 9190c9224d raise a bit the tolerance 17 years ago
Pino Toscano 93953ef2c0 use the kde toolbar font for the text in the sidebar 17 years ago
Pino Toscano 512ad01b14 PS print dialog: open with a non-lilliputian size, and remember its size across invocations 17 years ago
Pino Toscano 212e8a6417 improve the source reference picking by looking for the nearest object in case there's none right under the mouse 17 years ago
Pino Toscano 85f5f975db small usability improvement: remove any margin in the topbar of the presentation mode 17 years ago
Pino Toscano 1121799376 make sure to attach to the document also when a resize event is received prior of a paint event, hopefully fixing #180291 17 years ago
Pino Toscano 4b50e543d6 focus the text when showing an annotation popup 17 years ago
Pino Toscano 6a41e324a5 Add Up (previous page) and Down (next page) keys for presentation mode. 17 years ago
Pino Toscano 41a9e20722 turn a sequence of if() into a single switch() 17 years ago
Pino Toscano 77d027bac0 save the real parent widget and use it later for getting the screen number of the okular application 17 years ago
Pino Toscano 04b09d0662 replace the search line edit with the search "widget" 17 years ago
Pino Toscano d89901852c introduce a SearchLineWidget, which is a SearchLineEdit + AnimatedWidget 17 years ago
Pino Toscano e7ce996372 add signals for the actual start and stop of the search of a selected lineedit 17 years ago
Pino Toscano e5b2b22d20 add a small widget for showing an animation from the "animations" category of the icon theme 17 years ago
Pino Toscano 08b5b5fc82 Properly keep the vertical position on horizontal resize. 17 years ago
Pino Toscano 1aa5083856 double (to 600px) the maximum size allowed for the side pane 17 years ago
Albert Astals Cid 53a9e0528e don't process mouse presses, wheels until the widget has been painted at least once as it initializes some stuff we need 17 years ago