| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=1144877
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1144023
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1143415
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1143366
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1143269
|
|
BUG: 241843
svn path=/trunk/KDE/kdebase/apps/; revision=1142897
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1141645
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1140600
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1139384
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1138819
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1137451
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1137348
|
|
of the column view
svn path=/trunk/KDE/kdebase/apps/; revision=1137344
|
|
a rich text. This fixes the issue, that selecting multiple files leads to an output like "<html>9 items selected</html>".
svn path=/trunk/KDE/kdebase/apps/; revision=1137340
|
|
and applied to the local size initially
svn path=/trunk/KDE/kdebase/apps/; revision=1137339
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1137336
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1134733
|
|
"Images", "Text" and "Filenames" in the search options are not shown in the UI. The patch has been verified by "KDE_LANG=x-test dolphin".
BUG: 240163
svn path=/trunk/KDE/kdebase/apps/; revision=1133863
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1132703
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1132560
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1132275
|
|
BUG: 236039
svn path=/trunk/KDE/kdebase/apps/; revision=1132120
|
|
Information Panel are wrapped in a more clever way:
E. g.
dolphinviewcontainer.cp
p
gets wrapped as
dolphinviewcontainer.
cpp
now.
svn path=/trunk/KDE/kdebase/apps/; revision=1132031
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1132029
|
|
a layout. Thanks to Sebastian Trüg for the hint!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1132028
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1131891
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1131720
|
|
DolphinPart (running in Konqueror), do not only select the new items,
but also clear the previous selection.
BUG: 223905
svn path=/trunk/KDE/kdebase/apps/; revision=1131230
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1130874
|
|
"no_selection" gets triggered
svn path=/trunk/KDE/kdebase/apps/; revision=1130573
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1129044
|
|
The values for the columns "LinkDestination" and "LocalPathOrUrl" should be moved from DolphinModel to KDirModel, as otherwise the added Information enums in KFileItemDelegate would not make much sense (I'll provide a patch on the reviewboard next week).
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1128953
|
|
the visible area when enabling them. Also it is assured, that the headline text does not get clipped per default.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1128951
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1128907
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1128906
|
|
the tooltips.
svn path=/trunk/KDE/kdebase/apps/; revision=1128630
|
|
has been done.
svn path=/trunk/KDE/kdebase/apps/; revision=1128629
|
|
hide the 'userquery' URL query parameter in the Nepomuk::Query API
svn path=/trunk/KDE/kdebase/apps/; revision=1128624
|
|
remote folder.
BUG: 234852
svn path=/trunk/KDE/kdebase/apps/; revision=1128615
|
|
message is shown in Dolphin instead.
CCBUG: 229505
svn path=/trunk/KDE/kdebase/apps/; revision=1128600
|
|
message is shown in Dolphin instead.
CCBUG: 229505
svn path=/trunk/KDE/kdebase/apps/; revision=1128599
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1128050
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1127622
|
|
least I hope as non-native English speaker that this is the case ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=1126705
|
|
in KFileItemDelegate.
svn path=/trunk/KDE/kdebase/apps/; revision=1126703
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1126677
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1126490
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1126487
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1126483
|
|
recently), adjusting the corresponding code in Dolphin is a real pain, as the new information will be shown in Dolphin the following way:
- As additional columns in the details view
- As additional lines in the icons view
- As menu entries in the "Sort By" and "Additional Information" groups
- As popup menu entries in the details view header popup
- As checkable entries in the View Properties dialog
To prevent similar painful transitions in future, the class AdditionalInfoManager has been introduced. All parts in Dolphin that access/show/store additional information, use the AdditionalInfoManager now. If a new information entry will be added in KFileItemDelegate in future, only a small adjustment in AdditionalInfoManager will be required.
Still open currently:
- AdditionalInfoDialog does not use AdditionalInfoManager yet
- DolphinView::Sorting should be replaced by KFileItemDelegate::Information, so that the sorting can also be done in a generic way.
- The data for KFileItemDelegate::PathOrUrl is not determined
The open issues will get fixed during the next days.
Kudos to the brave warriors Sebastian and Frank, that tried to add a new information ;-)
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1126410
|