┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-01-12Fixed issue in method naturalCompare: strings having numbers with the same am...Peter Penz
2007-01-12Natural sorting fix: assure that directories are sorted always before files a...Peter Penz
2007-01-11SVN_SILENT made messages (.desktop file)Script Kiddy
2007-01-11Do a natural sorting of items (thanks to Dominic Battre and Martin Pool for t...Peter Penz
2007-01-10Doesn't need a config.hDavid Faure
2007-01-10Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patch...Peter Penz
2007-01-09Port to new KAction, KActionCollection API.Kevin Ottens
2007-01-07Fixed issue that the view properties have not been used for the home director...Peter Penz
2007-01-07Remember the position and size of the docks by using QMainWindow::saveState()...Peter Penz
2007-01-07Allow that Dolphin can also be used with global view properties. Per default ...Peter Penz
2007-01-06Minor adjustments for the panels:Peter Penz
2007-01-06Reanimated drag & drop support for the icons view.Peter Penz
2007-01-06Reanimate drag and drop support for the URL navigator.Peter Penz
2007-01-03fixed compile issues resulted by kdelibs cleanupPeter Penz
2007-01-02SVN_SILENT make it compile (Dlg->Dialog)Holger Freyther
2006-12-29-pedanticAndré Wöbbeking
2006-12-27Compile++Kevin Ottens
2006-12-24-Use QSortFilterProxyModel for filtering instead of KDirList::setFilterNameHolger Freyther
2006-12-23Make the View operate on the QSortFilterProxyModelHolger Freyther
2006-12-23Fix the filterbarHolger Freyther
2006-12-23The answer is either clear() or filterChanged(). Anyone knows this better?Holger Freyther
2006-12-20- Performance optimization in DolphinView::loadDirectory() (don't store the v...Peter Penz
2006-12-20Let the user chose whether view properties should be remembered for each dire...Peter Penz
2006-12-19buildAaron J. Seigo
2006-12-19KStdAction -> KStandardActionAaron J. Seigo
2006-12-18make it compileHolger Freyther
2006-12-17- don't use deprecated KAction constructorsSimon Hausmann
2006-12-17SVN_SILENT made messages (.desktop file)Script Kiddy
2006-12-17Use KonqMimeData for the cut- and copy-operation instead of using bool proper...Peter Penz
2006-12-17Reanimated cut-, copy- and paste- functionality as preparation for moving to ...Peter Penz
2006-12-15Update for using a proxy model: prevent accessing the model by model() and do...Peter Penz
2006-12-15fix signal namesDominik Haumann
2006-12-14Use QSortFilterProxyModel for sorting KFileItems (thanks to Fredrik for this ...Peter Penz
2006-12-14Support 'select all' and 'invert selection' again.Peter Penz
2006-12-14Support changing the sorting type and sort order (TODO: does not work yet as ...Peter Penz
2006-12-13Don't show the 'Show Preview' property inside the toolbar per default.Peter Penz
2006-12-13Instead of having a the 3 view modes "icons", "details" and "previews" only 2...Peter Penz
2006-12-11Do not abort/exit when accessing the string out of boundsHolger Freyther
2006-12-10Use a QLinkedList instead of Q3PtrListHolger Freyther
2006-12-10--deprecationHolger Freyther
2006-12-08connect to the 'urlChanged' signal (the signal 'signalUrlChanged' is not avai...Peter Penz
2006-12-08Cleanup of signal/slot handling between the dolphin view and the main window:...Peter Penz
2006-12-08Update the FSF address to 51 Franklin Street (hopefully it is the right one)Holger Freyther
2006-12-07show busy indicator inside the progress bar when counting the directoriesPeter Penz
2006-12-07Apply the view properties to sub directories without using a modal window. Th...Peter Penz
2006-12-07fixed layout issuesPeter Penz
2006-12-07minor cosmetic update of the progress indicationPeter Penz
2006-12-07Use a KIO Job for applying the view properties recursively to sub directories.Peter Penz
2006-12-07SVN_SILENT made messages (.desktop file)Script Kiddy
2006-12-06Patch from Dominik Hauman: Assure that when splitting a view both views take ...Peter Penz