Commit graph

936 commits

Author SHA1 Message Date
Peter Penz ce35ec9f3d The inactive view gets closed, no joining is done -> fix text
svn path=/trunk/KDE/kdebase/apps/; revision=700674
2007-08-16 06:59:36 +00:00
Peter Penz 91a6cb80fd Readded correct Q_ASSERT(m_fileInfo.isNull()) (the previous Q_ASSERT(!m_fileInfo.isNull()) accidentally has been added due to the 'use KFileItem by value instead of pointer' change...)
svn path=/trunk/KDE/kdebase/apps/; revision=700651
2007-08-16 05:22:39 +00:00
Gabriel Anderson 83039c1c67 Fixed a few comments
svn path=/trunk/KDE/kdebase/apps/; revision=700586
2007-08-15 22:30:06 +00:00
Gabriel Anderson e0138a6d7c Removed a bad Q_ASSERT
svn path=/trunk/KDE/kdebase/apps/; revision=700585
2007-08-15 22:29:19 +00:00
Peter Penz d3178ea15f Smoother animations for the pixmap viewer if the pixmap is changed constantly during small time slots (thanks to Rafael Fernández López for the original patch!).
svn path=/trunk/KDE/kdebase/apps/; revision=700580
2007-08-15 22:08:00 +00:00
Script Kiddy 548104b1fb SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=700288
2007-08-15 06:11:48 +00:00
Peter Penz fbf046b8bb style-guide nitpicking :-)
svn path=/trunk/KDE/kdebase/apps/; revision=700074
2007-08-14 18:14:32 +00:00
Jeff Mitchell f8fa4e8df1 When renaming, use the actual name of the item (from the KFileItem) in the dialog.
svn path=/trunk/KDE/kdebase/apps/; revision=700054
2007-08-14 16:46:06 +00:00
Peter Penz 466ffaabbf compile++
svn path=/trunk/KDE/kdebase/apps/; revision=699864
2007-08-14 06:07:59 +00:00
Script Kiddy 8c7a1e5f25 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=699851
2007-08-14 05:56:15 +00:00
David Faure 81fcd720a2 Use KFileItem by value rather than by pointer
- in KDirModel::itemForIndex, as noted there as a TODO
 - in dolphin, everywhere.

svn path=/trunk/KDE/kdebase/apps/; revision=699691
2007-08-13 21:57:20 +00:00
David Faure 1f5476dd45 KParts::URLArgs split up [merged from branches/work/kparts_urlargs_split]
into KParts::OpenUrlArguments and KParts::BrowserArguments.
This also allows the part to set arguments().mimeType() is the host didn't set it.

svn path=/trunk/KDE/kdebase/apps/; revision=699514
2007-08-13 10:17:57 +00:00
Script Kiddy 83b360f2c6 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=699436
2007-08-13 05:38:36 +00:00
Peter Penz 3cff59a75c removed "Toggle Views" context menu action (not required anymore as only the inactive view gets closed now)
svn path=/trunk/KDE/kdebase/apps/; revision=699313
2007-08-12 17:50:42 +00:00
Peter Penz c349180c08 * fixed issue that when having a split view, that both views get the same color after OK or Apply has been pressed inside the Dolphin settings dialog
* prepare for toggling the view icon depending from the activation state

svn path=/trunk/KDE/kdebase/apps/; revision=699311
2007-08-12 17:48:29 +00:00
Richard Lärkäng 2c9a509570 Fix escaping
svn path=/trunk/KDE/kdebase/apps/; revision=698853
2007-08-11 09:31:06 +00:00
Script Kiddy b44329587f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=698098
2007-08-09 05:49:22 +00:00
Script Kiddy f45ef05f4d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=697596
2007-08-08 05:49:04 +00:00
Peter Penz 8e184808bd * added some internal documentation to explain workarounds which seem to be necessary for QColumnView in Qt4.3
* minor cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=697446
2007-08-07 20:04:38 +00:00
Peter Penz 04a20a0d07 column view: fixed SHIFT modifier selection behavior
svn path=/trunk/KDE/kdebase/apps/; revision=697218
2007-08-07 06:34:05 +00:00
Peter Penz e3b4cb8315 * toggle selection when using CTRL modifier
* assure that the selection model of the column is synchronized when triggering "Select All" or "Invert Selection"

svn path=/trunk/KDE/kdebase/apps/; revision=697029
2007-08-06 16:09:06 +00:00
Peter Penz 0111d9b0a0 Fixed 'Select All' and 'Invert Selection' for the column view (only the items of the currently active column will be selected, not the whole tree). The current implementation is quite slow, but this will be fixed later.
svn path=/trunk/KDE/kdebase/apps/; revision=696893
2007-08-06 06:56:36 +00:00
Script Kiddy 1fbb2359d3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=696865
2007-08-06 05:44:08 +00:00
Script Kiddy 8a08dd71ca SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=696194
2007-08-04 05:43:42 +00:00
Peter Penz 94594d2a08 request the activation of a column also on directories if not the left mouse button is pressed
svn path=/trunk/KDE/kdebase/apps/; revision=696094
2007-08-03 20:10:11 +00:00
Peter Penz b5a1200417 further selection model fixes
svn path=/trunk/KDE/kdebase/apps/; revision=696076
2007-08-03 18:46:49 +00:00
Laurent Montel c6187eb633 Adapt to new KWarning/kFatal/kDebug api
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-08-03 06:40:12 +00:00
Script Kiddy 4e1325b19b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=694108
2007-07-30 04:47:23 +00:00
Thiago Macieira 3e513607f0 Use the new KFileItem API
svn path=/trunk/KDE/kdebase/apps/; revision=694063
2007-07-29 23:12:57 +00:00
Peter Penz 7230f4bb55 minor fixes regarding inactive columns
svn path=/trunk/KDE/kdebase/apps/; revision=694026
2007-07-29 20:30:16 +00:00
Peter Penz 465528755c new approach: don't fight against the selection behavior of QColumnView, but improve the visual appearance be indicating the shown folder visually
svn path=/trunk/KDE/kdebase/apps/; revision=694015
2007-07-29 19:37:42 +00:00
Peter Penz 253c3c87a8 Assure that the view properties of a column view are always stored in the folder represented by the first column. It is assured now, that all columns use the same view properties. Although one reason is because of technical 'restrictions' (KDirLister properties like 'show dot files' are applied to all sub directories too), I personally think it also makes sense from a usability point of view.
svn path=/trunk/KDE/kdebase/apps/; revision=693944
2007-07-29 15:33:52 +00:00
Peter Penz 4ad6cc3e3d when activating the columns inside a column view, the current view properties must get synchronized
svn path=/trunk/KDE/kdebase/apps/; revision=693930
2007-07-29 14:44:00 +00:00
Script Kiddy 3b9570b01b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=693808
2007-07-29 05:20:59 +00:00
Stephan Binner bfb705c5cc remove extra ";"
svn path=/trunk/KDE/kdebase/apps/; revision=693804
2007-07-29 04:49:00 +00:00
Peter Penz 83e0633d35 fix some drag & drop issues
svn path=/trunk/KDE/kdebase/apps/; revision=693766
2007-07-28 23:35:53 +00:00
Peter Penz 14783157ba don't load directories when hovering folders during moving the mouse...
svn path=/trunk/KDE/kdebase/apps/; revision=693757
2007-07-28 22:59:22 +00:00
Peter Penz dcac8012b6 temporary fixes until MultiSelection will be implemented
svn path=/trunk/KDE/kdebase/apps/; revision=693752
2007-07-28 22:27:58 +00:00
Peter Penz 2e5379158e assure that the folder which is shown in the next column is always selected
svn path=/trunk/KDE/kdebase/apps/; revision=693734
2007-07-28 20:46:34 +00:00
Peter Penz c6c51f76ec use alternating row colors for the details view
svn path=/trunk/KDE/kdebase/apps/; revision=693610
2007-07-28 14:19:38 +00:00
Script Kiddy 59819cd767 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=693473
2007-07-28 05:36:34 +00:00
Thiago Macieira cd00965aa2 Call the front-end function, not the backend virtual doKill
svn path=/trunk/KDE/kdebase/apps/; revision=693038
2007-07-26 21:32:27 +00:00
Peter Penz 28a4f8446f remove strange copy/paste issue which was responsible that Dolphin forgot the general settings (it seems those lines have been copied from GeneralViewSettingsPage::restoreDefaults() per accident)
svn path=/trunk/KDE/kdebase/apps/; revision=693009
2007-07-26 19:57:37 +00:00
Jure Repinc 2bd3a4b8c4 Compile (KDateTime simplifications)
svn path=/trunk/KDE/kdebase/apps/; revision=692606
2007-07-26 00:26:02 +00:00
Nick Shaforostoff 52b162b242 little fix that brings everything into order
svn path=/trunk/KDE/kdebase/apps/; revision=692551
2007-07-25 20:35:32 +00:00
Peter Penz 9e8f0ec1a4 provide a useful default width for the Folders dock (treeview)
svn path=/trunk/KDE/kdebase/apps/; revision=692544
2007-07-25 20:04:14 +00:00
Peter Penz 55643abf69 revert wrong sorting resulted by last commit: K comes before L... (yes, some people like me can only sort the letters A - F ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=692538
2007-07-25 19:55:34 +00:00
Peter Penz be0e1f8d27 use the minimum width as default width
svn path=/trunk/KDE/kdebase/apps/; revision=692535
2007-07-25 19:51:33 +00:00
Peter Penz d1d31d8bee minor documentation and coding style fixes
svn path=/trunk/KDE/kdebase/apps/; revision=692534
2007-07-25 19:45:15 +00:00
Nick Shaforostoff b607d3cc4b ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still works, haven't tested nepomuk part though.
NOTE to dolphin devs: please, consider using 'left.column()' instead of 'sortRole()' in lessThan methods, and 'sorting()' instead of 'sortRole()' in other places.
Didn't make switch by myself because it needs nepomk testing (shouldn't be too hard though).


svn path=/trunk/KDE/kdebase/apps/; revision=692517
2007-07-25 19:08:12 +00:00