Commit graph

569 commits

Author SHA1 Message Date
Albert Astals Cid eee401946b Don't attach to another instance if we're going to exit
It's rude to exit someone else we just attached to

BUGS: 419982
2020-05-30 19:42:07 +02:00
Albert Astals Cid 98570d3633 Fix indentation 2020-05-30 19:27:45 +02:00
Christoph Feck 3d148bd570 GIT_SILENT Update Appstream for new release 2020-05-11 23:14:44 +02:00
l10n daemon script 334904c48b GIT_SILENT made messages (after extraction) 2020-05-10 09:12:21 +02:00
Albert Astals Cid 390a88411a Fix File menu structure
BUGS: 421004
2020-05-05 20:33:06 +00:00
Albert Astals Cid 903cdec02b GIT_SILENT fix version
need to figure out a way to make this work :/
2020-04-16 00:06:00 +02:00
Christoph Feck c8dcf1fdea GIT_SILENT Update Appstream for new release 2020-04-15 11:06:58 +02:00
Albert Astals Cid 4964e7e42d Merge remote-tracking branch 'origin/release/19.12' 2020-03-02 22:22:06 +01:00
Christoph Feck a7876ca013 GIT_SILENT Update Appstream for new release 2020-03-01 10:37:27 +01:00
Pino Toscano d8cad26be7 Merge remote-tracking branch 'origin/release/19.12' 2020-03-01 09:38:52 +01:00
Pino Toscano 76e972e950 appdata: use canonical cdn screenshot location 2020-03-01 09:37:44 +01:00
l10n daemon script a13ef3ecaa GIT_SILENT made messages (after extraction) 2020-02-24 03:09:53 +01:00
Albert Astals Cid af35ef4fbf Merge remote-tracking branch 'origin/release/19.12' 2020-02-23 22:33:56 +01:00
Albert Astals Cid 93540ac16d Enable most of clazy level2 2020-02-21 14:57:48 +01:00
Albert Astals Cid 968e9d6073 Enable clazy old-style-connect 2020-02-20 15:48:08 +01:00
Albert Astals Cid f85deae680 Enable clazy container-anti-pattern
Yes, this is a bit of cheating, but there's really no nicer way of doing
this and memory/speed here is not really important so we can trick clazy
2020-02-20 11:22:57 +01:00
Albert Astals Cid e2a1705703 CI: Enable clazy connect-not-normalized 2020-02-19 23:44:41 +01:00
Albert Astals Cid 1a05112be1 CI: enable clazy incorrect-emit 2020-02-19 23:44:41 +01:00
Albert Astals Cid 96f00a4d29 CI: Enable clazy qstring-arg check 2020-02-19 23:44:37 +01:00
Andi Sardina Ramos d9069ef661 The shell and the part need to be independent of each other.
This reverts commit 931425987ab9138bd843e02488dfaa6fa1afd52f.
2020-02-16 23:33:56 +00:00
Andi Sardina Ramos c549d28f7f Solving the creation of an additional tab for a deleted file.
BUG: 412978
BUG: 412979
2020-02-10 23:22:06 +00:00
l10n daemon script a26dd5118a 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"
2020-02-04 10:04:28 +01:00
l10n daemon script 0d5bd0bc43 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"
2020-02-04 06:09:17 +01:00
Christoph Feck a18c013932 GIT_SILENT Update Appstream for new release 2020-02-04 00:16:27 +01:00
l10n daemon script 2514c9f51a GIT_SILENT made messages (after extraction) 2020-02-03 07:59:48 +01:00
l10n daemon script 79de5d3958 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"
2020-01-28 05:42:48 +01:00
l10n daemon script a5eda6348f GIT_SILENT made messages (after extraction) 2020-01-28 03:10:03 +01:00
Albert Astals Cid 2da1cd736a CI: Enable clang-tidy modernize-loop-convert 2020-01-24 17:23:39 +01:00
Albert Astals Cid 88e5775f34 Merge remote-tracking branch 'origin/release/19.12' 2020-01-07 23:28:40 +01:00
Bob Bai 60f1fa790c Enable closing a tab by middle click
Some discussions at https://phabricator.kde.org/D25484.

This MR adds:

* mouse middle button event handler for closing a tab
* an `undo close tab` action

Test plan:

1. Compile and install.
2. Enable `Open new files in tabs`.
3. Open two documents. They should be opened in two tabs in the same window.
4. Middle click one of the tabs. It should be closed.
5. Choose `File`-`Undo close tab`. The closed tab should be reopened.
6. Middle click one of the tabs. It should be closed.
7. Press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>T</kbd>. The closed tab should be reopened.
2020-01-06 15:07:51 -07:00
Christoph Feck 475652a990 Update Appstream for new release 2020-01-06 14:55:05 +01:00
Albert Astals Cid 8d6109de65 Merge remote-tracking branch 'origin/release/19.12' 2019-12-24 11:13:36 +01:00
Albert Astals Cid c81392a71c Remove wrong forward declarations
They are not needed and clang-tidy says they are on the wrong namespace
anyway
2019-12-23 13:15:57 +01:00
Laurent Montel 5c1fe471a7 Port QSet::toList to QSet::values (toList() is deprecated) 2019-12-20 13:32:49 +01:00
Albert Astals Cid 78cf6bd910 CI: enable more modernize checks
Since unfortunately some of the autogenerated includes don't pass the
checks we do a trick of building out of source and then specifying the
.*/okular/.* path as the only includes we care about
2019-12-18 12:51:13 +01:00
Ahmad Samir 45c72ff0eb Port from deprecated foreach to range-for
autotests/*, conf/* , mobile/* , shell/*, part.cpp, extension.cpp

The code compiles and all unit tests pass (except for the two that
fail on master too).
2019-12-12 22:48:27 +00:00
l10n daemon script 033d6d55f7 GIT_SILENT made messages (after extraction) 2019-12-09 07:46:23 +01:00
l10n daemon script abc8e13a8c GIT_SILENT made messages (after extraction) 2019-12-09 02:58:26 +01:00
Albert Astals Cid f7f2b3105f Increase version here too 2019-12-05 23:50:27 +01:00
Christoph Feck 7974aa1d36 Update Appstream for new release 2019-12-05 22:05:15 +01:00
l10n daemon script 2a3d99e873 GIT_SILENT made messages (after extraction) 2019-11-15 07:55:32 +01:00
l10n daemon script 13bb95c253 GIT_SILENT made messages (after extraction) 2019-11-15 03:07:15 +01:00
l10n daemon script 35b7d057a2 GIT_SILENT made messages (after extraction) 2019-11-11 08:18:44 +01:00
l10n daemon script 8d1dbe5041 GIT_SILENT made messages (after extraction) 2019-11-10 03:06:52 +01:00
l10n daemon script 13c3dbdb88 GIT_SILENT made messages (after extraction) 2019-10-05 03:00:24 +02:00
Carl Schwan b0533bdb28 Add Windows Store link in AppStream metadata 2019-10-04 20:58:07 +02:00
Christoph Cullmann 34476a6301 merge 19.08 fixes to master 2019-10-04 20:22:30 +02:00
Christoph Cullmann 96fec4acb9 fix hi-dpi scaling 2019-10-04 20:19:18 +02:00
l10n daemon script 1c51c9020e GIT_SILENT made messages (after extraction) 2019-09-29 07:37:27 +02:00
Peter Eszlari 9fcd33599d appdata: add content_rating 2019-08-20 19:15:54 +00:00