l10n daemon script
e2a5beef51
GIT_SILENT made messages (after extraction)
4 years ago
Albert Astals Cid
d6870ae2ff
Remove deprecated Generator::documentMetaData
4 years ago
Albert Astals Cid
a2576dc746
Act on core/ TODOs that are not binary compatible
...
I'm going to need to break binary compatibility to add a new feature
so may as well cleanup all the TODOs regarding that
Changes:
* Moving a few destructors to the header
* Removing a few unnecessary & in params
* Adding a few necessary & in params
* Making print return an enum instead of a bool and then having another
function that returns the enum
* Make Generator::requestFontData be a virtual
* Remove unused enum
* Remove a few filePrinter unneeded functions
* Remove unused TextDocumentGenerator::addMetaData signal
4 years ago
Albert Astals Cid
8681bc0223
Okular Mobile: Require Qt 5.15.2
...
Removes the smooth property of PageItem since it was never set and clazy
was complaining about it not having a NOTIFY signal
Remove two signals that already exist in parent class
Fix C++11 detach in range-loop
4 years ago
Albert Astals Cid
1e8824eca9
Merge remote-tracking branch 'origin/release/21.12'
4 years ago
Albert Astals Cid
e145f27970
Fix uninitialized memory read when opening the settings
...
==25792== Conditional jump or move depends on uninitialised value(s)
==25792== at 0xFC1F7C2: PreferredScreenSelector::preferredScreen() const (dlgpresentation.cpp:215)
==25792== by 0xFC1F422: PreferredScreenSelector::repopulateList() (dlgpresentation.cpp:163)
==25792== by 0xFC1F23F: PreferredScreenSelector::PreferredScreenSelector(QWidget*) (dlgpresentation.cpp:151)
==25792== by 0xFC1EFBB: DlgPresentation::DlgPresentation(QWidget*) (dlgpresentation.cpp:128)
==25792== by 0xFC15825: PreferencesDialog::PreferencesDialog(QWidget*, KConfigSkeleton*, Okular::EmbedMode) (preferencesdialog.cpp:45)
==25792== by 0xFC4A522: Okular::Part::slotPreferences() (part.cpp:2834)
4 years ago
Albert Astals Cid
5e474c3e88
Merge remote-tracking branch 'origin/release/21.12'
4 years ago
Albert Astals Cid
2a041d4845
Fix crash when adding stamps to the quick annotations
...
BUGS: 447409
4 years ago
Albert Astals Cid
3792d8d560
Tweak default UI
...
It's desktop unless you're building for Android where the default it's
mobile.
You can still manually specify which UI you want and you'll get that
regardless of the platform
Only require KParts if we're building the desktop UI
Two small changes in CI:
* Stop pretending we have a macOS CI
* Add Android CI
- libkexiv2, khtml and kjs would be nice but we don't have Android builds
yet
4 years ago
ivan tkachenko
031f937113
Add auto generated files to .gitignore
...
GIT_SILENT
4 years ago
Oliver Sander
24e48d9f5c
Fix a typo in JavaScript code documentation
4 years ago
Albert Astals Cid
62eec7d5b1
Show the "No signing certs" warning earlier
...
No need to ask for the user to draw a rectangle for the signature
if there's no certs to sign anyway
CCBUGS: 446549
4 years ago
Albert Astals Cid
84d977dd2d
GIT_SILENT Update Appstream for new release
4 years ago
Albert Astals Cid
09a2b506ed
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 84d977dd2d )
4 years ago
Albert Astals Cid
97f06be67f
Merge remote-tracking branch 'origin/release/21.12'
4 years ago
Albert Astals Cid
8126b99062
Make CI happy
...
Comment an unused varaible
4 years ago
l10n daemon script
0439961dce
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"
4 years ago
l10n daemon script
9b24a11eb1
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"
4 years ago
Albert Astals Cid
63ec63efa9
GIT_SILENT Upgrade release service version to 21.12.0.
4 years ago
Albert Astals Cid
9144211ba2
Merge remote-tracking branch 'origin/release/21.12'
4 years ago
Albert Astals Cid
c962c6caf6
kimgio generator: Make kexiv2 dependency optional
...
getting keviv2 to build on Android is hard (TM)
4 years ago
Albert Astals Cid
0d4f463729
Fix implementation of AFNumber_Format
...
We did not take sepStyle 3 into account.
Also sepStyle 1 and 0 where mixed up and it didn't work either because
replace() needs to be assigned back to the string
BUGS: 445868
4 years ago
Albert Astals Cid
a157ded61d
Use "new" freebsd/Linux CI templates
4 years ago
Albert Astals Cid
8d078c4191
Merge remote-tracking branch 'origin/release/21.12'
4 years ago
Albert Astals Cid
8b564ae70a
Okular Android: help androiddeployqt a bit
4 years ago
Albert Astals Cid
95a37019f6
Mobile UI: Use proper "is opened" property
...
To check if a file is open, using the url doesn't work very well on
Android
4 years ago
Albert Astals Cid
58ca8903ca
kde-ci: Match CMakeLists requirements
4 years ago
Albert Astals Cid
1f00898af0
Presentation: Don't hide toolbar if we're not really leaving the window
...
BUGS: 444427
4 years ago
Kai Uwe Broulik
8eca2bfa9d
[PageViewMessage] Resolve icon on the fly
...
Use `PM_SmallIconSize` for size calculation exclusively and
then have `QPainter` resolve it to the correct device pixel
ratio during paint.
4 years ago
Albert Astals Cid
975bf990ed
Fix zoom actions not being updated correctly
...
BUGS: 440173
4 years ago
Heiko Becker
96132e83f2
GIT_SILENT Upgrade release service version to 21.11.90.
4 years ago
Albert Astals Cid
29911062e3
Merge remote-tracking branch 'origin/release/21.12'
4 years ago
Albert Astals Cid
2de5c96e52
okularcore doesn't need dbus
4 years ago
Ben Cooksley
8da8e767e8
Add another Framework required by Okular
4 years ago
Ben Cooksley
685680c2de
Okular requires KActivities it would seem
4 years ago
Ben Cooksley
9bd6fee112
These two should be sourced from the same version as they released together
4 years ago
Ben Cooksley
a0fac70586
Setup .kde-ci.yml for Okular, as we need to know what it needs to build for the seed jobs
4 years ago
l10n daemon script
c701758f71
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
a520e4378b
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"
4 years ago
l10n daemon script
e5d17ec174
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
fdf303b316
GIT_SILENT made messages (after extraction)
4 years ago
Marco Rebhan
583f5717fd
m_share only exists when using purpose
...
(cherry picked from commit ea9e53311e )
4 years ago
Marco Rebhan
ea9e53311e
m_share only exists when using purpose
4 years ago
l10n daemon script
f5c2af0bf4
GIT_SILENT made messages (after extraction)
4 years ago
Albert Astals Cid
981f2f4b1a
Merge remote-tracking branch 'origin/release/21.12'
4 years ago
Felix Ernst
7bd0f8f399
Add KHamburgerMenu
4 years ago
Albert Astals Cid
f686f4c6bf
Markdown: Don't crash on files with html images, alt text, inside links
...
If we have code like <a><img></a><a><img></a> and the img has alt text
The old code did
remove image
insert alt text
but when we remove the image, the qtextdocument says
"i don't need the <a> anymore since there's nothing inside"
and then everything breaks because the layout has changed and we're
iterating over "unexisting" text blocks
So instead we just insert the alt text and
since we have selected the image with the cursor it will
replace it correctly
BUGS: 444971
4 years ago
Heiko Becker
86cdd29a86
GIT_SILENT Upgrade release service version to 22.03.70.
4 years ago
Heiko Becker
33fa8b542d
GIT_SILENT Upgrade release service version to 21.11.80.
4 years ago
Albert Astals Cid
bb36c93170
Remove wrong Q_UNUSED marker
...
We're assigning it in the initializers list
4 years ago