┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-02-02Changed group config reference pertaining to the "kcminputrc" file. The ↵Shaun Reich
Navigation page setting of whether to use single/double click navigation now saves itself properly, instead of insisting on using single-click. :) P.S. Bear in mind that the setting still does not apply itself until a restart of Dolphin. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=920390
2009-02-02Reverted my previous commit(919897), I was incorrect, it looked to work like ↵Shaun Reich
this, but didn't. svn path=/trunk/KDE/kdebase/apps/; revision=920374
2009-02-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=920235
2009-02-02Confirmations of the following settings now reset themselves to their defaults:Shaun Reich
*Move to Trash *Delete These are located in the General page->Context Menu tab of the settings dialog. svn path=/trunk/KDE/kdebase/apps/; revision=920205
2009-02-02The "Show 'Delete' Command" checkbox now gets restored to it's default (false).Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=919996
2009-02-02These radio buttons are paired, when you enable one, you inherently disable ↵Shaun Reich
the other, so we're just repeating ourselves by doing this manually. svn path=/trunk/KDE/kdebase/apps/; revision=919995
2009-02-01Hovering over blank space in a view while dragging would trigger the ↵Simon Paul St James
FolderExpander on the folder represented by the view, which we don't want. Detect and prevent it. BUG:182618 Shipped! ;) svn path=/trunk/KDE/kdebase/apps/; revision=919950
2009-02-01I forgot to change these three tabs to the new method usage also. Effected ↵Shaun Reich
was the View Modes page. svn path=/trunk/KDE/kdebase/apps/; revision=919919
2009-02-01Now when you click the button "Defaults" in the settings dialog, it will ↵Shaun Reich
push the settings to the UI, then the user can apply, cancel, or modify them from there. Also removed the message box prompt. Use settings->useDefaults(true), then set it back to false after you are done loading settings in the restoreDefaults() method calls. Don't use ->setDefaults() normally, anymore. svn path=/trunk/KDE/kdebase/apps/; revision=919897
2009-02-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=919783
2009-02-01Replace patch for bug 181226 by a different approach, as the previous patch ↵Peter Penz
resulted in a changed behavior when using the double-click mode (-> a treeview item had to be pressed twice to show it in the main view). CCBUG: 172360 CCBUG: 181226 svn path=/trunk/KDE/kdebase/apps/; revision=919648
2009-01-31SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=919234
2009-01-31Postpone the creating of the media object until the play- or stop-button has ↵Peter Penz
been pressed. This solves the issue that Dolphin might get blocked during hovering media files. Dolphin still gets blocked when requesting a media object the first time, but for the user this "just" means that after pressing the play-button the first time, that the playing starts a little bit later. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=919063
2009-01-31Don't delete and recreate the phonon widget each time the URL changes, use ↵Peter Penz
the existing widget instance if possible. svn path=/trunk/KDE/kdebase/apps/; revision=919058
2009-01-31* move the search button to the endPeter Penz
* use the default search icon instead of the nepomuk icon svn path=/trunk/KDE/kdebase/apps/; revision=919051
2009-01-31Allow to enable/disable the "Expandable Folders" setting of the details-view ↵Peter Penz
by the context menu of the header. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=919035
2009-01-31Display correct folder names in tabs, if they contain a '&' character. ↵Peter Penz
Thanks to Frank Reininghaus for the patch! BUG: 181765 svn path=/trunk/KDE/kdebase/apps/; revision=919021
2009-01-30SVN_SILENT: just mention what the method does, skip implementation detailsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=918538
2009-01-30minor coding style fixes ↵Peter Penz
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style): * use spaces instead of tabs * correct braces CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=918537
2009-01-29The mouse wheel now works on Dolphin's tabs (to switch tabs), like just ↵Shaun Reich
about every other KDE app. svn path=/trunk/KDE/kdebase/apps/; revision=918498
2009-01-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=918487
2009-01-28Default size and Preview size sliders, were using wrong signal to notify ↵Shaun Reich
that settings have changed. The keyboard, when used on the slider, wouldn't enable the apply button, nor clicking to either side of the slider to change it. sliderMoved signal emission changed to valueChanged. Effects all tabs in Settings Dialog->View Modes. svn path=/trunk/KDE/kdebase/apps/; revision=917972
2009-01-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=917787
2009-01-27Initial import of Matthias's draft patch for adding video and audio ↵Simon Paul St James
previewing (similar to the file dialog) to Dolphin's metadata panel. Since Phonon is currently in-process only with the memory/ stability issues that come with this, this might have to be disabled by default - we'll see how it goes. Thanks, Matthias! CCMAIL:[email protected] CCMAIL:[email protected] svn path=/trunk/KDE/kdebase/apps/; revision=917389
2009-01-27The apply button in the settings dialog now disables itself when settings ↵Shaun Reich
are applied, as per all of the other KDE applications, added in DolphinSettingsDialog::applySettings(). It was already setup to re-enable on a settings change. svn path=/trunk/KDE/kdebase/apps/; revision=917168
2009-01-26Don't crash if parentWidget is 0 (even though I don't recommend setting it ↵David Faure
to 0, the dirlister mainwindow won't be set if you reparent the widget later on) BUG: 161681 svn path=/trunk/KDE/kdebase/apps/; revision=916972
2009-01-25Refactor the folder expansion system. Main effect: instead of having a list ↵Simon Paul St James
of m_expandedViews which cannot yet be deleted, we more accurately identify the current source of the drag operation if any and store only this for later deletion. This also fixes folder-expansion not working in Column view. svn path=/trunk/KDE/kdebase/apps/; revision=916701
2009-01-23In rare circumstances (a very narrow viewport is a necessary, but not ↵Simon Paul St James
sufficient, condition) DolphinDetailsView::resizeColumns() is called with an empty model so that sizeHintForColumn(...) returns -1 and so the name column ultimately has width -1. Detect and prevent this. svn path=/trunk/KDE/kdebase/apps/; revision=915781