┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-04-13compilation fixSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=653564
2007-04-13fix exports - please take care to use the correct export macro next time!Christian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=653556
2007-04-13Those hacks are not needed anymore for autosaving.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=653522
2007-04-12fix issue that the view properties are not read out correctly for first ↵Peter Penz
directory after starting Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=653129
2007-04-12minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653127
2007-04-12some include + coding guideline cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653049
2007-04-12include cleanupPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653043
2007-04-12include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/konqueror/; revision=652987
2007-04-12Emtpy -> Empty. typo fix.Funda Wang
svn path=/trunk/KDE/kdebase/apps/; revision=652867
2007-04-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/konqueror/; revision=652858
2007-04-11use "folder" instead of "directory" for all visible stringsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=652471
2007-04-10fix #144021: show free space in GB instead of used space in percentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=652207
2007-04-10allow to enable the categorization feature for sortingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=652200
2007-04-10Added Rafael López's item categorizer into Dolphin (it's currently ↵Peter Penz
deactivated in dolphiniconsview.cpp until it's in shape for the public). svn path=/trunk/KDE/kdebase/apps/; revision=652156
2007-04-10Adapt to new apiLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=652135
2007-04-09adapt Dolphin to kdelibs coding style ↵Peter Penz
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
2007-04-09Dolphin is now KBookmark* free.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=651766
2007-04-08adaptions to the cleaned up interface of KUrlNavigatorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=651675
2007-04-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=651001
2007-04-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/konqueror/; revision=650658
2007-04-04i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=650575
2007-04-04Use the Qt layout facilities correctly to align widgets in the information ↵Robert Knight
side bar towars the top. Fixes comment-box being huge when KMetaData is available. svn path=/trunk/KDE/kdebase/apps/; revision=650506
2007-04-04Ensure that the 'Text width' box in the Icon view settings page is always ↵Robert Knight
set to a valid entry initially. svn path=/trunk/KDE/kdebase/apps/; revision=650484
2007-04-04move the QT3_SUPPORT definition only where it's neededPino Toscano
svn path=/trunk/KDE/kdebase/apps/; revision=650430
2007-04-04Qt::Ascending -> Qt::AscendingOrderPino Toscano
Qt::Descending -> Qt::DescendingOrder svn path=/trunk/KDE/kdebase/apps/; revision=650398
2007-04-04simplify layout of ViewPropertiesDialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=650290
2007-04-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=650277
2007-04-02Places and url navigator are now provided by kfile. Port Dolphin to this Kevin Ottens
change. svn path=/trunk/KDE/kdebase/apps/; revision=649541
2007-04-02No need to call rowCount() all the time.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=649520
2007-04-02Further cleanup to prepare the move.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=649519
2007-04-02Rename all the URL navigator related classes to prepare their migration Kevin Ottens
in kdelibs. svn path=/trunk/KDE/kdebase/apps/; revision=649514
2007-04-02Make use of KFilePlaces instead of the bookmark system in the URL Kevin Ottens
navigator. Yay! svn path=/trunk/KDE/kdebase/apps/; revision=649452
2007-04-02Add some conveniences.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=649451
2007-04-02Make it proper english. :-)Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=649246
2007-04-02fixesDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=649220
2007-04-02Can't export them yet.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=649217
2007-04-02Introduce KFilePlacesView which is a list view adding the navigation Kevin Ottens
logic. Suitable to interface it in Dolphin or the KFileDialog. svn path=/trunk/KDE/kdebase/apps/; revision=649204
2007-04-02Fix more URL breakage.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=649203
2007-04-02Fixes the URL handling in this model. QVariant breaks KUrl in strange Kevin Ottens
ways, hence the nasty code. If anybody has a better idea feel free to point me to the right solution. svn path=/trunk/KDE/kdebase/apps/; revision=649200
2007-04-02don't force a confirmation for deleting in Dolphin if the user has turned it ↵Peter Penz
off globally for KDE svn path=/trunk/KDE/kdebase/apps/; revision=649112
2007-04-02don't use KUrl::upUrl() (thanks to David for the hint!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=649108
2007-04-02Use KonqOperations::del() as David suggested. In opposite to the old ↵Peter Penz
approach it's possible now to turn off the confirmation dialog -> provide a way to turn it on again like in Konqi. svn path=/trunk/KDE/kdebase/apps/; revision=649105
2007-04-01Add the KFilePlacesModel class. It allows to list user's "places" (a mix Kevin Ottens
of bookmarks and volume devices). Still incomplete, for now it simply list the places (drag and drop, and more interaction needs to be implemented). It's supposed to move into kdelibs/kio soon. svn path=/trunk/KDE/kdebase/apps/; revision=649038
2007-04-01activate basic drag & drop for the column view (although it's quite buggy at ↵Peter Penz
the moment) svn path=/trunk/KDE/kdebase/apps/; revision=648963
2007-04-01use default 'do you really want to delete...' dialog from libkonqPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648962
2007-04-01don't just ask for confirmation for deleting, also delete the item :-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648960
2007-04-01implement renaming, moving to trash and deleting for the treeview panelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648956
2007-04-01changed EOL from windows to unixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648942
2007-04-01reload view when the settings are appliedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648929
2007-04-01integrate column view into settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648926