Commit graph

9865 commits

Author SHA1 Message Date
l10n daemon script 5ddc99fdd9 GIT_SILENT Sync po/docbooks with svn 2022-11-03 02:05:13 +00:00
Ilya Pominov a51de260f5 Fix build warning in pdf generator
warning: ‘void Poppler::Document::getPdfVersion(int*, int*) const’ is
deprecated [-Wdeprecated-declarations]
2022-11-03 01:05:40 +03:00
l10n daemon script d8dbe2f865 GIT_SILENT Sync po/docbooks with svn 2022-11-02 02:12:22 +00:00
l10n daemon script 673d153c4a GIT_SILENT Sync po/docbooks with svn 2022-11-01 02:02:54 +00:00
l10n daemon script a8a89b2d8c 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"
2022-11-01 01:52:20 +00:00
l10n daemon script 547a0e2f76 GIT_SILENT made messages (after extraction) 2022-11-01 00:45:28 +00:00
l10n daemon script a7e98f4a24 GIT_SILENT Sync po/docbooks with svn 2022-10-31 02:25:58 +00:00
l10n daemon script dc22f55060 GIT_SILENT Sync po/docbooks with svn 2022-10-28 02:07:53 +00:00
l10n daemon script 9579a4540f 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"
2022-10-28 01:51:08 +00:00
l10n daemon script 235c93c8ad GIT_SILENT made messages (after extraction) 2022-10-28 00:43:52 +00:00
Alexander Volkov 3b65ab4ad7 mobile: Fix loading of translations
Amends 5f8f84d53c
2022-10-26 21:11:49 +00:00
l10n daemon script 6095e54c96 GIT_SILENT Sync po/docbooks with svn 2022-10-26 02:01:13 +00:00
l10n daemon script b26167a37c GIT_SILENT Sync po/docbooks with svn 2022-10-25 01:59:50 +00:00
l10n daemon script 5426a0c8af GIT_SILENT made messages (after extraction) 2022-10-25 00:45:15 +00:00
l10n daemon script 6719228570 GIT_SILENT Sync po/docbooks with svn 2022-10-24 02:00:29 +00:00
l10n daemon script 924386d9e4 GIT_SILENT Sync po/docbooks with svn 2022-10-22 11:11:26 +00:00
Jonathan Esk-Riddell d25eaebc80 remove ecm_version check which breaks on 5.100, we already depend on ecm 5.68 anyway so it serves no purpose 2022-10-21 11:47:53 +01:00
l10n daemon script 58ec27a024 GIT_SILENT Sync po/docbooks with svn 2022-10-20 02:44:55 +00:00
l10n daemon script 9547ebee17 GIT_SILENT Sync po/docbooks with svn 2022-10-18 01:58:31 +00:00
l10n daemon script 2ae63094db GIT_SILENT Sync po/docbooks with svn 2022-10-17 02:07:04 +00:00
l10n daemon script c8e0116c16 GIT_SILENT Sync po/docbooks with svn 2022-10-16 02:08:59 +00:00
Nicolas Fella 9bf396ee7e Add missing KBookmarkOwner include 2022-10-15 22:52:36 +02:00
l10n daemon script e067354ca2 GIT_SILENT Sync po/docbooks with svn 2022-10-15 02:03:37 +00:00
Heiko Becker 8119d903a3 GIT_SILENT Update Appstream for new release
(cherry picked from commit b39a4d7fe2)
2022-10-10 21:58:46 +02:00
l10n daemon script 1871c51151 GIT_SILENT Sync po/docbooks with svn 2022-10-06 01:59:54 +00:00
l10n daemon script 031181527d GIT_SILENT Sync po/docbooks with svn 2022-10-05 01:56:57 +00:00
Eugene Popov f2db7b5288 [WelcomeView] Improve locating a file in the file manager
Use KIO::highlightInFileManager to highlight a file in the file manager.
2022-10-04 21:05:39 +00:00
l10n daemon script 51633ac015 GIT_SILENT Sync po/docbooks with svn 2022-10-04 02:02:14 +00:00
l10n daemon script a40a7c217f GIT_SILENT Sync po/docbooks with svn 2022-10-03 02:27:01 +00:00
l10n daemon script bb05b67cfc GIT_SILENT Sync po/docbooks with svn 2022-10-02 02:30:00 +00:00
Eduardo Cruz ea04c61faf Add a configuration option to disable drag-scrolling beyond screen edges
The mouse cursor wrap feature while drag-scrolling can be undesirable in some
cases; for example it can be annoying to have the cursor jump accidentally to
the distant edge of a big screen. Now users can disable this feature if they
prefer.

BUG: 421040
FIXED-IN: 22.12
2022-09-28 00:10:56 +00:00
l10n daemon script 804cadfb53 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"
2022-09-18 01:41:53 +00:00
l10n daemon script 5fcb59011b GIT_SILENT made messages (after extraction) 2022-09-18 00:43:16 +00:00
Nicolas Fella 2911f7a885 Very basic implementation for AFPercent_Keystroke
This is used to filter characters that don't make sense in a percent expression

This implementation is very rudimentary
2022-09-14 19:55:18 +00:00
Nicolas Fella 80afe26873 Implement event.change
This represents the newly entered data for each keystroke. This is often a single added character, but for cases like pasting text it can be more complex.

The PDF API reference doesn't specify any algorithm to use.

The algorithm used here works by iterating through both strings from the start until the first different character is encountered. Then the rest of the new text is considered the difference.

This doesn't produce the theoretically optimal/minimal diff, but seems to work well enough for practical application.

When text is removed the diff is empty
2022-09-13 21:51:15 +00:00
Nikola Nikolic 69a2cc144f Fix viewport transition when translating/resizing annotations
Viewport isn't centered on annotations when translating/resizing.
This is best seen if the page is zoomed in and annotation is translated so that
several viewport transitions had happened.
Using undo after translation will expose error.

Function moveViewportIfBoundingRectNotFullyVisible centers viewport based on
translated/resized annotation's bounding rectangle.
For that reason functions translateBoundingRectangle/adjustBoundingRectangle need
to return the same bounding rectangle as annotation's translate/adjust functions.
2022-09-13 16:46:41 +02:00
l10n daemon script 04059bae4b 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"
2022-09-08 01:47:47 +00:00
l10n daemon script 1ffc9514a5 GIT_SILENT made messages (after extraction) 2022-09-08 00:45:24 +00:00
Albert Astals Cid d0359e6342 Merge remote-tracking branch 'origin/release/22.08' 2022-09-04 22:41:24 +02:00
Albert Astals Cid 8e93995e3c Fix saving files on Windows
turn a move into a copy and remove

Seems to work better with windows way of working with open files being
overwritten and stuff

BUGS: 458574
2022-09-04 22:26:23 +02:00
Heiko Becker db9f77543e GIT_SILENT Update Appstream for new release
(cherry picked from commit 8cb15507fd)
2022-09-03 01:08:35 +02:00
Heiko Becker 8cb15507fd GIT_SILENT Update Appstream for new release 2022-09-03 00:08:30 +02:00
Heiko Becker ad936c8095 GIT_SILENT Upgrade release service version to 22.08.1. 2022-09-02 23:47:18 +02:00
Albert Astals Cid b2c56a0a71 Merge remote-tracking branch 'origin/release/22.08' 2022-08-31 22:09:06 +02:00
Albert Astals Cid 3304038d1d ToggleActions: Obey "don't show text" for a particular action toolbar setting
BUGS: 457322
2022-08-31 19:59:22 +00:00
Albert Astals Cid 01871fdfff Even more tweaks to opening "text" files
BUGS: 430538
BUGS: 456434
2022-08-31 16:55:30 +00:00
Nicolas Fella 9dba719f80 Add 22.08.0 Windows binary to appstream data 2022-08-31 17:47:21 +02:00
Albert Astals Cid 656587ca63 epub: Improve TableOfContents for some files
The link can be percent encoded so try it like that if not found in the
normal way, also if the text overflows the page, it's in the next page

BUGS: 458289
2022-08-25 23:38:42 +02:00
Nicolas Fella 986c2e6db5 Don't use KActivities on macOS
Activities are a Plasma concept, they don't make sense on macOS
2022-08-24 16:49:33 +02:00
Albert Astals Cid 5eed8258ed Merge remote-tracking branch 'origin/release/22.08' 2022-08-19 14:04:49 +02:00