date | project | content | link |
|---|
| 21:36 on Apr 01 | KDE | Commit by freininghaus :: r 1287841 /trunk/www/sites/www/announcements/changelogs/ (2 files): ( link) Another Dolphin bug fix for 4.8.2. | # |
| 21:58 on Mar 27 | KDE | Commit by freininghaus :: r 1287356 /trunk/www/sites/www/announcements/changelogs/ (2 files): ( link) Add a Dolphin fix for 4.8.2. | # |
| 22:58 on Feb 22 | KDE | Commit by freininghaus :: r 1281806 /trunk/www/sites/planet/planetkde/config: ( link) Add my blog, which is going to be mostly about my work on Dolphin. | # |
| 11:44 on Feb 06 | KDE | Commit by freininghaus :: r 1278365 /trunk/www/sites/www/announcements/changelogs/ (4 files): ( link) | # |
| 18:20 on Jun 10, 2011 | KDE | Commit by freininghaus :: r 1236033 /trunk/www/sites/www/announcements/changelogs/changelog4_6_3to4_6_4.php: ( link) Regenerate 4.6.4 changelog | # |
| 19:19 on May 31, 2011 | KDE | Commit by freininghaus :: r 1234357 /trunk/www/sites/www/announcements/changelogs/changelog_branch_4_6.xml: ( link) Some more bug fixes for 4.6.4. | # |
| 07:14 on May 21, 2011 | KDE | Commit by freininghaus :: r 1232916 /trunk/www/sites/www/announcements/changelogs/changelog_branch_4_6.xml: ( link) Add a Dolphin fix for 4.6.4. | # |
| 12:28 on Mar 20, 2011 | KDE | Commit by freininghaus :: r 1225375 /trunk/www/sites/www/announcements/changelogs/changelog_branch_4_6.xml: ( link) Another KNewFileMenu fix for 4.6.2. The user sees the bug in Dolphin, therefore putting it here. | # |
| 12:47 on Mar 18, 2011 | KDE | Commit by freininghaus :: r 1225233 /trunk/www/sites/www/announcements/changelogs/changelog_branch_4_6.xml: ( link) Add a fix for 4.6.2. Actually, it's in kdelibs, but I'm putting it to the Dolphin section because Dolphin is where the user sees the bug. | # |
| 21:23 on Feb 21, 2011 | KDE | Commit by freininghaus :: r 1222136 /trunk/www/sites/www/announcements/changelogs/changelog_branch_4_6.xml: ( link) KListWidgetSearchLine fix for 4.6.1. | # |
| 13:38 on Jan 26, 2011 | KDE | Commit by freininghaus :: r 1217270 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/ (3 files): ( link) Some additions to DolphinDetailsViewTest_AllViewModes.
In particular, tests for changing the zoom level and for saving and restoring the view state. | # |
| 13:20 on Jan 26, 2011 | KDE | Commit by freininghaus :: r 1217260 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/dolphinviewtest_allviewmodes.cpp: ( link) Make dolphinviewtest_columns more stable.
Up to now, some Columns View tests that need a folder to be displayed in the view only passed if they were run first: The first test always passed, and if a test name was passed on the command line, such that only this test would be run, this test would work as well. In other cases, the view was empty, not showing the items in the folder.
The problem is worked around by creating a new DolphinView before each test in the case of the Columns View. Added a TODO comment to make me remember to look into this again at some point. | # |
| 13:13 on Jan 26, 2011 | KDE | Commit by freininghaus :: r 1217251 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/dolphinviewtest_allviewmodes.cpp: ( link) Improve DolphinViewTest_AllViewModes::testKeyboardFocus().
The test assumes that the view does not have the keyboard focus initially. However, this may not be the case if this is the only test to be executed (i.e., if testKeyboardFocus is passed to the test executable on the command line). This commit transfers the keyboard focus explicitly to another widget. | # |
| 20:39 on Jan 22, 2011 | KDE | Commit by freininghaus :: r 1216359 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/ (4 files): ( link) Add a unit test that checks the DolphinView functionality that is related to the folder view properties. | # |
| 19:36 on Jan 17, 2011 | KDE | Commit by freininghaus :: r 1215139 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/dolphintreeviewtest.cpp: ( link) Improve DolphinTreeViewTest's stability.
When running the test in the background while using the computer for other things, it may happen that the test's widgets are not focused, which led to an infinite loop before this commit. I've removed the checks that caused this loop because the only thing that is important for the test is that the view loses the keyboard focus at some point (see bug 220898). | # |
| 18:35 on Jan 16, 2011 | KDE | Commit by freininghaus :: r 1214865 apps/trunk/KDE/kdebase/apps/dolphin/src/views/ (dolphintreeview.cpp dolphintreeview.h): ( link) DolphinTreeView contains some code to update the selection after a keyboard search because QTreeView (unlike the other item views) does not handle this internally.
This commit simplifies that code by performing the selection update in the method keyboardSearch(). That way, we can get rid of the member m_updateCurrentIndex and of 3 member functions. The unit tests still pass, so I'm quite confident that this does not break anything. | # |
| 14:13 on Jan 16, 2011 | KDE | Commit by freininghaus :: r 1214822 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/dolphintreeviewtest.cpp: ( link) DolphinTreeViewTest: Add unit test for bug 220898 (rubberband selection failure after a keyboard focus change in between key press and key release events) | # |
| 23:08 on Jan 15, 2011 | KDE | Commit by freininghaus :: r 1214695 apps/trunk/KDE/kdebase/apps/dolphin/src/views/ (2 files): ( link) Move the call "setUniformRowHeights(true)" from DolphinDetailsView's constructor to the one of its base class DolphinTreeView. The reason is that DolphinTreeView::updateElasticBandSelection() contains "Q_ASSERT(uniformRowHeights())", so it makes sense to ensure that every DolphinTreeView has uniform row heights. This might be important for unit tests which use DolphinTreeView directly. | # |
| 19:12 on Jan 15, 2011 | KDE | Commit by freininghaus :: r 1214651 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/dolphintreeviewtest.cpp: ( link) DolphinTreeViewTest: Add unit test for bug 259656 (multiple file deletion if Shift+Delete is pressed for some time and the confirmation dialog is disabled). | # |
| 11:44 on Jan 15, 2011 | KDE | Commit by freininghaus :: r 1214565 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/dolphintreeviewtest.cpp: ( link) Improve tests for DolphinTreeView's code that updates the selection when a key is pressed. | # |