l10n daemon script
bb3893b33f
GIT_SILENT made messages (after extraction)
8 years ago
Aleix Pol
add2c59808
Kirigami: Don't show two drawer items
...
One just on Android, the other for the rest
8 years ago
Aleix Pol
885e1f2269
Android: Make it possible to open documents from Android
...
Include ad-hoc code to open files on Android.
8 years ago
Aleix Pol
9ca00505a5
Kirigami: Remove unused slot
8 years ago
Aleix Pol
356229a74f
Kirigami/Android: Try to get all android-specific code together
...
Create a separate android file for such code
8 years ago
Aleix Pol
600e72100b
Remove the internal file navigation from the global drawer
...
Summary: Instead include an "open" item.
Test Plan: opened a file
Reviewers: #okular, mart, aacid
Reviewed By: mart
Subscribers: okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D12884
8 years ago
l10n daemon script
93645d1f9d
GIT_SILENT made messages (after extraction)
8 years ago
Aleix Pol
5931c0de8d
Don't pretend to translate "Okular" as an application name
...
Fixes build when signing the package.
8 years ago
Aleix Pol
ad09cfdcf1
Kirigami: Properly reuse the page when scrolling back
...
Reviewed by Albert Astals
8 years ago
Aleix Pol
9cafd504c0
Kirigami: Asynchronous request of pixmaps
...
Don't block when reading the document to be able to render
Reviwed by Albert Astals
8 years ago
Aleix Pol
c92397da88
Kirigami: Don't try to render if the item is empty
8 years ago
Aleix Pol
1a170e81df
Kirigami: set request's normalized rect
...
We used to give a null rectangle and okular didn't render anything.
Reviewed by Albert Astals
8 years ago
Aleix Pol
cf4bb5e3b1
Android: Make it possible to associate with files
...
Summary:
Put the file into a file descriptor and open this file descriptor.
Just application/pdf for now.
Test Plan: opened some documents on my phone
Reviewers: #okular, aacid, mart
Reviewed By: mart
Subscribers: okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D12770
8 years ago
Aleix Pol
90f187e360
QtQuick: schedule a texture render when the window changes
...
It needs to the devicePixelRatio to the window where it's in.
8 years ago
Aleix Pol
a082ace479
QtQuick: simplify PageItem
...
Don't compare the limits to itself
8 years ago
Aleix Pol
970e0f2ba9
QtQuick: simplify drawing code
...
Removes a deprecated optimization
8 years ago
l10n daemon script
26c40ab7bd
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
cc052577a4
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
e26b5826cc
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
aba5b8e6dc
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
8041ce82b7
GIT_SILENT made messages (after extraction)
8 years ago
Aleix Pol
58c09cd47c
QtQuick: Use proper drawer API
8 years ago
Aleix Pol
bf6f5f74dc
QtQuick: Don't reset zoom when scrollbars appear
8 years ago
Aleix Pol
df35e22314
QtQuick: make certain properties readonly
8 years ago
Aleix Pol
374d953e39
QtQuick: remove unnecessary use of QQuickPixmapItem
...
It was already ported to render into a pixmap, so just pass that pixmap
as a texture.
8 years ago
Aleix Pol
77dfe3ddc6
QtQuick: Port from Text to proper Kirigami.Units
8 years ago
Aleix Pol
84854afb64
QtQuick: Only emit when there's something to change
8 years ago
Aleix Pol
a7b165c0f2
QtQuick: Adopt more assertive behavior upon document change
...
Don't change all pages to 0, it should be the application currentPage to
change. Otherwise we get to having 3 items at page 0.
8 years ago
Aleix Pol
19222f27ca
QtQuick: fix visual corruption
...
Don't request async pixmaps then render them straight away.
8 years ago
Aleix Pol
c51419dd9f
QtQuick: use the right bounds when painting
...
Use textureSize as the documentation suggests, contentsSize is
deprecated.
Sometimes this size is invalid, use textureSize in such case.
8 years ago
l10n daemon script
d2fe4868e1
GIT_SILENT made messages (after extraction)
8 years ago
Aleix Pol
2648ad7b73
Correctly list the supported file suffixes
8 years ago
Aleix Pol
077d0219fe
Did not meant to commit that
...
Damn arcanist >.<
8 years ago
Aleix Pol
1fb77446a7
Make it possible to disable the build of okularkirigami
...
Summary:
Some distros seem to have the option.
BUG: 393119
Test Plan: Still builds, can disable build
Reviewers: #okular, mart, aacid, lbeltrame
Tags: #okular
Differential Revision: https://phabricator.kde.org/D12352
8 years ago
l10n daemon script
7c297a2a41
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
50b01e1e78
GIT_SILENT made messages (after extraction)
8 years ago
Aleix Pol
77049d3b80
Android: include metadata for okular kirigami
...
Summary:
Include an AndroidManifest.xml file so when it's installed it has a
proper icon and name.
Include appdata information so it can be listed
Reviewers: #okular, mart, aacid
Reviewed By: #okular, mart, aacid
Tags: #okular
Differential Revision: https://phabricator.kde.org/D12299
8 years ago
Marco Martin
71f870836e
upport high dpi
8 years ago
Marco Martin
af1aef4e6f
set the context properties the app expects
8 years ago
Aleix Pol
5f8f84d53c
Turn okularkirigami into an executable
...
Summary:
Makes for straightforward Android testing and will work on normal
installations as well.
Reviewers: #kirigami, #okular, mart
Reviewed By: #kirigami, mart
Subscribers: plasma-devel
Tags: #kirigami, #okular
Differential Revision: https://phabricator.kde.org/D12176
8 years ago
Aleix Pol
4d19b4a8d7
No need to link to okularpart
...
It's wrong to link against plugins anyway.
8 years ago
Pino Toscano
9008803b32
remove deprecated Encoding key from desktop files
...
... even when only mentioned in apidox
8 years ago
Kevin Funk
a53a2402ca
clang-tidy: modernize-use-nullptr run
...
Semi-ACK'd by Albert :)
9 years ago
Marco Martin
caf8820cf7
port to Kirigami 2
...
port kirigami 1 usage to kirigami 2
partially port to QQC2 when possible
(will need to wait newer qt versions for a full port waiting on
icons on toolbuttons and the new ScrollView
9 years ago
Albert Astals Cid
4072eb0c3a
Add override
9 years ago
l10n daemon script
53a6cde141
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"
9 years ago
Martin T. H. Sandsmark
033f21c826
Port some missing debug output to categorized logging
9 years ago
l10n daemon script
191e10300d
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"
9 years ago
Luigi Toscano
ce4057c8b6
Cleanup Messages.sh files for mobile
...
Follow the changes to the structure of the files that happened during
the porting to Frameworks.
9 years ago
Martin T. H. Sandsmark
afb5e01aed
Make the QML component plugin not crash when trying to be loaded without a QApplication
10 years ago