date | project | content | link |
|---|
| 11:24 yesterday | KDE | Commit by metellius :: r1105483 ark/trunk/KDE/kdeutils/ark/part/archiveview.cpp: Making the startDrag handling a bit more friendly | # |
| 00:09 Monday | KDE | Commit by rkcosta :: r1103402 ark/branches/KDE/4.4/kdeutils/ark/kerfuffle/cliinterface.h: Backport r1103400. Make do{Kill,Resume,Suspend} public as in their parent class. Thanks to Michal Sciubidlo, who did that in a completely unrelated patch :) CCMAIL: michal dot sciubidlo at gmail dot com | # |
| 00:06 Monday | KDE | Commit by rkcosta :: r1103400 ark/trunk/KDE/kdeutils/ark/kerfuffle/cliinterface.h: | # |
| 18:57 on Mar 02 | KDE | Commit by rkcosta :: r1098054 ark/trunk/KDE/kdeutils/ark/plugins/ (2 files in 2 dirs): Fix license information. | # |
| 05:27 on Feb 17 | KDE | Commit by rkcosta :: r1091597 ark/branches/KDE/4.4/kdeutils/ark/part/ (part.cpp part.h): Backport r1091596.
Use K_PLUGIN_EXPORT to get rid of the annoying warning on startup. | # |
| 05:21 on Feb 17 | KDE | Commit by rkcosta :: r1091596 ark/trunk/KDE/kdeutils/ark/part/ (part.cpp part.h): Use K_PLUGIN_EXPORT to get rid of the annoying warning on startup. | # |
| 01:44 on Feb 17 | KDE | Commit by rkcosta :: r1091575 ark/trunk/KDE/kdeutils/ark/kerfuffle/tests/archivetest.cpp: Fix include order | # |
| 01:43 on Feb 17 | KDE | Commit by rkcosta :: r1091574 ark/trunk/KDE/kdeutils/ark/kerfuffle/tests/ (3 files in 2 dirs): Start testing the Jobs class. | # |
| 01:23 on Feb 17 | KDE | Commit by rkcosta :: r1091567 ark/trunk/KDE/kdeutils/ark/kerfuffle/tests/ (2 files in 2 dirs): testIsPasswordProtected: Test unencrypted files. | # |
| 00:24 on Feb 17 | KDE | Commit by rkcosta :: r1091544 ark/branches/KDE/4.4/kdeutils/ark/kerfuffle/cliinterface.cpp: Backport r1091538.
If qRegisterMetaType is needed, call it before connect(). | # |
| 23:50 on Feb 16 | KDE | Commit by rkcosta :: r1091538 ark/trunk/KDE/kdeutils/ark/kerfuffle/cliinterface.cpp: Oops, last commit shouldn't have changed the connection type. | # |
| 23:48 on Feb 16 | KDE | Commit by rkcosta :: r1091537 ark/branches/KDE/4.4/kdeutils/ark/kerfuffle/archivebase.cpp: Backport r1091102.
Do not delete m_iface in the destructor.
We already set ArchiveBase as its parent in the constructor, so there's no need to delete it explicitly. | # |
| 23:44 on Feb 16 | KDE | Commit by rkcosta :: r1091536 ark/trunk/KDE/kdeutils/ark/kerfuffle/cliinterface.cpp: If qRegisterMetaType is needed, call it before connect(). | # |
| 23:44 on Feb 16 | KDE | Commit by rkcosta :: r1091535 ark/trunk/KDE/kdeutils/ark/kerfuffle/archive.cpp: debug-- | # |
| 17:46 on Feb 16 | KDE | Commit by rkcosta :: r1091104 ark/trunk/KDE/kdeutils/ark/kerfuffle/tests/archivetest.cpp: Include the right moc file. | # |
| 17:45 on Feb 16 | KDE | Commit by rkcosta :: r1091102 ark/trunk/KDE/kdeutils/ark/kerfuffle/archivebase.cpp: Do not delete m_iface in the destructor.
We already set ArchiveBase as its parent in the constructor, so there's no need to delete it explicitly. | # |
| 15:17 on Feb 16 | KDE | Commit by sengels :: r1091032 ark/trunk/KDE/kdeutils/ark/kerfuffle/tests/CMakeLists.txt: link on windows too | # |
| 04:14 on Feb 16 | KDE | Commit by rkcosta :: r1090807 ark/trunk/KDE/kdeutils/ark/kerfuffle/tests/archivetest.cpp: Add a license header to the unit test. | # |
| 04:09 on Feb 16 | KDE | Commit by rkcosta :: r1090806 ark/trunk/KDE/kdeutils/ark/kerfuffle/ (6 files in 3 dirs): Start writing unit tests for Kerfuffle.
For now there are some very basic tests for Archive.
The deleteLater() call in each test is somewhat weird, as simply deleting the pointers often result in bizarre crashes. | # |
| 00:45 on Feb 16 | KDE | Commit by rkcosta :: r1090786 ark/trunk/KDE/kdeutils/ark/kerfuffle/ (archive.h archivebase.cpp archivebase.h): Move the QObject inheritance from ArchiveBase up to Archive.
It allows us to call deleteLater() on Archive pointers, which seems to fix some weird issues I'm having while writing some unit tests for Kerfuffle.
If things don't start crashing like crazy in the next few days this commit will be backported. | # |