┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-02-17Fixed issue that invoking Dolphin with a specified path is ignored when ↵Peter Penz
another Dolphin window is open already. Thanks to Frank Reininghaus for the patch. BUG: 169016 svn path=/trunk/KDE/kdebase/apps/; revision=927544
2009-02-17* Use Nepomuk for getting the meta data instead of KFileMetaInfo.Peter Penz
* Use a QScrollArea widget to embedd the meta data, as Nepomuk provides so much meta information that it might not fit into the panel. Open issues: * Add the possibility to configure which kind of meta information should be shown. * Check whether the receiving of the meta data for one file also might block the UI like when using KFileMetaInfo in combination with strigi. CCMAIL: [email protected] BUG: 180742 BUG: 181592 svn path=/trunk/KDE/kdebase/apps/; revision=927542
2009-02-17removed m_minimumSizeHint member, it is redundantPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=927537
2009-02-17When the selection toggle is clicked and the mouse gets moved outside the ↵Peter Penz
selection toggle boundaries, a rubberband with a random start position will get visible. Bypass this issue by consuming the mouse-move events. BUG: 184178 svn path=/trunk/KDE/kdebase/apps/; revision=927488
2009-02-17The tab order of the View Properties Dialog now moves in a logical and ↵Shaun Reich
coherent manner (it no longer skips out of order). svn path=/trunk/KDE/kdebase/apps/; revision=927483
2009-02-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=927390
2009-02-17Implement TODO - show the action "expandable folders" in the RMB popup over ↵David Faure
detailed listview. svn path=/trunk/KDE/kdebase/apps/; revision=927297
2009-02-16Applied patches to filterbar as discussed on review request 91 and 93.Sascha Peilicke
svn path=/trunk/KDE/kdebase/apps/; revision=926845
2009-02-16SVN_SILENT: Fixed another accidental doxygen highlight.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=926759
2009-02-16I forgot to change these connection statements to both send and receive ↵Shaun Reich
boolean values in my prior commit(s). Now the View Properties Dialog will enable the apply button when the affected (4) widget values are changed. svn path=/trunk/KDE/kdebase/apps/; revision=926757
2009-02-15SVN_SILENT: A header comment was being accidentally interpreted as a doxygen ↵Shaun Reich
comment. svn path=/trunk/KDE/kdebase/apps/; revision=926579
2009-02-15Added the Trash KCM to Dolphin, it's visible in the Settings Dialog, in the ↵Shaun Reich
'Trash" page. Konqueror has it, we should too =) svn path=/trunk/KDE/kdebase/apps/; revision=926571
2009-02-15The View Properties dialog now correctly disables/enables the Apply button, ↵Shaun Reich
instead of it just being enabled all the time, even after you apply it, so it's similar to the Settings Dialog now. svn path=/trunk/KDE/kdebase/apps/; revision=926562
2009-02-14Changed connections of the signals activated(), to currentIndexChanged() as ↵Shaun Reich
used in 3 QComboBoxes. Remember that activated() is not always triggered when the selected item is changed. svn path=/trunk/KDE/kdebase/apps/; revision=926180
2009-02-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=926053
2009-02-13SVN_SILENT: documentation fix (the selection manager might also useful in ↵Peter Penz
the double-click mode) svn path=/trunk/KDE/kdebase/apps/; revision=925615
2009-02-11hide the tooltip when the context menu is opened in the columns viewPeter Penz
BUG: 184053 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=924889
2009-02-11- allow the view implementations to attach custom actions to the context menuPeter Penz
- let the "details view" show the "[x] Expandable Folders" action in the context menu CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=924867
2009-02-10Middle-clicking on tabs will now close them.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=924467
2009-02-10Fixed issue that the 'Create New' menu might be disabled although creating ↵Peter Penz
of files is allowed. Thanks to Frank Reininghaus for the patch! BUG: 183812 svn path=/trunk/KDE/kdebase/apps/; revision=924120
2009-02-09The Column Widget would not disconnect it's connection to request a tab(seen ↵Shaun Reich
with a middle-click on a folder). So it would actually open 2 or more tabs, but only in the Column View mode. svn path=/trunk/KDE/kdebase/apps/; revision=923757
2009-02-08* open folders always on single clickPeter Penz
* open files/select files dependent from the global single click/double click setting * open a new column when pressing the Key_Right Thanks to Shaun Michael Reich for the original patches! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=923423
2009-02-08Allow the view implementations to directly trigger an item without mouse ↵Peter Penz
interaction. This is e. g. necessary when the column view wants to implement a custom key handling where a folder should be triggered. svn path=/trunk/KDE/kdebase/apps/; revision=923417
2009-02-08SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=923249
2009-02-08Revert SVN commit 923057: This code should not be part of DolphinController, ↵Peter Penz
it should be handled in the column view itself. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=923072
2009-02-08Added right arrow key usage when in the Column View mode. When a directory ↵Shaun Reich
is selected, and the right arrow is used, it will navigate into it (like double/single clicking a directory). Note, this only works on directories, not files, it was made this way by intention. svn path=/trunk/KDE/kdebase/apps/; revision=923057
2009-02-07The layout algorithm of QListView in Qt4.5 also respects the style-hint ↵Peter Penz
QStyle::SH_ScrollView_FrameOnlyAroundContents. To assure that Dolphin uses the maximum available width for the size hint of the items, the style-hint must be included too for Qt 4.5. I tested this fix also with Qt4.4 and it seems that the style-hint returns always 0 in this case -> this patch seems to be backward compatible... svn path=/trunk/KDE/kdebase/apps/; revision=922900
2009-02-07Changed the order of the shortcut for opening a new tab from Ctrl+Shift+N to ↵Shaun Reich
Ctrl+T, so the latter is now the default, and is shown like that. It now shows up like the other items in the file menu. (it doesn't have a shift key modifier in it). svn path=/trunk/KDE/kdebase/apps/; revision=922452
2009-02-07SVN_SILENT Added newline at EOF.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=922440
2009-02-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=922231
2009-02-06Reverted r921975, I wasn't aware that the lack of reading the double-click ↵Shaun Reich
setting was intentional, I originally wanted the double-click setting to apply only to files, and the single click apply to only folders :) . CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=922070
2009-02-06The column view did not obey single/double-click navigation settings, it ↵Shaun Reich
does now. The signals were only connected to the singleClick(), not the doubleClick() method. They are now also connected/disconnected according to the setting that is set globally. svn path=/trunk/KDE/kdebase/apps/; revision=921975
2009-02-06SVN_SILENT: Added a comment.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=921970
2009-02-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=921684
2009-02-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=921220
2009-02-04The Home folder location, when set via loadSettings(), and when set via the ↵Shaun Reich
'Use Default Location' button, now will use KUrl::prettyUrl(); Prior to this, saving an address of '/home/user/' would be changed to 'file:///home/user' (on Linux) normally (through applySettings()). However, when the listed methods were called, the text of the line edit would be just '/home/user/'. It will now (basically) be set to 'file:///'... all throughout. svn path=/trunk/KDE/kdebase/apps/; revision=920943
2009-02-04Added const bools for a few settings that were referenced more than once. ↵Shaun Reich
Otherwise, the fellow coder would probably just think these were taken out of seemingly thin air. svn path=/trunk/KDE/kdebase/apps/; revision=920920
2009-02-03Check whether the global single-click/double-click setting has been changed ↵Peter Penz
during runtime and assure that the behavior of the view is adjusted. CCMAIL: [email protected] BUG: 175635 BUG: 175280 svn path=/trunk/KDE/kdebase/apps/; revision=920754
2009-02-03Don't differ between single-click and double-click in the column view, stay ↵Peter Penz
consistent with the behavior like the Places Panel or Folders Panel. svn path=/trunk/KDE/kdebase/apps/; revision=920753
2009-02-03rename the checkbox "Browse through archives" to "Open archives as folder"Peter Penz
CCBUG: 182991 svn path=/trunk/KDE/kdebase/apps/; revision=920733
2009-02-03SVN_SILENT: updated commentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=920731
2009-02-03SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=920635
2009-02-03* no general settings are read -> invoking loadSettings has no effect in ↵Peter Penz
restoreDefaults() * use constants for the defaults, as hardcoding the defaults in 2 methods might be error-prone when changing the defaults in future CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=920531
2009-02-03String change - Added clarification in the displayed message box for when ↵Shaun Reich
the settings are applied in the Startup page, and there is an error. This is under the home folder setting. It now says that "the home folder is invalid or does not exist" as opposed to just saying it is invalid. I believe that it was kind of misleading as to what was wrong, so I figured it should give them _some_ hint as to what the problem is. svn path=/trunk/KDE/kdebase/apps/; revision=920501
2009-02-03SVN_SILENT Small update to a comment.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=920497
2009-02-03Both the 'preview size' slider and the 'embed thumbnails in files' settings ↵Shaun Reich
now restore to defaults when asked to. svn path=/trunk/KDE/kdebase/apps/; revision=920491
2009-02-02A few more fixes...mostly cleanups.Shaun Reich
*Grouped some statements that it didn't make sense to put after a certain block of code (giving the impression that it had to be after this block). *There is no need to set the value of the QSpinBox equal to that of the slider, when loading settings... their valueChanges() signals are connected to the opposite one's slot. *Made a now unused variable be used, it was inconsistent in this code block, two times '1' was used, but other times a var set to '1' would be used. *Moved some blocks of code from the loadSettings() method, into the constructor, since the loadSettings() method is called more than once, so it's more resource-friendly to do it this way. svn path=/trunk/KDE/kdebase/apps/; revision=920441
2009-02-02We were calling methods within loadSettings() which should have been moved ↵Shaun Reich
to inside the constructor instead. Examples include setting up a slider's notch-type(bottom or top). Especially significant since loadSettings() gets called more often than the constructor. svn path=/trunk/KDE/kdebase/apps/; revision=920419
2009-02-02SVN_SILENT Fix to avoid accidental doxygen-highlighted header license.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=920402
2009-02-02Navigation click type (single/double-click) now gets set to it's default ↵Shaun Reich
when asked (the default is single-click). svn path=/trunk/KDE/kdebase/apps/; revision=920400