427 Commits (cb414fbf1dbe5b85d766ecfeecfa40fbdddda02c)

Author SHA1 Message Date
Pino Toscano d50a458de4 fix regression: behave correctly when putting the mouse out of a link area 20 years ago
Pino Toscano e681776682 don't show a wide minibar when no document is opened 20 years ago
Albert Astals Cid ea831f2214 following popular aclamation we use whole numbers as default zoom values 20 years ago
Pino Toscano f66f7333ed usability fix: mouse wheel up goes to the next page, not to the previous (and viceversa for mouse wheel down) 20 years ago
Pino Toscano b6756ecfa4 usability fix: don't make clicks in the top bar of the presentation mode being propagated to the presentation widget 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
Pino Toscano 5862ea6dc8 create an Identity settings section and move the author field there 20 years ago
Pino Toscano 91611a9afc better this way 20 years ago
Pino Toscano 1112ada99f add an option to configure the color of the pencil of the presentation mode 20 years ago
Pino Toscano 4cb78d9ec6 stop the popping up of a "what's this?" context menu when pressing the right mouse button (to go to the previous page) 20 years ago
Pino Toscano 4130ba5e49 Just like any other presentation application, now you can draw red paths on a page during the presentation mode. 20 years ago
Pino Toscano fdbd0101a4 move the AnnotatorEngine base class and the SmoothPath engine out of the private use of the page view annotator 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 08eab9344b fix the drawing of two highlight annotations 20 years ago
Pino Toscano 95046e8889 use the right arrows in RtL layout 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 8def2109ec change the metaData() function of the Generator to use QVariant as type for the returned value and for the 'option' parameter, this gives more flexibility 20 years ago
Pino Toscano 0be674f981 Forwardport SVN commit 599376 by pino: 20 years ago
Pino Toscano 03e01b97f6 it's not a real composition effect, but this should help a bit... 20 years ago
Pino Toscano 4c0808fabf a bit less of #include's 20 years ago
Pino Toscano ab1fe9f8cc initialize a pointer is always a good idea 20 years ago
Pino Toscano 23b3a7f6a1 ooops forgot to remove some debug 20 years ago
Pino Toscano 339bfc6907 Create a new AnnotationEngine to select some text from the current page, and make it able to distill Highlight annotations. Now you can hightlight th text in your document, wooo :) 20 years ago
Pino Toscano 5f28d1163f make a pair of actions name and label more close to the others 20 years ago
Pino Toscano d010d05e6e make the AnnotatorEngine able to return a list of annotations (this will be useful later...) 20 years ago
Pino Toscano 7d6f5be0e5 less verbose 20 years ago
Pino Toscano d37a58ec71 show something as caption for the presentation mode; show always the file name instead of the full url when in both the part and presentation mode there is no document title available 20 years ago
Pino Toscano ed84916c0d spell checking 20 years ago
Pino Toscano 1fabb1880d rename setSelected to setCurrent, as it clashes with a new function of Qt4.2 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
Pino Toscano a5d7d31d33 isolate the Xrender dependant code, so okular can be compile and work even without it 20 years ago
Pino Toscano ef1fb7e8d5 const 20 years ago
Pino Toscano 87904adec4 change a bit how we look for objects in a page: first look for annotations, then links (acrobat reader does this way too, so it should be the "right" thing to do) 20 years ago
Pino Toscano 1deb800611 instead of being a frame, just use two frames acting as side lines to emulate a 20 years ago
Albert Astals Cid 5143cd2512 Report page size 20 years ago
Albert Astals Cid 7cd16e9d61 fix indenting + hoverbuttons do not accept focus 20 years ago
Pino Toscano f27f44fd79 Detach the progress widget from the minibar, and move the minibar as a small toolbar on the bottom of the page view. 20 years ago
Pino Toscano 2b143ca661 better this than a null icon 20 years ago
Pino Toscano 22aac31f78 remove some code that is done automatically by Qt for us 20 years ago
Pino Toscano c8ba6d8c15 be sure to remove also the pointer to the old annotation window when deleting the window itself 20 years ago
Pino Toscano c9346d8331 tooltip for annotation on the pageview 20 years ago