┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-01-06SVN_SILENT: ah, forgot to remove temporary testing code...Peter Penz
CCBUG: 210256 svn path=/trunk/KDE/kdebase/apps/; revision=1070848
2010-01-06Send the selectionChanged() signal without delay in case the selection has ↵Peter Penz
been changed from 0 to n or from n to 0. This ensure that the edit-actions are updated without delay. BUG: 210256 svn path=/trunk/KDE/kdebase/apps/; revision=1070844
2010-01-06If an operation has been completed (e. g. a rename operation), the default ↵Peter Penz
status bar text must be updated too. Otherwise the statusbar would show a cached version after the "operation completed" message is not shown anymore. BUG: 212797 svn path=/trunk/KDE/kdebase/apps/; revision=1070800
2010-01-06It is possible that the selection of an inactive column gets changed (e. g. ↵Peter Penz
by the selection markers). In this case the column should get active. BUG: 188979 svn path=/trunk/KDE/kdebase/apps/; revision=1070789
2010-01-06RC1 gets prepared -> increase version numberPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1070747
2010-01-06When changing the selection, the currently shown file item should be reset. ↵Peter Penz
This fixes the issue that changing the selection with the keyboard might not have an effect if an item is hovered with the mouse. BUG: 210177 svn path=/trunk/KDE/kdebase/apps/; revision=1070745
2010-01-06Fixed issue that Ctrl+A sometimes did not result in an update of the ↵Peter Penz
Information Panel. As a sideeffect some code simplification has been done, which was possible because of the column view refactorization some time ago. svn path=/trunk/KDE/kdebase/apps/; revision=1070740
2010-01-06Fixed issue that the "show folders first property" was not delegated to sub ↵Peter Penz
directories, when "[x] Apply to all sub directories" was checked. BUG: 214865 svn path=/trunk/KDE/kdebase/apps/; revision=1070723
2010-01-06use correct icon when opening new tabs with the middle clickPeter Penz
BUG: 212942 svn path=/trunk/KDE/kdebase/apps/; revision=1070717
2010-01-06SVN_SILENT: removed commented codephin with the column view a wrong layout ↵Peter Penz
has been shown. BUG: 211149 BUG: 214515 svn path=/trunk/KDE/kdebase/apps/; revision=1070709
2010-01-06Fixed issue that when starting Dolphin with the column view a wrong layout ↵Peter Penz
has been shown. BUG: 211149 BUG: 214515 svn path=/trunk/KDE/kdebase/apps/; revision=1070708
2010-01-05- search by modification date of the file, not when the file has been tagged ↵Peter Penz
or something similar - make "search files modified today" work Thanks to Daniel Winter for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1070440
2010-01-05- Details view and column view: Just use the height as indicator for the ↵Peter Penz
scrolling steps when using the wheel. Don't decrease the steps for larger icon sizes. - Icons view: Use slightly larger scrolling steps. BUG: 191418 BUG: 192958 svn path=/trunk/KDE/kdebase/apps/; revision=1070438
2010-01-05Prevent black borders when compositing has been disabled.Peter Penz
BUG: 219667 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1070424
2010-01-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1070321
2010-01-04Revert r1070031Christoph Feck
Nepomuk::Query::Query is no bug, it is a class from a nested namespace. The commit broke compilation. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1070063
2010-01-04msvc compile++Christian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=1070031
2010-01-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1069851
2010-01-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1068962
2010-01-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1068486
2009-12-31SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1068118
2009-12-30Fix wrong fontMetrics when using custom fontsChristoph Feck
svn path=/trunk/KDE/kdebase/apps/; revision=1067898
2009-12-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1067354
2009-12-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1066900
2009-12-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1065981
2009-12-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1065786
2009-12-23add version control actions to konqueror context menu if availableolActions()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1065348
2009-12-23SVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1065347
2009-12-23SVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1065346
2009-12-21Revert r1053349 - this file is included alread when HAVE_NEPOMUK is defined ↵Maciej Mrozowski
- no need to do it twice. This fixed compilation without nepomuk libs. svn path=/trunk/KDE/kdebase/apps/; revision=1064809
2009-12-20Better fix for compilation without Nepomuk - like Sebastian noted SDO is ↵Maciej Mrozowski
being searched for automatically. It was just sufficient to wrap soprano_add_ontology with Nepomuk_FOUND in this case. svn path=/trunk/KDE/kdebase/apps/; revision=1064414
2009-12-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1064230
2009-12-20[kdebase/apps/dolphin/CMakeLists.txt] Fixed compilation without NepomukMaciej Mrozowski
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1064077
2009-12-19remove the inconsistencies wrt Navigation/Location BarBurkhard Lück
CCMAIL:[email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1064000
2009-12-19Don't rely on that the same proxy model is used for all views. Trigger a ↵Peter Penz
refresh of the directory (done from the cache) and remember the selection. This fixes also the issue that the selection got lost when previews have been enabled or when the column view was used. BUG: 217562 CCBUG: 211149 svn path=/trunk/KDE/kdebase/apps/; revision=1063960
2009-12-19+include(SopranoAddOntology)Luboš Luňák
svn path=/trunk/KDE/kdebase/apps/; revision=1063929
2009-12-18Don't show the size information, if only one directory is shown. This issue ↵Peter Penz
only occured in the context of tooltips, as updateRowsVisibility() is invoked after setItems()... svn path=/trunk/KDE/kdebase/apps/; revision=1063483
2009-12-18I did not recognize when refactoring the tooltip class that no filename is ↵Peter Penz
shown anymore. This is fixed now :-) BUG: 219082 svn path=/trunk/KDE/kdebase/apps/; revision=1063470
2009-12-17don't try to do anything if no files have been passedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1063333
2009-12-17* respect the --select startup optionPeter Penz
* minor cleanups related to selecting items in general svn path=/trunk/KDE/kdebase/apps/; revision=1063329
2009-12-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1062931
2009-12-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1062596
2009-12-13SVN_SILENT: Sorry about the whitespace which I added in my last commit!Frank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1062080
2009-12-13Reimplement visualRegionForSelection in DolpinDetailsView.Frank Reininghaus
Fixes the problem that not the entire area affected by changing the selection gets updated. QTreeView::visualRegionForSelection assumes implicitly that the visualRects of all items have the same width, which is not the case here. Fix will be in KDE 4.4 Beta 2. BUG: 218114 svn path=/trunk/KDE/kdebase/apps/; revision=1062076
2009-12-13give KCategorizedView the chance to react on dragMoveEvents()Peter Penz
CCBUG: 208646 svn path=/trunk/KDE/kdebase/apps/; revision=1062054
2009-12-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1061903
2009-12-12Allow to disable version control plugins. It's too late already for ↵Peter Penz
providing a UI (string freeze...) and it should not be necessary to disable a plugin, but in the worst case (e. g. plugin crashes under certain circumstances) it is good to have a non-GUI fallback. svn path=/trunk/KDE/kdebase/apps/; revision=1061740
2009-12-12use the same link style as used for tagsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1061705
2009-12-12assure that obsolete file entries are removed from the SVN cachePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1061639
2009-12-12I guess most developers use the Details View with very small icons (16 x 16) ↵Peter Penz
for viewing their versioned code (at least I do ;-)). In this case the version control emblems are very small and it is easy to miss that there are locally changed files or that an update is required (Nuno and I tried different sizes, but for 16 x 16 icons there is really less room for variants). So the text color gets tinted a little bit now to notice the difference... svn path=/trunk/KDE/kdebase/apps/; revision=1061618