- 08 Feb, 2019 1 commit
-
-
totte authored
-
- 09 Jan, 2019 1 commit
-
-
AlmAck authored
-
- 12 Dec, 2018 2 commits
- 10 Dec, 2018 4 commits
- 05 Dec, 2018 1 commit
-
-
AlmAck authored
fix, the beginTransaction() was outside the loop, generating a corrupted database with mid transation values actually we need for each package removed: for(){ beginTransaction() .... other operations commitTransaction() } An other solution would be move both begin and commit Transaction out of the loop, but then is no more possible to manage correctly the error in case the transaction is faulty
-
- 04 Dec, 2018 2 commits
- 03 Dec, 2018 1 commit
-
-
AlmAck authored
-
- 02 Dec, 2018 1 commit
-
-
Luca Giambonini authored
Fix bad usage of QDateTime.addDays() See merge request chakra/tools/akabei/akabeicore!3
-
- 11 Mar, 2018 1 commit
-
-
Adrian Chaves authored
The issue was detected by the compiler. addDays() was returning a value that was being ignored. According to the Qt documentation, addDays() does not modify the QDateTime instance where it is called, but instead it returns the QDateTime instance resulting from the specified change.
-
- 14 Jan, 2018 5 commits
- 13 Jan, 2018 1 commit
-
-
AlmAck authored
Added special case: during the validation process each new file added by a pkg (B) is checked and verified that none of the files are present in the target system. If it were the case then there are 2 possible answers: 1) the file has been added manually by the user (and the user should resolve the issue himself) 2) the file belong to an other pkg (A) Let consider the case 2) where (B) is about to be updated and will replace some files from (A). Without this patch during the validation transaction (B) would fail, because an existin file with that name exists already in the system. The code verify that the file in subject would be removed in the next transaction, when (A) is being updated. fileSystemRemovals at the end of the loop, contains all the files removed. fix #8
-
- 22 Aug, 2017 2 commits
-
-
AlmAck authored
new Danish language
-
AlmAck authored
a QRunnable is already a thread, we don't need to cast an other thread inside the class. QThreadPool would be happy to delete the pointer when needed, and automatically. this commit partially revert c6cc00cc http://doc.qt.io/qt-4.8/qthreadpool.html#details
-
- 21 Aug, 2017 1 commit
-
-
AlmAck authored
-
- 25 Oct, 2016 1 commit
-
-
Lisa authored
This is for replacements.
-
- 15 Oct, 2016 3 commits
-
-
Lisa authored
-
Adrián Chaves Fernández (Gallaecio) authored
Also prepare for a progressive reorganization of tests into category-specific subfolders (e.g. unittests, integration-tests, functional-tests).
-
Adrián Chaves Fernández (Gallaecio) authored
-
- 14 Oct, 2016 1 commit
-
-
Adrián Chaves Fernández (Gallaecio) authored
-
- 12 Oct, 2016 1 commit
-
-
Adrián Chaves Fernández (Gallaecio) authored
We where using the asynchronous version of the method, but we where using it synchronously, probably coded before the synchronous version was implemented upstream.
-
- 01 Oct, 2016 2 commits
-
-
Adrián Chaves Fernández (Gallaecio) authored
-
Adrián Chaves Fernández (Gallaecio) authored
-
- 23 Sep, 2016 1 commit
-
-
Lisa authored
-
- 05 Jun, 2016 1 commit
-
-
Lisa authored
-
- 04 Jun, 2016 1 commit
-
-
AlmAck authored
-
- 09 May, 2016 1 commit
-
-
ssh://git.chakraos.org/akabeicoreLisa authored
-
- 08 May, 2016 2 commits
- 19 Mar, 2016 1 commit
-
-
Fabian Kosmale authored
-
- 13 Mar, 2016 2 commits
-
-
AlmAck authored
-
Fabian Kosmale authored
-