Matthias Kretz
4e7fa038b4
adapt to phonon-Trolltech branch API changes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=698536
19 years ago
Pino Toscano
005267e0af
restore the side bar correctly after show/hiding the whole sidebar
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=698019
19 years ago
Pino Toscano
0ceee0b64e
small tweaks to the prev/next buttons in the minibar:
...
- reduce their width of the 10%
- reduce their icon size, so they don't take 40px of height
- remove the custom hover code, Qt::WA_Hover does that for us
- make use of an already-there function to cut a pair of lines of code (yay for easiness!)
svn path=/trunk/KDE/kdegraphics/okular/; revision=698005
19 years ago
Pino Toscano
a2bda2bebb
explain a bit this cryptic lonely two-letters word
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=697972
19 years ago
Laurent Montel
2171899347
Remove not necessary path
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=697086
19 years ago
Pino Toscano
17ad0df66c
New sidebar for okular.
...
The old sidebar had many problems and limitations, usability issues as well.
This new sidebar tries to simplify and solve many of these issues (like the navigability with the keyboard), with a better looking.
Of course, some glitches are still there, but easily solvable.
svn path=/trunk/KDE/kdegraphics/okular/; revision=697060
19 years ago
Pino Toscano
5bfd0d5bd2
don't draw garbage in the progress widget when there's no document open
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=696988
19 years ago
Pino Toscano
ee200d286c
adapt to the new naming of the 'mouse' device icon
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=696589
19 years ago
Pino Toscano
9610c6a9c5
SVN_SILENT dead code
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=696457
19 years ago
Pino Toscano
23016eacd4
Change/set the efault shortcuts for some actions:
...
- the tools now have Ctrl+1/2/3/4 for Normal, Zoom, Select, TextSelect modes resp.
- the Show/hide navigation panel has F7 now, Ctrl+L conflicts with Konqueror
svn path=/trunk/KDE/kdegraphics/okular/; revision=696405
19 years ago
Pino Toscano
cf667d55b0
fixuifiles
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=696247
19 years ago
Pino Toscano
af7c661fb7
Change the names of two groups to be more coherent with the other settings.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=696236
19 years ago
Pino Toscano
80df7c8f59
As requested by Florian, set the defaul annotation author to the full name of the current user, or to the username if there's no full name available for it.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=696101
19 years ago
Pino Toscano
7bef230d46
draw the gradient of the review toolbar using QLinearGradient
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=696071
19 years ago
Laurent Montel
d7193013e2
Adapt to new KWarning/kFatal/kDebug api
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=695802
19 years ago
Pino Toscano
dea213be87
use the proper zero-method with DDJVUAPI_VERSION >= 18
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=695779
19 years ago
Pino Toscano
a9f0d2eb46
Try to extract the text entities (thus the text) from a DjVu document.
...
At the moment the granularuty of the extracted text is "word", as "char" is quite difficult to find in documents.
Kind of works, let's hope it will like all the documents around.
svn path=/trunk/KDE/kdegraphics/okular/; revision=695740
19 years ago
Script Kiddy
b998bc9491
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=695423
19 years ago
Pino Toscano
5150419e81
adapt the debug stuff to the new kdebug way:
...
- make the output looking more or less like before (using nospace() or removing the spaces)
- remove endl and '\n' at the end of debug outputs
- fixing the QDebug operator<<'s around
- isolate the debug area number of the core into a separate header, and apply it instead of the numbers found in textpage.cpp
svn path=/trunk/KDE/kdegraphics/okular/; revision=694667
19 years ago
Pino Toscano
9b92fa1d41
no need to set the complete viewport of new page bookmarks, the page number is enough
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=694538
19 years ago
Pino Toscano
09bae8bbc7
set the right position for the new viewport when requesting to open a page from command line
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=694537
19 years ago
Thiago Macieira
000dc825e3
Use QDebug instead of kdbgstream
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=694533
19 years ago
Pino Toscano
6254f609d8
really return an int where we are going to return an int, not a bool
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=694515
19 years ago
Pino Toscano
b59bca3b1b
Small reordering into the General preferences tab:
...
- move the Center first page in row from the Features to the View options group, and state that it works not only in facing mode
- remove the Overview rows, never working
svn path=/trunk/KDE/kdegraphics/okular/; revision=694382
19 years ago
Pino Toscano
e862d6beb6
use 3 as default value of the overview columns, so it does not look like single mode
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=694373
19 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
Pino Toscano
1c9b4bae68
SVN_SILENT fixing the include guard, the revenge
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=693932
19 years ago
Pino Toscano
b43e10e788
KUrl can not be used in the D-Bus API, so change openDocument and currentDocument to use QString, making them work again.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=693927
19 years ago
Laurent Montel
fb4fe2c52d
Not necessary
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=693895
19 years ago
Pino Toscano
d393001982
properly delete the temporary file when closing a document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=693871
19 years ago
Pino Toscano
1be1b40dd0
the compressed documents support should be done, more or less
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=693784
19 years ago
Pino Toscano
456e98ae21
Move the compressed files handling from openUrl() to openFile(), this way we can really handle remove compressed files.
...
Tested with local files only, remove files should work but their download seems to give broken files at the moment (kdelibs bug, I think).
This should hopefully complete the support for compressed files (eg .pdf.gz, .ps.bz2, etc).
svn path=/trunk/KDE/kdegraphics/okular/; revision=693782
19 years ago
Pino Toscano
459192d34f
temporarly disable the attachment size detection, as it breaks with poppler 0.6rc1
...
will be reactivated after the release of poppler 0.6
svn path=/trunk/KDE/kdegraphics/okular/; revision=693750
19 years ago
Pino Toscano
e3e439e69c
Revert to check the Poppler::Sound, otherwise the most of the Poppler API won't match.
...
I'll temporary patch okular until Poppler 0.6 final.
CCMAIL: bradh@frogmouth.net
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=693749
19 years ago
Pino Toscano
f96287978b
also add the "compressed" versions of the mmetypes for the Application and the KParts services
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=693741
19 years ago
Brad Hards
8c96f3c05e
It looks like Mandriva is shipping 0.5.9 (a 0.6 release candidate) for
...
Poppler.
So we need to be more selective in what version of Poppler we choose.
CCMAIL: aacid@kde.org
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=693143
19 years ago
Pino Toscano
d92fa39e65
simplier copy
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=692434
19 years ago
Pino Toscano
67dff3b363
show the correct file name in the title when the document is compressed (that is, we're opening the temporary extracted file) and it has no title
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=692303
19 years ago
Pino Toscano
be0023b02a
recognize correctly the compressed mimetypes for pdf, ps and dvi
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=692295
19 years ago
Pino Toscano
ec4827fc16
bump version to 0.5.90 for kde 4.0 beta1
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=692060
19 years ago
Pino Toscano
4611b6ffad
svnrevertlast
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691707
19 years ago
Aaron J. Seigo
a8e576712e
kiconloader fixes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691642
19 years ago
Aaron J. Seigo
a58e671331
build
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691639
19 years ago
Thiago Macieira
55f327e0cc
Adapt to the new UDSEntry
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691624
19 years ago
Pino Toscano
23337e1c71
move the number of maximum and saved history step into a single location for both
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691448
19 years ago
Pino Toscano
bd462a9a0d
"Single" -> "Single Page"
...
"Facing" -> "Facing Pages"
svn path=/trunk/KDE/kdegraphics/okular/; revision=691430
19 years ago
Pino Toscano
5556af3210
get rid of the hand made resize grip and use QSizeGrip - the trick about it was making the widget to be resized a Qt::SubWindow
...
this makes the annotation window working in RtL mode as well
svn path=/trunk/KDE/kdegraphics/okular/; revision=691341
19 years ago
Laurent Montel
2e59ada023
change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691222
19 years ago
Pino Toscano
a6c0f7d46d
it makes no sense having a returned type for the base Annotation class (that can not be instanced directly)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691107
19 years ago
Pino Toscano
aa8155f8ed
decouple the transformation applying and resetting methods, and reset the transformation when setting a new bonding rect or translating
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691056
19 years ago