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
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
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
Pino Toscano
4611b6ffad
svnrevertlast
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691707
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
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
Script Kiddy
0fc32d6b18
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=689368
19 years ago
Aaron J. Seigo
425252e04a
add about data to this generator. also makes a pot file possible again. everyone wins. ;)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=688746
19 years ago
Christian Ehrlicher
62ba0d45d0
k3procio--
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=688262
19 years ago
Pino Toscano
5f3a391744
string -> char for startsWith()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=688234
19 years ago
Pino Toscano
8114ea7200
fix or add the include guards
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=688231
19 years ago
Stephan Kulow
137f5be786
don't overrun array (CID 3864)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=688155
19 years ago
Pino Toscano
27e738f238
Start adding backend information to each generator.
...
Added them for DjVu, TIFF and XPS as a start.
Feel free to add them in the other generators, or to add your name if missing :)
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=687842
19 years ago
Script Kiddy
c1a3a10aa0
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=686774
19 years ago
Laurent Montel
889031ab1d
Remove not necessary cmake variable
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=686601
19 years ago
Script Kiddy
94e66ff910
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=686331
19 years ago
Pino Toscano
a71f01234b
delete the internal doc when we close the document, not when we open the new one
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=686242
19 years ago
Pino Toscano
b0535907ca
extract the messages from the .ui files as well
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=686066
19 years ago
Allen Winter
5110d1d3f2
remove kde4_automoc()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=686063
19 years ago
Script Kiddy
f12c3a3a6f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685928
19 years ago
Script Kiddy
94aadef88d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685504
19 years ago
Pino Toscano
64d4210634
read correctly the information about font embedding now
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685333
19 years ago
Pino Toscano
3fd552ef21
Extend the FontInfo class to distinguish the different types of font embedding.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685317
19 years ago
Pino Toscano
97f781ff31
reduce the critical section
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685277
19 years ago
Pino Toscano
2048eada89
the fonts OT are only for Poppler 0.6, so make the generator compile again for poppler 0.5 users
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=685210
19 years ago
Pino Toscano
e5037f45b1
Refator a bit the way Document and the generators use to read the font information from a document.
...
Instead of having a synchronous function that extracts all the information at once, use a function to read the fonts of a single page.
This way, we can get all the result step by step (aka page by page), and possibly in an asynchronous way.
The resuls of the font "scanning" are sent via signals, as well the end of the work.
So, instead of block waiting for the results of all the document at once, the Fonts tab in the properties dialog can have a progress bar with the progress, and the results (the fonts) that are added incrementally to the list.
Only two minor things are left:
- the process is always asynchronous at the moment, as the only generator that can provide this kind of information is the Poppler one (safe)
- there is no check for duplicate fonts
But they should be easy to solve.
svn path=/trunk/KDE/kdegraphics/okular/; revision=685002
19 years ago
Script Kiddy
ac29f76f55
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=684724
19 years ago
Oswald Buddenhagen
9c883584e7
k3process--
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=684001
19 years ago
Pino Toscano
05c01834c5
well, size() is for "poppler 0.6", the rc1 is still 0.5 :-D
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682935
19 years ago
Benjamin Reed
3f164edcb7
no size in poppler 0.6 rc1
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682930
19 years ago
Pino Toscano
2602037fb9
display (if available) the file size for attachments, courtesy of Albert for his work in poppler
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=682847
19 years ago
Script Kiddy
9fb2221299
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=679853
19 years ago
Stephan Binner
2eccd176e2
make .desktop files valid
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=678982
19 years ago
Script Kiddy
7c8a8bce4f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=678711
19 years ago
Script Kiddy
3211dbbaf5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=678319
19 years ago
Pino Toscano
1380d9c045
urls can't be NULL at this point (CID 3656), same for urls
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=678155
19 years ago
Albert Astals Cid
fcc47e4106
tell gs exactly the size we want so we don't have off by one problems due to rounding
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=676275
19 years ago
Albert Astals Cid
23d8388a4e
not used anywhere, kill it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=676215
19 years ago
Albert Astals Cid
dfed92ff84
Compile
...
Please Laurent i appreciate your work a lot, but try to compile things after removing includes so see if they still work
CCMAIL: montel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=675725
19 years ago
Laurent Montel
0d00255d64
Fix include
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=675666
19 years ago
Dirk Mueller
f6f5403443
the usual "daily unbreak compilation"
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=671477
19 years ago
Dirk Mueller
8d80337da4
fix bazillion of memory leaks (CID 3614)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=671473
19 years ago
Dirk Mueller
604b53033b
fix various memory leaks. It would be nice to use std::auto_ptr
...
here, but that doesn't work, as its an array. Introducing boost::
scoped_array for that is probably overkill. We're not PIM.
svn path=/trunk/KDE/kdegraphics/okular/; revision=671465
19 years ago
Albert Astals Cid
4218627b6b
QMutex was crashing for Pino, QSemaphore works
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=671434
19 years ago
Albert Astals Cid
7e95f76a48
Qt::SmoothTransformation adds up to much AA to remove 1 pixel of width, just go with FastTransformation
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=671386
19 years ago