209 Commits (2ef46f8d906bfd47ee9c0f4e5ff020198796ae7d)

Author SHA1 Message Date
Pino Toscano 9ccf6d520d adapt the icon names to the icon naming spec 19 years ago
Pino Toscano a5f6538d43 avoid the jumping of the pageview to the next (hidden) focus form widget when hiding them 19 years ago
Pino Toscano db8a10dc2c Preliminary supports for text and choice form fields. 19 years ago
Pino Toscano 1161debb9c i18n change: the plural forms are with %1, %2, etc now, %n is no more 19 years ago
Albert Astals Cid 1587b9605a unnecessary but fun small optimizations, basically avoid unnecessary detach() calls by ensuring the const method is called 19 years ago
Pino Toscano b4821c5f07 Disable the Zoom In/Zoom Out actions when resp. the maximum/minimum zoom is reached. 19 years ago
Pino Toscano 5b3606eb50 Copy -> Copy Text 19 years ago
Pino Toscano 1041866493 Improve the Orientation menu, as suggested by our usability export Florian: 19 years ago
Laurent Montel 34edbef72d Port to new api 19 years ago
Pino Toscano 18fab3d130 Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done. 19 years ago
Pino Toscano 46632f1f6f As now the requests are done in the right order, request first the next and then the previous page. 19 years ago
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