┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
Age
Commit message (
Expand
)
Author
2011-02-04
Use capitalized KDE includes
Peter Penz
2011-01-26
Some additions to DolphinDetailsViewTest_AllViewModes.
Frank Reininghaus
2011-01-26
Make dolphinviewtest_columns more stable.
Frank Reininghaus
2011-01-26
Improve DolphinViewTest_AllViewModes::testKeyboardFocus().
Frank Reininghaus
2011-01-22
Add a unit test that checks the DolphinView functionality that is
Frank Reininghaus
2011-01-17
Improve DolphinTreeViewTest's stability.
Frank Reininghaus
2011-01-16
DolphinTreeViewTest: Add unit test for bug 220898 (rubberband
Frank Reininghaus
2011-01-15
DolphinTreeViewTest: Add unit test for bug 259656 (multiple file
Frank Reininghaus
2011-01-15
Improve tests for DolphinTreeView's code that updates the selection
Frank Reininghaus
2011-01-09
Fix implementation of DolphinView::invertSelection() which assures that Dolph...
Peter Penz
2011-01-09
Encapsulate the creation and handling of the directory lister, the model and ...
Peter Penz
2011-01-01
SVN_SILENT: Use same comment-style as the other unit-tests
Peter Penz
2011-01-01
Add test for the keyboard-focus
Peter Penz
2010-12-10
Show an undetermined progress indication within one second after changing an ...
Peter Penz
2010-12-02
1. Also use a time out when waiting for the view's selectionChanged signal.
Frank Reininghaus
2010-11-29
Use the correct libraries for the test in the CMake file.
Frank Reininghaus
2010-11-29
Use kWaitForSignal to wait until the view has finished reloading. I've
Frank Reininghaus
2010-11-29
Add a unit test for the basic selection-related functionality of
Frank Reininghaus
2010-11-23
Some minor changes in DolphinDetailsViewTest:
Frank Reininghaus
2010-11-22
Simplify dolphindetailsviewtest by moving code that is shared by all
Frank Reininghaus
2010-11-20
Backup and restore the zoom level in
Frank Reininghaus
2010-11-20
Make sure that an item's visualRect in the Details View is not wider
Frank Reininghaus
2010-11-17
Add unit test which checks that DolphinDetailsView::expandedUrls()
Frank Reininghaus
2010-11-09
Add unit test for bug 201459.
Frank Reininghaus
2010-11-09
1. Add method TestBase::reloadViewAndWait().
Frank Reininghaus
2010-11-09
Add unit test for bug 217447.
Frank Reininghaus
2010-10-29
It's easier to put functionality that is used by many unit tests into
Frank Reininghaus
2010-10-25
Add some debug output to DolphinDetailsViewTest
Frank Reininghaus
2010-10-22
Link with gold, KDirModel is in KIO. Also remove redundant
Andreas Hartmetz
2010-10-22
Add a second Dolphin unit test (for a regression in DolphinDetailsView
Frank Reininghaus
2010-10-21
Link with gold
Andreas Hartmetz
2010-10-21
Add a first unit test for Dolphin, which verifies that the fix for one
Frank Reininghaus
2008-06-10
Just use KMimeType::extractKnownExtension() instead of the custom implementat...
Peter Penz
2008-02-23
fixed issue that when renaming "Open office.org writer documentation.pdf" tha...
Peter Penz
2007-12-14
Moving code around in dolphin fixes DnD support in konqueror :)
David Faure
2007-09-24
Adapt CMakeLists.txt as discussed with Alex.
Laurent Montel
2007-07-10
remove kde4_automoc()
Allen Winter
2007-06-17
Port to new kde4_add_*test* macros
Andreas Pakulat
2007-05-19
Make the test link (moving renamedialog to libdolphinprivate since we'll need...
David Faure
2007-05-18
David Faure wrote:
Peter Penz