Albert Astals Cid
27efa7a8b5
No need to empty the vector on destruction
15 years ago
Albert Astals Cid
92cc7bd66f
qdebug -> kdebug
15 years ago
Albert Astals Cid
320b26d09b
Do not include QtGui
15 years ago
Niels Ole Salscheider
33b9ff1a36
Add LatexRenderer class
15 years ago
Michel Ludwig
0e29008150
Initial commit of the 'ViewerInterface' and of a first implementation.
15 years ago
Albert Astals Cid
bb5eb646e5
fix spacing
15 years ago
Martin Ueding
5fd95a3c92
Allow setting an option so that next/prev page keys do not move really a viewport
...
You can set the amount of overlap in %
FIXED-IN: 4.8.0
BUGS: 152049
15 years ago
Albert Astals Cid
ee348fa70d
Make sure we show arrows in the form widgets
...
Needed since the main cursor is not an arrow anymore
15 years ago
Albert Astals Cid
604187b7a3
Ui work for Reset Form Action support
...
Heavily inspired in Guillermo Amaral patches
CCMAIL: gamaral@kde.org
15 years ago
Albert Astals Cid
23cf80a16b
Signal the activation action for checkboxes
...
Needed for bug-poppler19915.pdf
15 years ago
Albert Astals Cid
a4cb8dcce0
Only create the menu if we are going to use it
15 years ago
Mohammad Mahfuzur Rahman Mamun
dca4ee559c
Another Code Refactoring done
15 years ago
Mohammad Mahfuzur Rahman Mamun
da26410530
unnecessary changes removed from pageview.cpp
15 years ago
Mohammad Mahfuzur Rahman Mamun
8667667222
unnecessary changes removed from pagepainter.cpp
15 years ago
Mohammad Mahfuzur Rahman Mamun
3bbc5bc8b8
Removed the case of right click for text Selection where even if no text is selected right click would allow the user to copy text
15 years ago
Mohammad Mahfuzur Rahman Mamun
10b11903c2
Removal of black selection for epub or odt is working with some problem
15 years ago
Albert Astals Cid
84980e7574
For documents with page label, make the lower bar lineedit be the page label instead of number
...
We show the actual number in a separate qlabel too
Based on a patch by Daniel Oberländer
BUGS: 187237
FIXED-IN: 4.8.0
15 years ago
Mohammad Mahfuzur Rahman Mamun
929e4b6a0e
Removed some double selection Problem
15 years ago
Albert Astals Cid
ea82b3eb42
Fix opening hand
15 years ago
Aleix Pol
390bf78ecc
Change mouse cursor when changing the current tool
...
Update the cursors when changing the current mode. Addresses the problems in the bug report.
- Use a opened/closed hand for browsing.
- Use cross for selection.
BUG: 271816
REVIEW: 102221
15 years ago
Montel Laurent
f9f65979f5
Normalize signals/slots
15 years ago
Christopher Reichert
0f1499c003
Keep cursor as Qt::IBeamCursor when in Text Selection Mode.
15 years ago
Mohammad Mahfuzur Rahman Mamun
57db9f4c19
textSelection according to the TextList seems to work fine -- tested with some pdfs
15 years ago
Mohammad Mahfuzur Rahman Mamun
3798bd7398
primary text selection for more than one columns -- have problem if start or end is in empty space
15 years ago
Myreal Name
2149fb46ef
Another message
15 years ago
Christopher Reichert
5be0a98725
added proper KStandardAction's in presentationwidget.cpp
15 years ago
Christopher Reichert
831294d3dc
presentation widget allows "back in document".
...
Back in document and forward in document are not added to
the action of the presentation widget.
CCBUG: 271462
15 years ago
Christopher Reichert
0213afca46
Page up and Page down buttons now work while focus is in the search bar
...
or in the page number line edit in the minibar.
CCBUG: 270524
CCBUG: 274887
15 years ago
Albert Astals Cid
ec77793a9c
Use non deprecated call
15 years ago
Albert Astals Cid
439e7b9799
remove unused variables
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230896
15 years ago
Burkhard Lück
ebb5118adb
add i18n() to make summary translatable
...
chenge TextBox to Inline Note to match the gui name, ack'd by pino
svn path=/trunk/KDE/kdegraphics/okular/; revision=1227906
15 years ago
Albert Astals Cid
f95073babb
If we are going to copy raw data from src to dest we need to make sure both are in the same image format
...
Thanks to Adrià Arrufat for the testing
BUGS: 243434
svn path=/trunk/KDE/kdegraphics/okular/; revision=1225247
15 years ago
Albert Astals Cid
ec45cf9620
resizeEvent needs to call requestPixmaps too, not only relayoutPages
...
BUG: 266994
svn path=/trunk/KDE/kdegraphics/okular/; revision=1225158
15 years ago
Pino Toscano
083de3d1c4
do not try to get the label of pages "out of the document"
...
CCBUG: 266133
svn path=/trunk/KDE/kdegraphics/okular/; revision=1220024
15 years ago
Eike Hein
dd83975be0
Fix glitches in page outline drap shadow rendering.
...
* Fixed the small corner areas outside the outline that don't
belong to the drop shadow being filled in with a different color
than the viewport outside the page rects, causing well-visible
artifacts.
* Fixed the drop shadow not being blended against the colorscheme-
aware viewport background color but rather the fixed value of
Qt::gray.
* Made the drop shadow a tad lighter overall to preserve the same
visual result, seeing as how the default color scheme leads to
a darker viewport background color than Qt::gray.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1219635
15 years ago
Albert Astals Cid
72e616551b
Allow the "continuous" selection of a tool by double clicking on it
...
Patch by Raffaele Mancuso cleaned up by me
This will be in KDE 4.7.0
This fixes the original report of bug 161020 so i'm closing it
If there were any other different wish report in that bug, do the proper thing an open a new one
BUGS: 161020
svn path=/trunk/KDE/kdegraphics/okular/; revision=1218185
15 years ago
Albert Astals Cid
e084fbc705
Accept slight pixel movements for detecting mouse clicks
...
Should help with bug 263314
BUGS: 263314
svn path=/trunk/KDE/kdegraphics/okular/; revision=1216390
15 years ago
Albert Astals Cid
fe4a6d7e8f
Update minibar page number when it has focus and page changes
...
Patch by Sebastian Dörner
svn path=/trunk/KDE/kdegraphics/okular/; revision=1209706
15 years ago
Albert Astals Cid
870fd3ba12
Fix point #1 of 213258, open the dialog editor just after adding a note, because adding a note without text is probably not what you want to do.
...
Will be in KDE *4.7*
Patch by Victor Blazquez <victor.blazquez@gmail.com>
BUGS: 213258
svn path=/trunk/KDE/kdegraphics/okular/; revision=1209674
15 years ago
Albert Astals Cid
0a514d630b
Close the annot window on Esc keypress
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1202702
16 years ago
Albert Astals Cid
b7ff1536fc
build with 4.5 libs
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1199360
16 years ago
Albert Astals Cid
4694f034f0
shift tools by 1 so there is no a "shortcut space" in the middle
...
BUGS: 251725
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdegraphics/okular/; revision=1186344
16 years ago
Albert Astals Cid
8a4e587931
forwardport r1185627 okular/branches/KDE/4.5/kdegraphics/okular/ui/sidebar.cpp: make sure the list is shown all the times we show the sidecontainer
...
forwardport r1185628 okular/branches/KDE/4.5/kdegraphics/okular/ui/sidebar.cpp: no need to look for a new current item if the sidebar is not even shown
svn path=/trunk/KDE/kdegraphics/okular/; revision=1185629
16 years ago
Nikhil Marathe
a59a80c98d
More intuitive keyboard shortcuts for rotation
...
This patch manually assigns the accelerator for Rotate Left and Rotate Right.
The automatic acceleration sometimes assigns 'R' to Rotate Left due to it being first,
which seems counter-intuitive to me.
This patch makes 'Rotate Right' as 'R' and 'Rotate Left' as 'L'.
Review request: http://svn.reviewboard.kde.org/r/5579/
svn path=/trunk/KDE/kdegraphics/okular/; revision=1185250
16 years ago
Laurent Montel
a86bbe9053
Use QLatin1String
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1178207
16 years ago
Burkhard Lück
a24d98e3bc
change KTTSD to the new name Jovie
...
CCMAIL:jpwhiting@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=1175907
16 years ago
Eike Hein
71298c5d04
Don't show the Web Shortcuts submenu if DRM disallows copying.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1174215
16 years ago
Eike Hein
44c7cf932a
Add support for KDE's Web Shortcuts to the page view popup menus of
...
the two text selection tools.
BUG:119685
FIXED-IN:4.6
svn path=/trunk/KDE/kdegraphics/okular/; revision=1174208
16 years ago
Albert Astals Cid
3ee7d84ebe
forwardport r1170081 okular/branches/KDE/4.5/kdegraphics/okular/ui/pageview.cpp:
...
Do not crash if we are in dummy mode and the user tries to "select an area"
svn path=/trunk/KDE/kdegraphics/okular/; revision=1170085
16 years ago
Pino Toscano
d882e96d8b
fix the message displaying to work when the osd is disabled:
...
- really hide error messages, instead of show them after the proper message dialog box of the case
- if there are details, show a message box with details
svn path=/trunk/KDE/kdegraphics/okular/; revision=1166478
16 years ago