┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-10-12Even better...Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=724538
2007-10-12This makes the categorized view amazingly fast in directories with a huge ↵Rafael Fernández López
number of files (tested with a folder with 10000 files here) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=724536
2007-10-10DolphinPart: provide a way to switch between view modes in konqueror.David Faure
Factorized those actions between dolphinmainwindow and dolphinpart (see new methods in dolphinview), and simplified mainwindow code by using the signal from the action group and the QVariant data of the actions (standard Qt4 solution for a group of actions). svn path=/trunk/KDE/kdebase/apps/; revision=723871
2007-10-09Allow filtering of items also for the column view. A filtering of ↵Peter Penz
directories is not done yet, but with the latest updates of the column view this could be added now (but it's more a question whether we really want this...). svn path=/trunk/KDE/kdebase/apps/; revision=723536
2007-10-09column view fixes:Peter Penz
* assure that the history does not get messed up when changing the focus to an existing column * fix issue that the status bar does not get updated when the focus is changed between the columns svn path=/trunk/KDE/kdebase/apps/; revision=723519
2007-10-09remove unused memberPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=723451
2007-10-09remove unused PNG image (relict from KDE3 version of Dolphin)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=723419
2007-10-09remove Dolphin specific service menus, Konqueror and Dolphin use now the ↵Peter Penz
same service menus (thanks to David!) svn path=/trunk/KDE/kdebase/apps/; revision=723418
2007-10-08SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=722863
2007-10-07Extracted the servicemenu code from KonqPopupMenu into KonqMenuActions, and ↵David Faure
used it from both KonqPopupMenu and DolphinContextMenu. This isn't the port-to-ktrader yet, this will come later, but at least the code is factorized and the impl can be changed without affecting the dolphin+konqpopupmenu code Should I also implement the "Open With..." actions in KonqMenuActions? Seems like another bit of similar code duplicated. CCMAIL: [email protected], [email protected] Removed KonqBookmarkManager (was a two-liner call to KBookmarkManager) svn path=/trunk/KDE/kdebase/apps/; revision=722668
2007-10-07* assure that the columns of the colum-view get dimmed if the colum-view is ↵Peter Penz
inactive * updated documentation of DolphinController + minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=722452
2007-10-06don't use the directory lister directlyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=722142
2007-10-06remove unneeded codePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=722140
2007-10-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=721873
2007-10-05fix issues when the split view is active and the inactive column view gets ↵Peter Penz
selected: the request for activation is not done... svn path=/trunk/KDE/kdebase/apps/; revision=721727
2007-10-05minor simplificationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=721726
2007-10-05extra ';'Pino Toscano
svn path=/trunk/KDE/kdebase/apps/; revision=721720
2007-10-05fixed most regressions due to the previous column-view refactoringPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=721706
2007-10-05Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which areAndreas Pakulat
needed now because friday is the last BC day. The rest of the modules will follow as fast as my laptop allows. svn path=/trunk/KDE/kdebase/apps/; revision=721704
2007-10-05Refactored DolphinColumnWidget so that it does not need a hierarchical ↵Peter Penz
KDirLister. This simplifies the code a lot and also bypasses the current problems with the KDirLister cache when working on hierarchical directories in parallel. There are some minor regressions which will be fixed, but all in all some improvements are visible already: - the loading of columns is a lot faster - preview in columns is working - no side effects in combination with the treeview-panel because of caching svn path=/trunk/KDE/kdebase/apps/; revision=721678
2007-10-05Oops forgot this one... thanks for reminding Peter :)Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=721486
2007-10-05Merged KIO::JobFlags branchDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=721447
2007-10-05Restoring the column view relies on the URL-history. It might be possible ↵Peter Penz
that the view properties have been changed or deleted in the meantime, so it cannot be asserted that really a column view has been created. svn path=/trunk/KDE/kdebase/apps/; revision=721374
2007-10-05Nice catch on keyboard navigation when RightToLeft is set... :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=721340
2007-10-05Ooops I had this one for testing purposes locally...Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=721338
2007-10-04KDirLister openUrl parameters are now flagsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=721256
2007-10-04${CMAKE_SOURCE_DIR}/libkonq doesn't exist nowLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=721208
2007-10-04Our beloved qt-copy also has the patch appliedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=721115
2007-10-04Let's do this in a safe way while we wait for the release team to reply ↵Rafael Fernández López
telling if we make Qt 4.3.2 a requirement for KDE 4.0 svn path=/trunk/KDE/kdebase/apps/; revision=721096
2007-10-04allow to configre more than one additional information for the icons-viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=720957
2007-10-04coding style nit-pickingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=720955
2007-10-04Changes related to the smooth scrolling. We can enable it since icefox has ↵Rafael Fernández López
submitted his "division by zero" to Qt, so it should be safe. If we experience any division by zero or report, we just disable them commenting them out and with a comment to remind ourselves to uncomment them after. The smooth scrolling is being combined with a good behavior when using the mouse wheel. Some investigation on QListView found nice stuff for KCategorizedView. Peter, I have the smooth scrolling for KDirOperator too, let me that one... I have binary incompatible changes merged there with this ones and I am committing everything together on friday. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=720918
2007-10-03there is no need anymore to check whether the KDirLister is currently ↵Peter Penz
loading before invoking KDirModel::expandToUrl() svn path=/trunk/KDE/kdebase/apps/; revision=720870
2007-10-03disable the moving of columnsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=720855
2007-10-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=720538
2007-10-03Update my email addressRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=720339
2007-10-02As the additional information can be shown in parallel, a combobox selection ↵Peter Penz
is not sufficient anymore. To prevent bug-reports for the beta 3 release, all items are explicitly marked as TODO temporary. svn path=/trunk/KDE/kdebase/apps/; revision=720286
2007-10-02Allow showing additional information like type, size and date in parallel ↵Peter Penz
for the icons view (thanks to Fredrik for the extension of KFileItemDelegate!). svn path=/trunk/KDE/kdebase/apps/; revision=720283
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not ↵Peter Penz
QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs svn path=/trunk/KDE/kdebase/apps/; revision=720234
2007-10-02fix signal/slotDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=720110
2007-10-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=720019
2007-10-01Port dolphin to the KFileItemDelegate API changes.Fredrik Höglund
svn path=/trunk/KDE/kdebase/apps/; revision=719796
2007-10-01Ported KonqPopupMenu away from xmlgui to make things debuggable (we had code ↵David Faure
that dynamically created XML, and then passed it for gui merging with KonqPopupMenu's own generated XML, that was too much magic and headaches). There are now unit tests for KonqPopupMenu, and its code has a bit less magic hacks than before. There is no more KonqPopupMenuPlugin though, but I'm happy to re-create it once there's a real use case for it. svn path=/trunk/KDE/kdebase/apps/; revision=719676
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=719642
2007-10-01Making KFileItemList value based.Tobias Koenig
svn path=/trunk/KDE/kdebase/apps/; revision=719514
2007-09-30coding style nitpicking: remove spacePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=719288
2007-09-30SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=719026
2007-09-29Test for what the error message saysPascal Létourneau
svn path=/trunk/KDE/kdebase/apps/; revision=718814
2007-09-29Init cwd with the current path (dolphin is a KUniqueApplication)Pascal Létourneau
svn path=/trunk/KDE/kdebase/apps/; revision=718808
2007-09-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=718575