┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-05-17when having split views: darken the background color of the inactive viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665612
2007-05-17improve drag & drop support for treeview sidebar:Peter Penz
- allow to drag items within the tree - expand nodes automatically during a drag & drop operation svn path=/trunk/KDE/kdebase/apps/; revision=665588
2007-05-17don't increase the decoration size if the icons are aligned from left to rightPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665573
2007-05-17reload items when the view is refreshed by changing the global settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665571
2007-05-16fix for the fix for the fix [1]: assure that invoking Dolphin with remote ↵Peter Penz
URLs like "dolphin ftp://ftp.kde.org/" works too (thanks to David Faure) [1] I hope this does not get a neverending story ;-) svn path=/trunk/KDE/kdebase/apps/; revision=665393
2007-05-16revert last patch ("fix issue that invoking 'dolphin .' does not work") and ↵Peter Penz
replace it by a more generic approach svn path=/trunk/KDE/kdebase/apps/; revision=665386
2007-05-16allow that Dolphin can be started like 'dolphin .' for showing the current ↵Peter Penz
directory (patch submitted by Max Blazejak) svn path=/trunk/KDE/kdebase/apps/; revision=665320
2007-05-16using KShell::quoteArg() "might be" helpful ;-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665316
2007-05-16Better choice of phrase: 'Categorized' -> 'Show in Groups'Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=665189
2007-05-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=665169
2007-05-15use the terminal interface correctly -> the path of the embedded konsole is ↵Peter Penz
synchronized with the current directory svn path=/trunk/KDE/kdebase/apps/; revision=665104
2007-05-15some finetuning for the icons view:Peter Penz
- rename gridWidth() and gridHeight() settings property to itemWidth() and itemHeight() to avoid confusion with the grid size property of QListView - assure that the grid spacing is respected - decrease default text width - allow having more than 1 text line doing a proper wrapping svn path=/trunk/KDE/kdebase/apps/; revision=665097
2007-05-14The wrapping flag of QStyleOptionViewItemV2 gets lost, as the instance is ↵Peter Penz
assigned to a QStyleOptionViewItem object later on (QStyleOptionViewItem AbstractItemView::viewOptions() const) -> enable the wrapping in the QListView itself. svn path=/trunk/KDE/kdebase/apps/; revision=664830
2007-05-14although the wrapping is enabled, eliding the text might be required -> ↵Peter Penz
don't specify Qt::ElideNone svn path=/trunk/KDE/kdebase/apps/; revision=664803
2007-05-14Try not to set properties unless changed.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=664542
2007-05-13some krazy fixesThorsten Roeder
svn path=/trunk/KDE/kdebase/apps/; revision=664331
2007-05-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=664086
2007-05-12hover fix for the details mode: hovering should only be done on the name ↵Peter Penz
column, all other columns behave as viewport area svn path=/trunk/KDE/kdebase/apps/; revision=663861
2007-05-12provide a hover information in the statusbar if the mouse cursor enters an itemPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=663779
2007-05-10layout improvements in the icons view:Peter Penz
* do a text wrapping if the number of lines is > 1 (TODO: bugfix of KFileItemDelegate necessary, currently the text might overlap with the icon) * increase the height for the text area if an additional information like type, date, ... is shown svn path=/trunk/KDE/kdebase/apps/; revision=663320
2007-05-10don't lose the history of the URL navigator if the settings of the Icons ↵Peter Penz
View, Details View or Columns View have been changed svn path=/trunk/KDE/kdebase/apps/; revision=663282
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
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