- 15 May, 2022 1 commit
-
-
Script Kiddy authored
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"
-
- 07 May, 2022 1 commit
-
-
Heiko Becker authored
(cherry picked from commit 4297e7b8)
-
- 01 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 12 Apr, 2022 1 commit
-
-
Heiko Becker authored
(cherry picked from commit be939f5f)
-
- 06 Apr, 2022 1 commit
-
-
Nicolas Fella authored
-
- 01 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 23 Mar, 2022 1 commit
-
-
Script Kiddy authored
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"
-
- 12 Mar, 2022 1 commit
-
-
Albert Astals Cid authored
-
- 11 Mar, 2022 3 commits
-
-
Albert Astals Cid authored
-
Script Kiddy authored
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"
-
Script Kiddy authored
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"
-
- 27 Feb, 2022 3 commits
-
-
Heiko Becker authored
(cherry picked from commit ecd43ee0)
-
Heiko Becker authored
-
Heiko Becker authored
-
- 02 Feb, 2022 1 commit
-
-
Albert Astals Cid authored
QProcess will happily start things in CWD which is not what we want
-
- 31 Jan, 2022 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 29 Jan, 2022 1 commit
-
-
Volker Krause authored
GIT_SILENT
-
- 28 Jan, 2022 3 commits
-
-
Heiko Becker authored
(cherry picked from commit 3e6c9914)
-
Heiko Becker authored
-
Heiko Becker authored
-
- 03 Jan, 2022 3 commits
-
-
Heiko Becker authored
(cherry picked from commit b6d532e7)
-
Heiko Becker authored
-
Heiko Becker authored
-
- 09 Dec, 2021 2 commits
-
-
Albert Astals Cid authored
(cherry picked from commit 3f29d146)
-
Albert Astals Cid authored
-
- 07 Dec, 2021 2 commits
-
-
We get an infinite recursion when we perform search with no files found. See below: void FileSearchTab::performSearch() { if (m_searchFileListView->files().isEmpty()) { // <= assume true addFilesToSearch(doScanRecursive(QDir(Project::instance()->poDir()))); // <= arg is an empty list if (m_searchFileListView->files().isEmpty()) // <= unreachable, see below [...] } void FileSearchTab::addFilesToSearch(const QStringList& files) { m_searchFileListView->addFiles(files); // <= files.isEmpty() == true performSearch(); // <= m_searchFileListView->files().isEmpty() == true } Steps to reproduce: 1) Project -> Create software translation project -> Save 2) RMB -> Search in files 3) Wait ~1 minute until crash (cherry picked from commit 9b82f864)
-
Oleg Solovyov authored
We get an infinite recursion when we perform search with no files found. See below: void FileSearchTab::performSearch() { if (m_searchFileListView->files().isEmpty()) { // <= assume true addFilesToSearch(doScanRecursive(QDir(Project::instance()->poDir()))); // <= arg is an empty list if (m_searchFileListView->files().isEmpty()) // <= unreachable, see below [...] } void FileSearchTab::addFilesToSearch(const QStringList& files) { m_searchFileListView->addFiles(files); // <= files.isEmpty() == true performSearch(); // <= m_searchFileListView->files().isEmpty() == true } Steps to reproduce: 1) Project -> Create software translation project -> Save 2) RMB -> Search in files 3) Wait ~1 minute until crash
-
- 02 Dec, 2021 1 commit
-
-
Albert Astals Cid authored
-
- 28 Nov, 2021 1 commit
-
-
Albert Astals Cid authored
-
- 22 Nov, 2021 1 commit
-
-
Heiko Becker authored
-
- 08 Nov, 2021 2 commits
-
-
Heiko Becker authored
-
Heiko Becker authored
-
- 01 Nov, 2021 1 commit
-
-
Alexander Lohnau authored
Task: https://phabricator.kde.org/T11613
-
- 31 Oct, 2021 1 commit
-
-
Heiko Becker authored
(cherry picked from commit c80acdd9)
-
- 13 Oct, 2021 1 commit
-
-
- 04 Oct, 2021 2 commits
-
-
Heiko Becker authored
(cherry picked from commit e07a4843)
-
Laurent Montel authored
-
- 03 Oct, 2021 1 commit
-
-
Laurent Montel authored
-
- 23 Sep, 2021 1 commit
-
-
Script Kiddy authored
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"
-