| Age | Commit message (Collapse) | Author |
|
position of items might get calculated in a wrong manner when the item name is too long. I'll try create a patch for Qt but as Dolphin must also work with Qt 4.3.0 this workaround must get applied at least for KDE 4.0.
BUG: 152293
svn path=/trunk/KDE/kdebase/apps/; revision=737265
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=737232
|
|
Had to move more code to DolphinView, to use it from the part.
svn path=/trunk/KDE/kdebase/apps/; revision=737203
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=737202
|
|
enable undo
svn path=/trunk/KDE/kdebase/apps/; revision=737159
|
|
No more rename action provided by konqueror, the part provides it now.
Had to move a bit of code around in dolphin, as discussed with Peter.
svn path=/trunk/KDE/kdebase/apps/; revision=737121
|
|
konqueror,
Taking this opportunity for filename==classname and a .cpp extension, as well.
svn path=/trunk/KDE/kdebase/apps/; revision=737032
|
|
* Left to Right arrangement
* Elements enough to be needed an horizontal scroll bar with categorized view disabled
* Enable categorized view
* Horizontal scrollbar still visible
Now it is hidden, because the way KCategorizedView shows items is not needed.
svn path=/trunk/KDE/kdebase/apps/; revision=736809
|
|
until switching tabs and back, then it changed to just the dir name (as it should be, in fact).
The logic in KonqView::setCaption was being confused by the part url still being empty; let's do things in the right order here.
+ .rc cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=735495
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=735257
|
|
- exec -> system-run
svn path=/trunk/KDE/kdebase/apps/; revision=734984
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734964
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734544
|
|
file as described in kde-buildsystem - please tell me again if this should go somewhere else 3/3
svn path=/trunk/KDE/kdebase/apps/; revision=734475
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734360
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734310
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734288
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734227
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734061
|
|
* Resizing the columns takes around 250 ms instead of 2 seconds.
* Opening 10000 items from the disk cache takes 3 seconds instead of 20 seconds.
svn path=/trunk/KDE/kdebase/apps/; revision=734052
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734026
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=734000
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=733999
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=733548
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=733321
|
|
information properties like 'Size' and 'Date' are added as default (showing a details-view without details does not make sense as default setting...). This fix assures that the additional information properties are removed again when switching back to the icons view. Only if the user modified the additional information properties by a GUI-interaction (e. g. by adding a 'Type'), this information is persistet also when switching back to the icon-view.
BUG: 151891
svn path=/trunk/KDE/kdebase/apps/; revision=733313
|
|
workaround.
svn path=/trunk/KDE/kdebase/apps/; revision=733138
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=733012
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=732843
|
|
navigator when the navigator is already in the editable mode
svn path=/trunk/KDE/kdebase/apps/; revision=732773
|
|
BUG:151601
svn path=/trunk/KDE/kdebase/apps/; revision=732119
|
|
trash"-setting is ignored
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=731813
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=731586
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=731156
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=731154
|
|
viewproperties dialog
svn path=/trunk/KDE/kdebase/apps/; revision=731150
|
|
-> handled as viewport now)
* only show the hover-drop-indicator on directories (dropping on file-items is handled like dropping on the viewport)
* simplified signature of drop signal (source widget not required anymore)
svn path=/trunk/KDE/kdebase/apps/; revision=731129
|
|
without this patch)
svn path=/trunk/KDE/kdebase/apps/; revision=730698
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=730684
|
|
bookmark-folder -> folder-bookmarks
goto-page -> go-jump
www -> insert-link (doesn't yet exist in Oxygen)
svn path=/trunk/KDE/kdebase/apps/; revision=730639
|
|
controller and add an unnecessary additional signal; instead just read the state from the DolphinView
svn path=/trunk/KDE/kdebase/apps/; revision=729726
|
|
retrieved by the DolphinView, there is no need introducing additional signals + states. Further cleanups will follow...
svn path=/trunk/KDE/kdebase/apps/; revision=729721
|
|
BUG: 151313
svn path=/trunk/KDE/kdebase/apps/; revision=729718
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=729716
|
|
* the filterbar now also filters directories (works also in the column-view :-))
* The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed
* Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available.
* Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file.
svn path=/trunk/KDE/kdebase/apps/; revision=729704
|
|
* minor coding style update: replace 'listView' by 'placesView'
svn path=/trunk/KDE/kdebase/apps/; revision=728988
|
|
KConfigBase:
- remove separator argument from list entry reading/writing functions
- introduce {read,write}XdgListEntry()
- kill readPathListEntry(), add readPathEntry() overload
instead. the default value is not optional any more, as it defines the
return type. this is consistent with the readEntry() functions.
- rename clean() => markAsClean(), remove rollback()
- rename ConfigState => AccessMode, getConfigState() => accessMode()
- rename {entry,group}IsImmutable() => is{Entry,Group}Immutable()
- remove NLS alias to Localized
KConfig:
- remove setGroup() & group()
- reshuffle OpenFlag enum, introduce NoCascade for symmetry
- remove setExtraConfigFiles() alias to addConfigSources()
KConfigGroup:
- inherit KConfigBase::deleteGroup() overloads
- make convertToQVariant() private, it will probably change somehow
- KConfig & KConfigGroup: deprecate entryMap()
- remove bogus declarations: KConfigGroup::setReadDefaults(),
KConfig::readEntryUntranslated()
- apidox
- reshuffle the declarations in the headers
svn path=/trunk/KDE/kdebase/apps/; revision=728852
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=728747
|
|
for pointing this out)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=728741
|
|
column-view is ignored. From the hosts point of view this has to be handled like an URL change.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=728394
|