┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-05-06some cleanups for the sidebar pages (move protected members to private ↵Peter Penz
section etc.) svn path=/trunk/KDE/kdebase/apps/; revision=661815
2007-05-05revert last commit, it leads to the uncommon behavior that the last state ↵Peter Penz
of the settings dialog is remembered (grmpf - I should do more testing... ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=661511
2007-05-05let the settings dialog be a singleton (thanks to Max Blazejak for the patch!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661508
2007-05-03optimizePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=660582
2007-05-03let the information sidebar react on selection changesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=660580
2007-05-03allow to specify a transition typePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=660579
2007-05-03initial step for cleaning up the information sidebar: get rid of service ↵Peter Penz
actions, just let the information sidebar be a place for metadata (nepomuk) svn path=/trunk/KDE/kdebase/apps/; revision=660576
2007-05-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=660563
2007-05-03respect global singleclick-/doubleclick-settingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=660557
2007-05-02more cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=660385
2007-05-02If it's not always compiled, then we need to check it before we add it to ↵David Faure
the link line... svn path=/trunk/KDE/kdebase/apps/; revision=660323
2007-05-02Oh. It's in kdelibs, but it's not always compiled. Revert.David Faure
(and moved checks to the right place) svn path=/trunk/KDE/kdebase/apps/; revision=660320
2007-05-02kmetadata is in kdelibs nowDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=660318
2007-05-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=660259
2007-05-02don't connect each sidebar page with all available signals per defaultPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=660258
2007-05-01* Added KMetaData cmake checkSebastian Trueg
* Fixed Dolphin+KMetaData compilation * Moved knepomuk tests into kdebase svn path=/trunk/KDE/kdebase/apps/; revision=660109
2007-05-01make it compile again.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=660108
2007-05-01Respect global single/double click setting for the icons- and details view ↵Peter Penz
(thanks to Sam Abed for the patch!). PS: I did not introduce an executed()-signal in KListView, as: * In general we want to avoid having Kxxx-view classes for existing Qxxx-view classes like this was the case in KDE3. Qt4 allows us to use custom models + delegates and hence there should be no need to introduce KListView, KTreeView or KColumnView. * It looks like KListView will be renamed to KCategoryView and it's open yet whether it it will be available outside the scope of a file manager for KDE 4.0. * The details view is derived from QTreeView and the columns view is derived from QColumnView -> adjusting KListView won't help here :-) svn path=/trunk/KDE/kdebase/apps/; revision=659994
2007-05-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=659948
2007-04-30KDiskFreeSp -> KDiskFreeSpaceDavid Faure
Port away from deprecated KIO::findPathMountPoint svn path=/trunk/KDE/kdebase/apps/; revision=659796
2007-04-30Replaced File with KMetaData::Resource for the time being.Sebastian Trueg
Once we have the proper ontology I will change it back. svn path=/trunk/KDE/kdebase/apps/; revision=659702
2007-04-30a bit ugly, but the migration to QList<KFileItem> has to be incremental...David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=659519
2007-04-30PreviewJob API change (KFileItems by value)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=659426
2007-04-28cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=658929
2007-04-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=658426
2007-04-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=657060
2007-04-22reactivated info sidebar again and temporary removed the code which resets ↵Peter Penz
the URL after starting Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=656979
2007-04-22allow sorting by typePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=656971
2007-04-22headers of a private library should not be installedPino Toscano
svn path=/trunk/KDE/kdebase/apps/; revision=656882
2007-04-22Remove not necessary includeLaurent Montel
svn path=/trunk/KDE/kdebase/nsplugins/; revision=656776
2007-04-19SVN_SILENT i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=655690
2007-04-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/konqueror/; revision=654844
2007-04-16fixed dangerous usage of a const reference as memberPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654781
2007-04-16fixed icon namesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654774
2007-04-16use the smooth transformation mode for scalingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654769
2007-04-16resize the pixmap in a smooth way instead of using a blending effectPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654753
2007-04-16Merging branches/work/kmainwindow-decoupling-branch from Kevin and me whichSimon Hausmann
separates the xmlgui stuff from KMainWindow svn path=/trunk/KDE/kdebase/apps/; revision=654728
2007-04-16when switching from the column view to the details- or icons-view it makes ↵Peter Penz
sense to adjust the URL automatically to the root URL of the column view svn path=/trunk/KDE/kdebase/apps/; revision=654718
2007-04-16use new "column view" icon (thanks to David Vignoni)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654713
2007-04-16show column mode in viewport context menu (thanks to Thomas Georgiou for the ↵Peter Penz
patch) svn path=/trunk/KDE/kdebase/apps/; revision=654709
2007-04-16fix coding style to match with ↵Peter Penz
http://techbase.kde.org/Policies/Kdelibs_Coding_Style svn path=/trunk/KDE/kdebase/apps/; revision=654698
2007-04-16Add fade transition between file icon/preview changes in the sidebar.Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=654581
2007-04-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=654445
2007-04-14select the decoration per defaultPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654034
2007-04-14optimization: don't reload the view if not absolutely necessaryPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654010
2007-04-14ups - did not want to commit the kDebug() line...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654002
2007-04-14optimization: no reloading necessary if preview has been turned on/offPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654000
2007-04-14fix possible crash if the base URL is emptyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653996
2007-04-14Revert last commit and exchange it by a more straight forward solution: just ↵Peter Penz
check the URL of the file item to find out whether the item is still part of the model. By this there is no need of keeping tracks for ongoing preview jobs. svn path=/trunk/KDE/kdebase/apps/; revision=653989
2007-04-14assure that the preview job gets killed when the directory has been changedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653976