Saheb Preet Singh
1eafe4feb1
New shortcut to resize window to fit page
...
FIXED-IN: KDE Applications 15.08
BUGS: 326844
REVIEW: 115283
11 years ago
Jonathan Doman
1cfb007b63
Fix session restore/save with multiple tabs
...
BUGS: 335852
REVIEW: 122570
11 years ago
Montel Laurent
16f13c04d2
kdelibs4support--
12 years ago
Sergio Martins
cb4d52fb4c
Fix infinit loop if component isn't found.
...
Shell's CTOR will fail if Okular component isn't found, leading
to i never being incremented.
12 years ago
Frederik Gladhorn
e28dbc6c00
Port to QMime
...
compressedMimeFor now already does the inheritance check, so another
check was removed.
12 years ago
Rohan Garg
d5b9a2e078
Port Shell away from KUrl to QUrl
...
REVIEWED-BY: Albert Astals Cid <aacid@kde.org>
12 years ago
Vishesh Handa
46cf7e46a5
Port away from KUrl::List
12 years ago
Frederik Gladhorn
c7e003d7bc
Port to QCommandLineParser
12 years ago
Frederik Gladhorn
4cf3df32e3
Fix includes and KQAction
12 years ago
Albert Astals Cid
61c830cb7a
Pass the command line options properly when using tabs or unique instances
...
Use a QString to serialize the command line options other than urls to open so it can be easily passed around to every place that opens a new shell or tab or overrides the content in a unique instance.
BUGS: 334100
FIXED-IN: 4.14.0
REVIEW: 119595
12 years ago
Jonathan Doman
375c72dc66
Make tabs rearrangeable
...
BUGS: 334018
FIXED-IN: 4.14.0
REVIEW: 118685
12 years ago
Jonathan Doman
89fd56c23b
Launch documents from external sources in new tabs
...
FIXED-IN: 4.13.0
BUGS: 331872
BUGS: 332238
REVIEW: 116700
12 years ago
Jonathan Doman
0a982319f4
Tabbed interface
...
GUI
BUGS: 155515
REVIEW: 110914
12 years ago
Albert Astals Cid
3f3f82afa1
Fix my email address
13 years ago
Ivan Čukić
09a2fdab8c
Activities support for Okular
...
REVIEW: 106685
14 years ago
Jaydeep Solanki
6d6a3bfce5
Open a new Shell when opening a new file
...
BUGS: 166645
FIXED-IN: 4.10.0
REVIEW: 105965
GUI
14 years ago
Albert Astals Cid
09067debaf
Make --unique also raise the window
...
BUGS: 304526
FIXED-IN: 4.10.0
14 years ago
Albert Astals Cid
02b04e7e9b
Make the openRecent just be open recent
...
Stop being too smart for own our good, try to merge open and openRecent actions in just one action
confuses the hell out of people, so let's KISS and just make open recent be open recent
BUGS: 302358
BUGS: 251335
FIXED-IN: 4.10.0
14 years ago
Fabio D'Urso
e3f1c388de
Ask "Save annotation changes?" if there are unsaved annotations that cannot be saved locally
...
This patch turns Okular into a ReadWritePart. Annotation editing is always
disabled if we're loaded as ReadOnlyPart, no matter the document type.
REVIEW: 105020
14 years ago
Aurélien Gâteau
7ba5a5e30a
Revert "KStandardAction::showMenubar => showHideMenubar"
...
Shouldn't have pushed this, sorry.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1196649
16 years ago
Aurélien Gâteau
a60cff7901
KStandardAction::showMenubar => showHideMenubar
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1195401
16 years ago
Pino Toscano
37403a031a
Small rework on the system used to pass parameters of the document:
...
- on command line, properly read the URL ref ('#foobar' at the end), avoiding a KCmdLineArgs behaviour which encodes it as part of the file name
- pass what was specified as ref or the page (as specified with -p/--page) to the kpart
- make the okularpart take out the ref from the URL it opens and then:
a) if it is a number, assume it is the destination page number
b) otherwise, use that string as named destination
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=969227
17 years ago
Pino Toscano
5c200e59cb
KXmlGuiWindow is smart and tracks the visibility of toolbars and menubar, so just show/hide those directly instead of triggers their actions.
...
This should fix hopefully for all their toggling, also between various runs.
svn path=/trunk/KDE/kdegraphics/okular/; revision=913715
17 years ago
Pino Toscano
03e8a1bc7e
Make the window size at first startup big as 3/4 of the available screen size.
...
This currently does not seem to work as it should, because the max size is really contrained to 2/3 of the screen size, as per Qt behaviour (or bug?)
Anyway, even 2/3 is better than before.
svn path=/trunk/KDE/kdegraphics/okular/; revision=912463
17 years ago
Albert Astals Cid
e8804c18f6
Update m_showMenuBarAction on the proper time
...
BUG: 178020
svn path=/trunk/KDE/kdegraphics/okular/; revision=898742
17 years ago
Pino Toscano
f108284296
Remove the "old" way of configuring the toolbars and just use the XMLGUI facilities.
...
This makes the toolbar editing safer.
BUGS: 168528, 171186
svn path=/trunk/KDE/kdegraphics/okular/; revision=870502
18 years ago
Pino Toscano
9bbcbace43
in the remote case the shell cannot determine the mimetypes the okularpart can read, just filter any file instead of exiting with an error
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=694038
19 years ago
Albert Astals Cid
b0339a4e40
fix some easy krazy issues
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=654317
19 years ago
Pino Toscano
290ae2a264
really new KMainWindow API
...
svn path=/trunk/playground/graphics/okular/; revision=635975
19 years ago
Tobias Koenig
fd73c59b97
Adapt to new KMainWindow API
...
svn path=/trunk/playground/graphics/okular/; revision=635671
19 years ago
Pino Toscano
c40ccf4808
a simple plain list is enough
...
svn path=/trunk/playground/graphics/okular/; revision=631312
19 years ago
Pino Toscano
5a81f6f920
- make the toolbar recent file action working again as kpdf
...
- move #include to the cpp
- kpdf -> okular
svn path=/trunk/playground/graphics/okular/; revision=628216
19 years ago
Pino Toscano
d37f6a80ff
no need to include config.h anymore
...
svn path=/trunk/playground/graphics/okular/; revision=628210
19 years ago
Leandro Emanuel López
26f4618ae3
Moved the handleCompressed method to part
...
svn path=/trunk/playground/graphics/okular/; revision=622784
19 years ago
Pino Toscano
20661ff61e
Add an interface (implemented by the Part) for controlling the really basic document viewer functionalities. This (along with a small refactor in the okular shell) gives the user the possibility to start okular with:
...
-p, --page <page> : to select the startup page
--presentation : to start directly in presentation mode
implementing also KPDF wishes #134115 and #137905 .
svn path=/trunk/playground/graphics/okular/; revision=619681
19 years ago
Leandro Emanuel López
5f60f757a7
Let's use KTemporaryFile instead of K3TempFile
...
svn path=/trunk/playground/graphics/okular/; revision=618017
19 years ago
Pino Toscano
e7bbe08957
trying to port to KTemporaryFile where possible, and still rely on K3TempFile where it needs more work
...
svn path=/trunk/playground/graphics/okular/; revision=596083
20 years ago
Tobias Koenig
df7d144c10
Moved all classes in core/ into the 'Okular' namespace and removed
...
nearly all references to kpdf (knewstuff still missing).
svn path=/trunk/playground/graphics/okular/; revision=586993
20 years ago
Albert Astals Cid
4e04b301f1
Almost foget to fordwardport r582561
...
Fix bug 133507 that prevented the correct restoring of the document viewport on session restore for remote documents
svn path=/trunk/playground/graphics/okular/; revision=584932
20 years ago
Tobias Koenig
5bfa5435a8
URL -> url renaming to reimplement the correct KPart::openUrl()...
...
svn path=/trunk/playground/graphics/okular/; revision=578859
20 years ago
Albert Astals Cid
eabbaeaead
oKular is now okular
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550782
20 years ago
Albert Astals Cid
c2da771144
compile
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=538754
20 years ago
Laurent Montel
202ed24f9d
Fix some missing include
...
Fix compile
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=538600
20 years ago
Laurent Montel
6816aa5cf0
Add missing include
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=538595
20 years ago
Albert Astals Cid
b261381531
shell builds
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=521181
20 years ago
Laurent Montel
9c3f1dca9c
KURL->KUrl
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=502560
20 years ago
Piotr Szymanski
d09fd28b89
- MERGE KPDF 3.5 CHANGES
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=477586
21 years ago
Albert Astals Cid
3a09624824
some more kpdf -> oKular
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=471466
21 years ago
Piotr Szymanski
8b5a0e4746
- dont know what it does, but hey its a change and it works
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=445398
21 years ago
Albert Astals Cid
bdc00ae3f3
Correct the implementation of Quit link action
...
Add the implementation of close link action
That two actions only work within inside kpdf as in konqueror they would be quite shocking
Reverse the order link actions are added to m_rects because there are some pdf that have a rect with a link and inside of that another link with a snall rect, and with this order we match acrobat behaviour
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=435350
21 years ago