┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-05-09Postpone the creating of the dir lister to the first show event. This ↵Peter Penz
assures that no performance and memory overhead is given when the TreeView is not used at all. svn path=/trunk/KDE/kdebase/apps/; revision=662771
2007-05-08SVN_SILENT: some krazy spelling fixes mainly in commentsThorsten Roeder
svn path=/trunk/KDE/kdebase/apps/; revision=662694
2007-05-08prevent loading items twice in the tree viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=662690
2007-05-08fix issue in column view that the wrong root directory is taken because of ↵Peter Penz
keeping old directories in KDirLister svn path=/trunk/KDE/kdebase/apps/; revision=662658
2007-05-07Compile.Luboš Luňák
svn path=/trunk/KDE/kdebase/libkonq/; revision=662159
2007-05-07Use NFO to set file urls.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=662129
2007-05-07Don't rely on konsole sources.David Faure
If compilation fails, update and install kdelibs/interfaces/terminal svn path=/trunk/KDE/kdebase/apps/; revision=662060
2007-05-07Adapt to new konsole apiLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=661990
2007-05-07synchronize embedded terminal with the current directoryPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661960
2007-05-07don't use '/' as shortcut for filtering, this conflicts with the usage of ↵Peter Penz
the embedded terminal svn path=/trunk/KDE/kdebase/apps/; revision=661959
2007-05-06minor adjustments for working together with Max after the BIC Monday...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661899
2007-05-06Initial step for showing the terminal embedded inside Dolphin instead of ↵Peter Penz
opening a separate window. This allows to synchronize the current directory of the terminal with the shown directory in Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=661890
2007-05-06optimization: don't load the directory tree if the widget is invisiblePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661865
2007-05-06optimization: don't try to show the meta information if the widget is invisiblePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661864
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661819
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