198 Commits (fa3f297b064a2ca904cea50103cc5d09f37cf9f2)

Author SHA1 Message Date
Pino Toscano 652787611d make it build with the new kdelibs 19 years ago
Tobias Koenig 86a1fd3b69 Big cleanup of Document API and documentation: 19 years ago
Tobias Koenig 14ea3ab2ef Further documentation and API cleanups 19 years ago
Tobias Koenig 777877f2d2 Refactor the RMB menu for annotations, so we can use the menu for 19 years ago
Pino Toscano ea071caf9d Improve the way we get the contents of an annotation; dynamically change the tooltip of the annotation item in the side review pane. 19 years ago
André Wöbbeking 6e7d98b829 adapt to Aaron's kdelibs changes 19 years ago
Pino Toscano dff36b98f8 simplify RegularAreaRect by avoiding the usage of pointers, as they don't give benefits anyway. 20 years ago
Pino Toscano 41cba45a4b clarify a debug statement, and silence others 20 years ago
Pino Toscano 536ebab639 SmallIconSet -> KIcon 20 years ago
Laurent Montel 06b79cdf27 Compile++ 20 years ago
Tobias Koenig 6f9d0df5cd Further annotation API cleanup 20 years ago
Pino Toscano 9343b5e54c temporarily disable the 'find next' shortcut from kactioncollection 20 years ago
Tobias Koenig a9f58440df First large commit for the Annotation API cleanup 20 years ago
Tobias Koenig 327334c194 Show newlines in annotation popup correctly 20 years ago
Tobias Koenig c7aba89080 Bugfix: Show content of AnnotWindow in popup 20 years ago
Albert Astals Cid da3cd5c2fd put this inside the ifdef, makes too much noise if you don't want to see that much debug 20 years ago
Pino Toscano 5ce4b0674e Make okular able to copy the text selection to the clipboard (finally!). 20 years ago
Pino Toscano f070c5cd32 When in aggressive mode, for the viewer area keep also the page previous and the one next to the pages currently visible. 20 years ago
Tobias Koenig 4848631daf Renamed all the Page::getXyz() methods to Page::xyz() to be konsistent 20 years ago
Tobias Koenig 14d6515b16 Changed the enum SearchDir to SearchDirection and use less strange 20 years ago
Tobias Koenig a7b04cb92b Replaced 20 years ago
Albert Astals Cid ee046a1ad6 fordward port Revision 606296 20 years ago
Albert Astals Cid ac1c0b75bc const_iterator is your friend :-) 20 years ago
Tobias Koenig a490cc0cd7 Add the following functionality: 20 years ago
Pino Toscano 45fe1103c4 SVN_SILENT const 20 years ago
Pino Toscano 69e9777ad2 delete the page items when destroying the page view 20 years ago
Pino Toscano 6fe91bae4d usability: as the annotation tools can be used only in normal mode, switch to normal mode when the user choose to use them 20 years ago
Albert Astals Cid 73f0a7269d resize the pageview widget when no doc is opened so the "gray" area expands 20 years ago
Pino Toscano 274469dae8 Almost complete support for inverse search within okular. 20 years ago
Aaron J. Seigo 77932c92dd two small changes, passed by pintoree on irc: 20 years ago
Pino Toscano d50a458de4 fix regression: behave correctly when putting the mouse out of a link area 20 years ago
Albert Astals Cid ea831f2214 following popular aclamation we use whole numbers as default zoom values 20 years ago
Pino Toscano a23fab8291 display eg '66.7%' instead of '66.70%' in zoom combobox 20 years ago
Tobias Koenig bea71df6e0 * Made image rotation asynchronous 20 years ago
Pino Toscano 49074ea305 improve these strings, as our usability master suggested 20 years ago
Pino Toscano 3336a73429 fix regression (related to kpdf's #99315) 20 years ago
Albert Astals Cid 511e6f32a1 fix porting bug 20 years ago
Pino Toscano e7f46c265e i like icons 20 years ago
Pino Toscano 2bd05e79d5 a generator can not block the gui events of the main page view, otherwise bad things will happen - it's also not really logic to allow such a thing, better think about something else if a generator wants to interact with the gui somehow 20 years ago
Pino Toscano e5f7314c65 hand-written ROUND -> qRound 20 years ago
Holger Freyther d8e92f5ff8 okular/ui/pageview.cpp: Make it compile with QtMac 20 years ago
Pino Toscano f387bb2b0a Cancel selecting when Esc is pressed. 20 years ago
Pino Toscano 6ac2174811 move the configuration update procedures of the page view into the page view itself 20 years ago
Pino Toscano 0be674f981 Forwardport SVN commit 599376 by pino: 20 years ago
Pino Toscano 4c0808fabf a bit less of #include's 20 years ago
Pino Toscano 5f28d1163f make a pair of actions name and label more close to the others 20 years ago
Pino Toscano 7d6f5be0e5 less verbose 20 years ago
Pino Toscano ed84916c0d spell checking 20 years ago
Albert Astals Cid d3f03d2144 Change slotRequestVisiblePixmaps that is called due to a rotation change to a queued petition, this makes rotation changing from 0º to 180º work as previously pixmaps where not reasked because the page items relayouting was done after (in a queded petition) and so they did not intersect at this stage, now as we use a queued petition too for slotRequestVisiblePixmaps, the order is correct and works 20 years ago
Pino Toscano 85bf380d7d this seems a little bit faster... 20 years ago