l10n daemon script
2fb2172b34
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
cb17fd97be
GIT_SILENT Sync po/docbooks with svn
3 years ago
Nikola Nikolic
e6002e798d
Fix: Involuntary scrolling when annotations encounter the edge of the page
...
There are three reasons why scrolling happens (first two cases of scrolling are actually due to
viewport transition that is triggered by annotation being traslated/created):
1. VisiblePageRect are NormalizedRect and should be represented by four values in [0, 1] interval.
Due to rounding errors caused by using QRect, they only reach the [0, 0.999] interval.
That means that right and bottom edge of the page are never visible so if annotation
is translated along the right/bottom edge viewport transition occurs (fixed in
PageView::slotRequestVisiblePixmaps)
2. For freehand line there are some constants (dX, dY) that make a line to be drawn outside
the page borders causing viewport transition. Removing these constants solves the problem (fixed
in SmoothPathEngine::event)
3. Browse mode is activated as soon as the cursor is moved outside the viewport.
Instead, we should forward the move event to the annotation which than can ignore the event (fixed
in PageView::mouseMoveEvent)
BUG: 436742
3 years ago
l10n daemon script
e4b1d3d776
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
00eb8d9a75
GIT_SILENT Sync po/docbooks with svn
3 years ago
Eugene Popov
40aa5fadb6
Increase scrolling speed with the touchpad
...
Currently, scrolling through a document using the touchpad is quite slow compared to scrolling through the standard Qt controls. This MR increases the speed of scrolling with the touchpad by removing the "magic" divider.
CCBUG: 455014
3 years ago
l10n daemon script
f65a2b5f03
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
24441bca1d
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
bfd136edfc
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
b44ac3af51
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"
3 years ago
l10n daemon script
3c4d8cbfd3
GIT_SILENT made messages (after extraction)
3 years ago
l10n daemon script
3910e8cf55
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
9f1300c115
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"
3 years ago
l10n daemon script
88305153ee
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
00580701bc
GIT_SILENT Sync po/docbooks with svn
3 years ago
Albert Astals Cid
77d2c6c703
GIT_SILENT Upgrade release service version to 23.03.70.
3 years ago
l10n daemon script
c59ac54a76
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
5ddc99fdd9
GIT_SILENT Sync po/docbooks with svn
3 years ago
Ilya Pominov
a51de260f5
Fix build warning in pdf generator
...
warning: ‘void Poppler::Document::getPdfVersion(int*, int*) const’ is
deprecated [-Wdeprecated-declarations]
3 years ago
l10n daemon script
d8dbe2f865
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
673d153c4a
GIT_SILENT Sync po/docbooks with svn
3 years ago
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"
3 years ago
l10n daemon script
547a0e2f76
GIT_SILENT made messages (after extraction)
3 years ago
l10n daemon script
a7e98f4a24
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
dc22f55060
GIT_SILENT Sync po/docbooks with svn
3 years ago
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"
3 years ago
l10n daemon script
235c93c8ad
GIT_SILENT made messages (after extraction)
3 years ago
Alexander Volkov
3b65ab4ad7
mobile: Fix loading of translations
...
Amends 5f8f84d53c
3 years ago
l10n daemon script
6095e54c96
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
b26167a37c
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
5426a0c8af
GIT_SILENT made messages (after extraction)
3 years ago
l10n daemon script
6719228570
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
924386d9e4
GIT_SILENT Sync po/docbooks with svn
3 years ago
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
3 years ago
l10n daemon script
58ec27a024
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
9547ebee17
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
2ae63094db
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
c8e0116c16
GIT_SILENT Sync po/docbooks with svn
3 years ago
Nicolas Fella
9bf396ee7e
Add missing KBookmarkOwner include
3 years ago
l10n daemon script
e067354ca2
GIT_SILENT Sync po/docbooks with svn
3 years ago
Heiko Becker
8119d903a3
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit b39a4d7fe2 )
3 years ago
l10n daemon script
1871c51151
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
031181527d
GIT_SILENT Sync po/docbooks with svn
3 years ago
Eugene Popov
f2db7b5288
[WelcomeView] Improve locating a file in the file manager
...
Use KIO::highlightInFileManager to highlight a file in the file manager.
3 years ago
l10n daemon script
51633ac015
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
a40a7c217f
GIT_SILENT Sync po/docbooks with svn
3 years ago
l10n daemon script
bb05b67cfc
GIT_SILENT Sync po/docbooks with svn
3 years ago
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
4 years ago
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"
4 years ago
l10n daemon script
5fcb59011b
GIT_SILENT made messages (after extraction)
4 years ago