| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=1193072
|
|
top-aligned.
svn path=/trunk/KDE/kdebase/apps/; revision=1192621
|
|
obtain such information
svn path=/trunk/KDE/kdebase/apps/; revision=1191993
|
|
Nepomuk-URL is requested. We still have to think about how to show queries that cannot be represented by the facet-widget, but at least it is sure that this kind of information should not be shown by the URL navigator.
svn path=/trunk/KDE/kdebase/apps/; revision=1191912
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1191511
|
|
-> no need to connect to sliderMoved()
svn path=/trunk/KDE/kdebase/apps/; revision=1191107
|
|
should be reactivated too.
svn path=/trunk/KDE/kdebase/apps/; revision=1191100
|
|
horizontal scrollbar. The autoscrolling gets reactivated again if the vertical scrollbar has been moved by the user.
svn path=/trunk/KDE/kdebase/apps/; revision=1191098
|
|
a common base class. I took that idea from Nepomuk's unit tests in
kdelibs.
svn path=/trunk/KDE/kdebase/apps/; revision=1191051
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1191041
|
|
context-menu.
svn path=/trunk/KDE/kdebase/apps/; revision=1190486
|
|
- Remember the 'Show Hidden Files' setting
- Improve the autoscroll behavior
- Fix issue that expanding folders might not increase the horizontal width
- Fix issue that the selected item might get hidden by the horizontal scrollbar
BUG: 191787
FIXED-IN: 4.6.0
CCMAIL: [email protected]>
svn path=/trunk/KDE/kdebase/apps/; revision=1190479
|
|
prevents overhead if the filter-panel is disabled.
svn path=/trunk/KDE/kdebase/apps/; revision=1190460
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1190446
|
|
- Remove filter-prototypes that conflict with the filterpanel
svn path=/trunk/KDE/kdebase/apps/; revision=1190445
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1190390
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1190370
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1190010
|
|
search results in a very comfortable way. A lot of finetuning is necessary (e.g. the custom filter-prototypes from Dolphin will get removed etc). This will be done during the next weeks.
svn path=/trunk/KDE/kdebase/apps/; revision=1189951
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1189884
|
|
I've seen the test fail due to timeout at
http://my.cdash.org/index.php?project=kdebase&date=
Maybe some debug output helps to find the cause for this.
svn path=/trunk/KDE/kdebase/apps/; revision=1189677
|
|
- Internal cleanups of DolphinContextMenu code
svn path=/trunk/KDE/kdebase/apps/; revision=1189651
|
|
QT_QTCORE_LIBRARY - KDE4_*_LIBS includes dependencies.
svn path=/trunk/KDE/kdebase/apps/; revision=1188673
|
|
which has been fixed recently). This commit also adds a new class
TestHelper which provides some funtionality that most Dolphin unit
tests will need. I hope that this makes implementing additional tests
as easy as possible :-)
svn path=/trunk/KDE/kdebase/apps/; revision=1188536
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1188148
|
|
of the problems related to Dolphin's modifications to QTreeView works
as it should.
This is only a small start, but I hope that we can cover at least the
basic functionality of DolphinView, the three item views and possibly
a couple of other classes with a rather stable API soon.
svn path=/trunk/KDE/kdebase/apps/; revision=1188049
|
|
changing merely the file permissions is the repo is quite a noop as far
as cmake is concerned.
svn path=/trunk/KDE/kdebase/apps/; revision=1187438
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1187389
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1187170
|
|
BUG: 254240
svn path=/trunk/KDE/kdebase/apps/; revision=1186206
|
|
working fine with text data for instance,
only image data is still an issue due to bugs in Qt. This will be in KDE 4.6.
CCBUG: 159337
svn path=/trunk/KDE/kdebase/apps/; revision=1186021
|
|
shown at least once. To bypass this issue in the context-menu when pressing SHIFT, the text and &-shortcut is applied manually.
svn path=/trunk/KDE/kdebase/apps/; revision=1185522
|
|
loading has been completed. This fixes the issue that no current item-count is shown when doing a search.
svn path=/trunk/KDE/kdebase/apps/; revision=1184520
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1184511
|
|
for at least a second.
svn path=/trunk/KDE/kdebase/apps/; revision=1184510
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1184468
|
|
and getters are already available for implementing a toggling.
svn path=/trunk/KDE/kdebase/apps/; revision=1184459
|
|
keep the interface minimal (selectedItems() is already available)
svn path=/trunk/KDE/kdebase/apps/; revision=1184457
|
|
does not fit into the available width
* When scrolling to the active column, do it with a small delay so that temporary activations of a column don't result in jittering
BUG: 214324
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1184290
|
|
be checked, whether the selection got reset in the meantime.
svn path=/trunk/KDE/kdebase/apps/; revision=1184262
|
|
consistent when showing the context-menu above an item.
svn path=/trunk/KDE/kdebase/apps/; revision=1184250
|
|
BUG: 190030
BUG: 196717
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1184247
|
|
instead of using a custom code.
svn path=/trunk/KDE/kdebase/apps/; revision=1184180
|
|
This assures a consistent hover- and selection-behavior with the icons-view and details-view.
BUG: 242357
BUG: 243779
svn path=/trunk/KDE/kdebase/apps/; revision=1184177
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1184156
|
|
into the new base class DolphinTreeView.
Background info: QTreeView does not respect the width of a cell for the hover-feedback and the selections. This has been adjusted in DolphinDetailsView already, but the required code for this is quite large. This made it tricky to maintain the really Dolphin-specific parts in DolphinDetailsView.
svn path=/trunk/KDE/kdebase/apps/; revision=1184152
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1183953
|
|
the filenamesearchprotocol.
svn path=/trunk/KDE/kdebase/apps/; revision=1183944
|
|
- Also provide a path for non-local URLs
svn path=/trunk/KDE/kdebase/apps/; revision=1183939
|
|
selection-toggle to the selection-manager. Beside simplifying the code this also solves some corner-cases where the shape has not been restored correctly.
svn path=/trunk/KDE/kdebase/apps/; revision=1183934
|