┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-10-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=725777
2007-10-15prevent flickering of status bar when changing between directoriesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=725546
2007-10-15minor cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=725523
2007-10-15Use a progress bar with custom text for showing the free disk space, ↵Peter Penz
otherwise the custom widget just does not fit well into styles like Oxygen. svn path=/trunk/KDE/kdebase/apps/; revision=725516
2007-10-15use KGlobal::config() instead of parsing kdeglobals each time (thanks to ↵Peter Penz
David for the hint!) svn path=/trunk/KDE/kdebase/apps/; revision=725485
2007-10-14Take also in count if the rowcount was changed. Then everything needs to be ↵Rafael Fernández López
recached again svn path=/trunk/KDE/kdebase/apps/; revision=725218
2007-10-14If we are out of the screen and we will be, why keep asking when we know ↵Rafael Fernández López
that no category will intersect from now with the viewport svn path=/trunk/KDE/kdebase/apps/; revision=725213
2007-10-14The sorting on dolphinview is no more needed, it is done automatically by ↵Rafael Fernández López
KCategorizedSortFilterProxyModel when setCategorizedModel is changed. Bug fixed for the categorized view: Details => Icons (with no categories) => Categorized was resulting in no items in the view or all items in the same position svn path=/trunk/KDE/kdebase/apps/; revision=725212
2007-10-13minor layout fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=724950
2007-10-13allow to configure whether file thumbnails should be embedded for the file ↵Peter Penz
preview (on per default) BUG: 150028 svn path=/trunk/KDE/kdebase/apps/; revision=724946
2007-10-13Fixed issue that the "Show 'Delete' command in context menu" setting is not ↵Peter Penz
remembered anymore. CCMAIL: [email protected] BUG: 150783 svn path=/trunk/KDE/kdebase/apps/; revision=724942
2007-10-13move reading of global settings also into GeneralSettingsPage::loadSettings()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=724939
2007-10-13If grid size is changed, update correctly items positionRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=724802
2007-10-13If the categorizing has been enabled/disabled we need to update the ↵Rafael Fernández López
scrollbar in certain conditions svn path=/trunk/KDE/kdebase/apps/; revision=724701
2007-10-13One loop instead of two is enoughRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=724700
2007-10-13With latest code at slotLayoutChanged is not more necessary Rafael Fernández López
slotLayoutAboutToBeChanged. Reacts as it should when removing items svn path=/trunk/KDE/kdebase/apps/; revision=724693
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