Michel Ludwig
4c7c7dbd8c
Unify the naming of logging categories
10 years ago
Patrick Spendrin
d0ecab4736
Windows string fixes
...
This patch changes multiline QStringLiterals to QString::fromLatin1
as QStringLiterals doesn't understand multiline strings on windows.
Also, strncasecmp is replaced by the portable qstrnicmp function provided
by QByteArray header.
REVIEW: 126379
10 years ago
Marco Martin
9689a8eccd
add missing file
10 years ago
Gleb Popov
355d592bfb
Fix compilation of fax and comicbook generators with MSVC 2015.
...
REVIEW: 125791
10 years ago
Gleb Popov
0928298a74
Build okularpart as SHARED library when using MSVC, as using MODULE causes errors when linking to okularpart.dll.
...
REVIEW: 125792
10 years ago
l10n daemon script
2fee136339
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
Albert Astals Cid
7ff9609d52
Merge remote-tracking branch 'origin/Applications/15.12'
10 years ago
Albert Astals Cid
450fff8818
Increase version for KDE Applications 15.12.0
...
And soversion of the core library sicne there's a new virtual in it
10 years ago
l10n daemon script
9c7a558b8c
SVN_SILENT made messages (.desktop file)
10 years ago
Marco Martin
2b4486a00d
adapt to new components API
10 years ago
Alex Richardson
9b749abbc0
Remove tests/data/file2.pdf as we have it in autotests now
10 years ago
Alex Richardson
de6443d106
Fix PartTest::testSelectText()
...
With Qt5 we need a qWait before the mouseRelease otherwise the selection
will not be made
10 years ago
Alex Richardson
19c2c170bb
Make parttest pass by adding the file that it wants to open
...
It seems it was lost when merging master into frameworks.
10 years ago
Alex Richardson
5c566b3543
Fix crash in parttest by failing the test if the file couldn't be opened
10 years ago
Alex Richardson
ab1d3a36cc
Set the KXMLGUI component name to okular
...
Without this the .rc files will not be found by the unit tests or other
programs that use okularpart
10 years ago
Oliver Sander
e5383ea2d6
Set objectName for 'm_name'
...
The unit test 'editdrawingtooldialogtest' on the frameworks branch aborts at run-time. Reason: it expects the dialog to have a KLineEdit member with object name 'name'. That KLineEdit does exist in the dialog, but no object name is set for it at all. This patch explicitly sets the object name to 'name', which makes the editdrawingtooldialogtest pass again.
REVIEW: 126158
10 years ago
Sumit Sahrawat
3400f76dad
Make inline annotation border width customizable, using a spin widget to accept input
...
REVIEW: 125801
BUGS: 332887
10 years ago
l10n daemon script
16f0780688
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
Albert Astals Cid
fd203820f7
Increase version for master
10 years ago
Albert Astals Cid
50b70c51de
Increase version for beta
10 years ago
Oliver Sander
1e86855b93
Make presentation widget tool bar follow the lineedit height
...
REVIEW: 126050
10 years ago
l10n daemon script
9a5c82a411
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
David Rosca
c793fb2703
Fix crash on close
...
Delete m_tabwidget in destructor
REVIEW: 125890
11 years ago
Gleb Popov
6fdc6e22a9
Make ViewerInterface to be exported unconditionally to fix linking errors with MSVC.
...
REVIEW: 125741
11 years ago
Gleb Popov
c339bc5d0a
Fix okularplugin linking on VS 2015.
...
okularplugin target from mobile/components suffers from the same problem as okularpart in https://git.reviewboard.kde.org/r/125741/
But the cause is a bit different now. okularplugin uses settings.cpp generated by KConfig and its header declares Settings class with OKULARCORE_EXPORT. For okularplugin target this macro gets expanded to __declspec(dllimport) and it makes linker to look for Settings class symbols in okularcore.
Fix this by tricking VS that we are building okularcore target.
REVIEW: 125742
11 years ago
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Montel Laurent
8805760ccf
Merge remote-tracking branch 'origin/master' into frameworks
11 years ago
Albert Astals Cid
73677eaf0e
Merge remote-tracking branch 'origin/Applications/15.08'
11 years ago
Albert Astals Cid
a675670dda
Save file attachments on left click
...
Instead of having to right click on it and choosing save from the menu
BUGS: 354268
11 years ago
Alex Merry
4087e54727
Fix build: PlayOnce -> PlayLimited.
...
A commit that changed the name of this enum value was merged from the
master branch, and the merge didn't take into account that it was used
in code that only exists in the frameworks branch.
11 years ago
Gleb Popov
f8870e60f4
Revert "Use QFileDialog from Qt 5 for "File -> Open" dialog."
...
Unlike KFileDialog, QFileDialog doesn't add special "All supported types" filter.
11 years ago
Gleb Popov
2bbdb762eb
Use QFileDialog from Qt 5 for "File -> Open" dialog.
...
REVIEW: 125683
11 years ago
Albert Astals Cid
c743eceb3d
Optimize all those SettingsCore::paperColor().rgb() calls
...
Maybe the compiler can do it, but i can do it as well :D
11 years ago
Lauri Lyly
9d7533d28e
Fix trimming margins when paperColor not white
...
REVIEW: 125721
11 years ago
Albert Astals Cid
94b626141f
Make it pass both locally and on CI
11 years ago
Albert Astals Cid
354316f6bf
Test for internal link clicking
11 years ago
Albert Astals Cid
8445660539
Merge remote-tracking branch 'origin/master' into frameworks
11 years ago
l10n daemon script
98ac941316
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Albert Astals Cid
fe1325d6e0
Add a test that selects text with the mouse and checks it is what it should be
11 years ago
Albert Astals Cid
99667e4cfa
Make leaving the presentation area finish the drawing
...
BUGS: 354016
11 years ago
Gleb Popov
b8d22401f2
Implement qHash() for Okular::NormalizedRect.
11 years ago
Arseniy Lartsev
76c1e944a8
Support for non-integer transition durations in PDF presentations
...
REVIEW: 125329
11 years ago
Arseniy Lartsev
9f0ff21a22
Presentation: correct durations for "Fade" transition effect by doing 20 FPS instead of 100 frames total
...
Right now, fade transition is always done in 100 frames. If the intended duration is, say, 1 second, the actual duration can easily be a few seconds instead, due to the limited CPU power (on my laptop with core i5, those 100 frames take 2 seconds).
I propose a patch that changes the number of frames to 20 * (duration in seconds). 20 FPS still looks completely smooth to me.
REVIEW: 125310
BUGS: 352876
11 years ago
l10n daemon script
8c141cc2fc
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Albert Astals Cid
8e366c815f
Merge remote-tracking branch 'origin/Applications/15.08'
11 years ago
Albert Astals Cid
56b9b89a13
Increase version for KDE Applications 15.08.2
...
GIT_SILENT
11 years ago
l10n daemon script
cd34059f53
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Arseniy Lartsev
e9e5cb6317
Repeat videos in PDFs automatically when needed
...
REVIEW: 125341
BUGS: 353171
11 years ago
l10n daemon script
7b8f0a7459
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Marco Martin
9d0f5e6312
remove references to non existent id
11 years ago