David Faure
235c2bffe1
possibly fix missing dependency for unsermake
...
svn path=/trunk/kdegraphics/kpdf/; revision=259996
23 years ago
Luboš Luňák
457956559e
Update for KToggleFullScreenAction.
...
svn path=/trunk/kdegraphics/kpdf/; revision=257780
23 years ago
Ingo Klöcker
aeac47f80d
Fix compilation (round returns a floating point number and no integer)
...
svn path=/trunk/kdegraphics/kpdf/; revision=255361
23 years ago
Scott Wheeler
78504f3099
::lrint(...) is C99 and as such doesn't work with GCC < 3.0. Removing
...
its use and adding a "round()" function.
svn path=/trunk/kdegraphics/kpdf/; revision=255340
23 years ago
Laurent Montel
28daf6f99c
Use space for move into page as in kghostview
...
svn path=/trunk/kdegraphics/kpdf/; revision=254585
23 years ago
Albert Astals Cid
15081e5428
Change deprecated KKeyDialog::configureKeys(actionCollection(), "kpdf_shell.rc"); to non-deprecated KKeyDialog::configure(actionCollection());
...
svn path=/trunk/kdegraphics/kpdf/; revision=254568
23 years ago
Christophe Devriese
0892511b3e
Added lots and lots of const goodness
...
svn path=/trunk/kdegraphics/kpdf/; revision=254561
23 years ago
George Staikos
03d825b185
surprise surprise surprise! more glib code finds its way into KDE CVS and guess
...
who gets to waste time fixing it? dirty deeds done dirt cheap.
author: breaking compilation on purpose is not acceptable. when your app stops
compiling, so does the module as a whole.
I fixed a few warnings too, but it will take many hours to fix them all
probably.
svn path=/trunk/kdegraphics/kpdf/; revision=253318
23 years ago
Christophe Devriese
63670f8f74
removed the reason for lots of warnings (the deprecated conversion from "boem" to char *)
...
svn path=/trunk/kdegraphics/kpdf/; revision=253155
23 years ago
Dirk Mueller
17c16d692c
some more attempts at getting it in compilable state
...
svn path=/trunk/kdegraphics/kpdf/; revision=253125
23 years ago
Stephan Kulow
c9749eeaad
QOutput* define quite some things twice
...
svn path=/trunk/kdegraphics/kpdf/; revision=253067
23 years ago
Stephan Kulow
4435345e56
no need to clone the default kdevelop icon in obsolete icon themes
...
svn path=/trunk/kdegraphics/kpdf/; revision=253064
23 years ago
Stephan Kulow
93ea054963
Waldo says it works without, so better be consistent
...
svn path=/trunk/kdegraphics/kpdf/; revision=253057
23 years ago
Stephan Kulow
d774be82d9
oops
...
svn path=/trunk/kdegraphics/kpdf/; revision=253031
23 years ago
Stephan Kulow
fe444ed3fb
make those poor automake users happy
...
svn path=/trunk/kdegraphics/kpdf/; revision=253029
23 years ago
Dirk Mueller
d432b0a07b
some changes for --enable-final.
...
Did anybody else notice that this directory alone produces 19846
compiler warnings ?
Amazing, given that its only about 54906 lines of code.
svn path=/trunk/kdegraphics/kpdf/; revision=253027
23 years ago
Stephan Kulow
7cf549b0f6
some need to learn about dependencies ;(
...
svn path=/trunk/kdegraphics/kpdf/; revision=252803
23 years ago
Tobias Koenig
0f70270d7d
KPDF should appear under Graphics in the kmenu.
...
svn path=/trunk/kdegraphics/kpdf/; revision=252506
23 years ago
Laurent Montel
5949d8facd
Fix goto end goto start
...
svn path=/trunk/kdegraphics/kpdf/; revision=251760
23 years ago
Laurent Montel
ac23903bba
Add show menubar
...
svn path=/trunk/kdegraphics/kpdf/; revision=251663
23 years ago
Laurent Montel
f0a9f36fb8
Fix zoom action.
...
But there is a strnage bug, sometime page widget size is null.
I don't know why...
svn path=/trunk/kdegraphics/kpdf/; revision=251383
23 years ago
Laurent Montel
623e28630a
Add zoom select action (no works again)
...
svn path=/trunk/kdegraphics/kpdf/; revision=251375
23 years ago
Laurent Montel
537f72531a
Add goto page action
...
svn path=/trunk/kdegraphics/kpdf/; revision=251362
23 years ago
Kurt Pfeifle
3653d2a8bf
fixed missing #include
...
svn path=/trunk/kdegraphics/kpdf/; revision=251352
23 years ago
Laurent Montel
db5522e16f
Now we can move page with mouse
...
svn path=/trunk/kdegraphics/kpdf/; revision=251251
23 years ago
Laurent Montel
7178b2314a
Minor fix
...
svn path=/trunk/kdegraphics/kpdf/; revision=251249
23 years ago
Laurent Montel
64ed82ddcf
Fix right click
...
thanks to Simon and David.
Regards
svn path=/trunk/kdegraphics/kpdf/; revision=251247
23 years ago
Laurent Montel
85e7b1ff91
Allow dnd
...
svn path=/trunk/kdegraphics/kpdf/; revision=251232
23 years ago
Laurent Montel
10f5a7bb56
Add menu to exit to "fullscreen" but it doesn't work
...
because "m_part is a "KParts::ReadOnlyPart*" and not a kpdf_part
and I don't know how to create it.
I need help from a people who knows kpart please.
Regards
(see kpdf_shell.cpp)
svn path=/trunk/kdegraphics/kpdf/; revision=251221
23 years ago
Laurent Montel
9220ef7f35
Add fullscreen (not perfect again)
...
svn path=/trunk/kdegraphics/kpdf/; revision=251213
23 years ago
Laurent Montel
c16b87bb50
Fix update page action
...
svn path=/trunk/kdegraphics/kpdf/; revision=251187
23 years ago
Laurent Montel
07fc028972
MainToolBar as in kghostview
...
svn path=/trunk/kdegraphics/kpdf/; revision=251182
23 years ago
Laurent Montel
89cdac0a04
Fix use wheelmouse and last page
...
svn path=/trunk/kdegraphics/kpdf/; revision=251104
23 years ago
Laurent Montel
0ff129b678
WheelMouse works as in kghostview
...
svn path=/trunk/kdegraphics/kpdf/; revision=251103
23 years ago
Laurent Montel
5e89aedf16
Use key to move page
...
svn path=/trunk/kdegraphics/kpdf/; revision=251097
23 years ago
Laurent Montel
cf2a93f418
Fix crash when zoom <0.1
...
svn path=/trunk/kdegraphics/kpdf/; revision=251093
23 years ago
Laurent Montel
9991b95a6a
Now show page list works
...
Save/load setting
svn path=/trunk/kdegraphics/kpdf/; revision=251090
23 years ago
Laurent Montel
14ebfddd05
Add show/hide scrollbar as in kghostview
...
svn path=/trunk/kdegraphics/kpdf/; revision=251084
23 years ago
Laurent Montel
5c58b57682
Add my name
...
Fix readSettings
svn path=/trunk/kdegraphics/kpdf/; revision=251067
23 years ago
Laurent Montel
e4241f84bc
add recent file
...
(I don't know why recent file is not load)
svn path=/trunk/kdegraphics/kpdf/; revision=251047
23 years ago
Laurent Montel
5490bb7bb3
Add const; fix crash
...
svn path=/trunk/kdegraphics/kpdf/; revision=251035
23 years ago
Laurent Montel
d4f332c59b
Fix mem leak
...
svn path=/trunk/kdegraphics/kpdf/; revision=251033
23 years ago
Laurent Montel
63083bb505
Add some whatsthis from kghostview
...
svn path=/trunk/kdegraphics/kpdf/; revision=251030
23 years ago
Laurent Montel
43285ccc9f
Add goto end / goto start
...
svn path=/trunk/kdegraphics/kpdf/; revision=251007
23 years ago
Laurent Montel
b1d28c8584
Fix mem leak
...
svn path=/trunk/kdegraphics/kpdf/; revision=251002
23 years ago
Laurent Montel
e1ba221cce
Fix crash when page doesn't exist
...
svn path=/trunk/kdegraphics/kpdf/; revision=251001
23 years ago
Laurent Montel
36c336d237
Fix previous/next page => update qlistbox
...
svn path=/trunk/kdegraphics/kpdf/; revision=251000
23 years ago
Albert Astals Cid
daa9104a9e
CVS_SILENT Removing generic captions from ui files. That is good because:
...
- Makes .ui files smaller
- Removes not necessary setCaption( tr2i18n( ) ); from the generated *.cpp
- Translations teams don't get the generic caption to translate so all translation POs are also smaller
svn path=/trunk/kdegraphics/kpdf/; revision=250737
23 years ago
Dirk Mueller
96d864b3b8
seems like the saying about the first thing that is written in a new
...
project is "yet another string class" is no longer true.
svn path=/trunk/kdegraphics/kpdf/; revision=250495
23 years ago
Dirk Mueller
960cbef520
yeah, well. it didn't compile anyway.
...
svn path=/trunk/kdegraphics/kpdf/; revision=250485
23 years ago