Pino Toscano
5d94111ce8
i18n fixes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=886194
18 years ago
Pino Toscano
e5b13e2d5b
claim support for application/vnd.kde.okular-archive in the correct way, ie via .desktop files
...
thanks Albert for waking me up
svn path=/trunk/KDE/kdegraphics/okular/; revision=884982
18 years ago
Pino Toscano
938ed4acfa
claim support of the new application/vnd.kde.okular-archive mimetype, and check it where appropriate
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884851
18 years ago
Script Kiddy
2f35e0b6ed
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884759
18 years ago
Laurent Montel
dbd7fa12a9
Fix iterator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882947
18 years ago
Pino Toscano
8583cda513
recent files: do not add '-' (aka stdin) when reading a document from it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882131
18 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
Nick Shaforostoff
50f9c25712
bring order back
...
Rafael:
new order contradicts with API docs:
http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKXmlGuiWindow.html#e5ac6ec22a61a4d854600c0f5a41e8d4
if this is an exception (i.e. both docs and okular's calling order are fine),
then please add appropriate comment to the code.
also, I ask you to look into another problem: okular doesn't restore maximization on start.
CCMAIL:pino@kde.org
CCMAIL:ereslibre@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=868604
18 years ago
Nick Shaforostoff
601835fffb
-call createGUI and setupGUI in proper order (see KXmlGuiWindow::setupGUI API doc)
...
-don't call setAutoSaveSettings() as it is called implicitly by kxmlgui system
the problem i was shooting at still doesn't solved though: maximization ain't restored properly.
it is saved correctly, but it seems that in restoreWindowSize calling KWindowSystem::setState doesn't do the job.
obviously, this must have smth to do with kparts framework.
CCMAIL:pino@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=868586
18 years ago
Pino Toscano
bc966cb0f5
Add the --unique command line behaviour ala KDVI.
...
The "unique" instance is registered as "org.kde.okular".
BUG: 170151
svn path=/trunk/KDE/kdegraphics/okular/; revision=863380
18 years ago
Rafael Fernández López
269ef9b51a
setupGUI goes before createGUI. Actions weren't properly updated (and for instance, the configure shortcuts menu entry wasn't shown, even with Keys
...
flag passed to setupGUI)
svn path=/trunk/KDE/kdegraphics/okular/; revision=855382
18 years ago
Rafael Fernández López
3bf585defb
The save flag will try to load the state of the mainwindow when setupGUI is called. We always
...
need to call to createGUI before that (if no Create flag is passed to setupGUI, that isn't in
this case).
CCMAIL: pino@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=853433
18 years ago
Script Kiddy
9830f4e2aa
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=839175
18 years ago
Jakob Petsovits
df5364da6c
Copy Okular's app icon from Oxygen core as "okular",
...
in the hicolor namespace. Before, the non-specified
"graphics-viewer-document" icon was used, which caused
icon loaders from other toolkits not to find this icon
as they don't consider Oxygen by default.
Also update all the references that made use of the
"graphics-viewer-document" icon in the code and
the many .desktop files.
svn path=/trunk/KDE/kdegraphics/okular/; revision=819965
18 years ago
Script Kiddy
6048f67f48
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=815781
18 years ago
Laurent Montel
70513fa61e
USe INSTALL_TARGETS_DEFAULT_ARGS
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813289
18 years ago
Script Kiddy
5ef72af455
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=808730
18 years ago
Script Kiddy
da6f2d204e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=802309
18 years ago
Pino Toscano
1ed3928811
set the about data icon name in the right place
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=801281
18 years ago
Friedrich W. H. Kossebau
56e1842069
set global program icon via KAboutData, not directly
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799282
18 years ago
Script Kiddy
3c387e94e9
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=790023
18 years ago
Script Kiddy
e81d64ff86
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=788506
18 years ago
Luboš Luňák
a0e0a60258
Remove usage of QWidget::show[FullScreen|Maximized|Minimized|Normal](),
...
they do more then just change the state of the window and all these usage
cases were wrong (that is, all their usage).
For changing the state, use something like
window->setWindowState( window->windowState() | Qt::WindowFullScreen ); // set
window->setWindowState( window->windowState() & ~Qt::WindowFullScreen ); // reset
or simply use the new KToggleFullScreenAction::setFullScreen() helper.
svn path=/trunk/KDE/kdegraphics/okular/; revision=784333
18 years ago
Script Kiddy
936171d955
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=774940
18 years ago
Script Kiddy
28ef3c962f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=771981
18 years ago
Script Kiddy
daad15e7d2
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=767676
18 years ago
Script Kiddy
3e8a8d9d1d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=765166
18 years ago
Burkhard Lück
050d63153b
unified the spelling of okular to Okular
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=764676
18 years ago
Script Kiddy
0f9027a566
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=764259
18 years ago
Pino Toscano
a0a3c239e2
Standardize our naming: Okular.
...
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=763904
18 years ago
Script Kiddy
c729c3d5db
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=758821
18 years ago
Stephan Binner
c06deaf9fc
i18n style guide fixes, the capitalization rules are explained on
...
http://developer.kde.org/documentation/standards/kde/style/basics/labels.html
svn path=/trunk/KDE/kdegraphics/okular/; revision=757596
18 years ago
Script Kiddy
ff1e230a47
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756424
18 years ago
Script Kiddy
eea72c12c4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755851
18 years ago
Pino Toscano
4a71603ab6
take the list of the supported mimetypes from the kpart .desktop, as they contain more mimetypes (including the compressed versions)
...
[the compressed versions are not in the "generator" .desktop files because okular can deal natively with any gzip- or bzip2- compressed version of the supported document types]
svn path=/trunk/KDE/kdegraphics/okular/; revision=755661
18 years ago
Script Kiddy
c91bdf809c
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755336
18 years ago
Script Kiddy
4bc4f57855
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=753675
18 years ago
Script Kiddy
270b737e0d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=751972
18 years ago
Script Kiddy
e3d71f162d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=747149
19 years ago
Script Kiddy
8d7e8be0c7
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=745899
19 years ago
Pino Toscano
2cd01094a7
remove the 'lib' prefix from the okularpart
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=744170
19 years ago
Script Kiddy
4b1e246e87
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=743874
19 years ago
Allen Winter
1e34663484
remove deprecated Encoding
...
DocPath => X-DocPath
ServiceTypes => X-KDE-ServiceTypes
Keywords => X-KDE-Keywords
svn path=/trunk/KDE/kdegraphics/okular/; revision=737282
19 years ago
Script Kiddy
d9e6745bc7
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=735260
19 years ago
Craig Drummond
4863ab4e2d
Fix parentless dialogs
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=734688
19 years ago
Pino Toscano
b66872679e
change strings to be like used everywhere else
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=731837
19 years ago
Pino Toscano
3237f94761
use 'graphics-viewer-document' as icon in our .desktop files
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=728493
19 years ago
Albert Astals Cid
c68ae02dcc
this is a dummy commit to check if i still can commit as i'm having problems commiting to www/media, but while at it i update the C year and mail :-D
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=724219
19 years ago
Script Kiddy
d5fcbc09a8
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=724043
19 years ago
Script Kiddy
d5dc96cb3b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=720951
19 years ago