┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-12-16the signal urlsDropped is not available anymore in the DolphinViewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=749047
2007-12-16replace Q_ASSERT by 'if', otherwise each caller of updateElasticBand() must ↵Peter Penz
check the state itself svn path=/trunk/KDE/kdebase/apps/; revision=749045
2007-12-16Missing callRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=749041
2007-12-16fixes for the terminal panel:Peter Penz
* assure that the correct directory is entered when reopening the terminal * let the terminal be focused also when reopening it BUG: 153785 BUG: 153756 svn path=/trunk/KDE/kdebase/apps/; revision=749039
2007-12-16Fix the problem of the tree view. When we are expanding too many nodes (or ↵Rafael Fernández López
very large ones) a horizontal scrollbar wasn't shown. Now it is. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748978
2007-12-16The latest fix still had the same problem when dragging went out of the ↵Rafael Fernández López
viewport and entered again. Non droppable places (e.g. files) were still drawn with MouseOver flag. This completely fixes the problem for all cases, the problem was the hovered cached index being updated at indexAt() method used for general purposes. Now it is updated on the MouseMove method, and this gives consistence. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748970
2007-12-16Fix the problem of the elements being rendered as hovered when a dragging ↵Rafael Fernández López
was being done. Regarding your mail Peter, well some variables are bad-named, but their values were correct :) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748962
2007-12-15Fixed "Eike Hein"-details-view-issue:Peter Penz
1. Open a Dolphin window 2. Switch to Details view 3. Navigate to a folder with a dozen or so items 4. Size the window so that there is an empty space below    the items 5. Move the mouse pointer below the items 6. Click and hold the mouse button, and move the pointer    upward to select all items in the list using the rect.    While selecting in this manner, move the pointer so    high that it is above the list headers in the toolbar.    Then, while still holding the mouse button and being    outside the listview's rect, move the pointer left out    of the window. Now with the pointer outside of the    window, move the pointer down into the area below the    list items, so that the selection rectangle no longer    intersects with the items. Notice they're still all    selected. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748830
2007-12-15Fixed issue that Ctrl+A inverted the selection instead doing a "Select All". ↵Peter Penz
It seems like a Qt issue, but I'm not 100 % sure - I'll try to make this reproducible with a Qt-only code after KDE 4.0 and submit a bug report to Trolltech... BUG: 153938 svn path=/trunk/KDE/kdebase/apps/; revision=748823
2007-12-15This fixes the selection problem with the mouse _only_ for the categorized ↵Rafael Fernández López
view. QListView has a bug that will toggle the last selection done, have to report it to TT. BUG: 154028 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748822
2007-12-15fixed selection behavior in the details view (when the selection enters the ↵Peter Penz
viewport area, Qt's QTreeView does no selection at all, even if the items are still within the elastic band) svn path=/trunk/KDE/kdebase/apps/; revision=748819
2007-12-15simplified code for assuring that Open Office files won't get browsed + ↵Peter Penz
added comment (thanks to David for the hint) svn path=/trunk/KDE/kdebase/apps/; revision=748799
2007-12-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=748723
2007-12-14No need to export that yetSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=748555
2007-12-14Oh, this won't let Ctrl+click for deselecting items ... OK, a different hack ↵Rafael Fernández López
is needed. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748549
2007-12-14Use the same codebase for rating drawing as in KRatingWidget and ↵Sebastian Trueg
playground/nepomuk. For KDE 4.1 we will export this in kdelibs/nepomuk CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748547
2007-12-14Very interesting bug in Qt in which I will debug. For now, and since we need ↵Rafael Fernández López
to release with the source version of Qt (not patched) we need this workaround. The problem is that when you select by dragging with a rect a set of items, say (1, 2, 3) and you Ctrl+drag another set (5,6) the (1,2,3) selection is lost. If you do the same, that is: select (1, 2, 3), now Ctrl+click on (4), it is not lost. Now, ctrl+drag another set (5, 6), the selection lost is (4). So we can say that the selection lost is the last one done. This is only a workaround and should be removed when fixed on Qt (I am going to debug it on Qt, to see where the fail is). This workaround does not only fix KCategorizedView, but QListView also. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748545
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=748476
2007-12-14Fixed issue that when clicking on Open Office files that Dolphin handles the ↵Peter Penz
files as zip-folder. I'm not sure whether there might be a nicer way doing this, but at least for KDE 4.0 this should be sufficient. BUG: 153981 svn path=/trunk/KDE/kdebase/apps/; revision=748399
2007-12-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=748324
2007-12-13Forgot to modify the code for category selection. Fixed.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=748264
2007-12-13Fix the bug reported by Will. Now this code is also more polite. This was a ↵Rafael Fernández López
TODO and now is fixed :) Still a bug somewhere on Qt... when you ctrl+selection rect (with mouse), it is lost the last selection done if they were done by groups. Going to dive more into this problem, but it lives on Qt. BUG: 153876 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748258
2007-12-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=747945
2007-12-12Fixes the problem with the keyboard navigation when a selection with the ↵Rafael Fernández López
right-click or a dragging unitary selection was done. BUG: 153875 svn path=/trunk/KDE/kdebase/apps/; revision=747421
2007-12-11fixed issue that turning off the preview during the preview job still was ↵Peter Penz
active did not work as expected TODO for 4.1: provide a preview helper class which can be shared between DolphinView and the special use case of DolphinColumnViewWidget BUG: 153816 svn path=/trunk/KDE/kdebase/apps/; revision=747348
2007-12-10use different icon for "Add to places" as suggested by David VignoniPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=747049
2007-12-10Another handful of workaround includesAdriaan de Groot
svn path=/trunk/KDE/kdebase/apps/; revision=746913
2007-12-10Added Soprano include dirSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=746869
2007-12-10Use Xesam ontology instead of NIE. Since Strigi uses Xesam and we have no ↵Sebastian Trueg
mapping yet this does make much more sense. svn path=/trunk/KDE/kdebase/apps/; revision=746846
2007-12-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=746474
2007-12-08Follow David's advice and use 'delete' instead of 'deleteLater()'. ↵Peter Penz
Disconnecting the signals from KDirLister solves a previous crash. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=746428
2007-12-08Icon naming spec compliance (code changes - KDE/):Jakob Petsovits
dialog-apply -> dialog-ok-apply svn path=/trunk/KDE/kdebase/apps/; revision=746427
2007-12-08don't forget to delete the proxy modelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=746418
2007-12-08SVN_SILENT: adjusted position of commentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=746415
2007-12-08don't forget to update the scrollbar size when resizing the column viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=746306
2007-12-08fixed memory leaks (thanks to David for fixing this in KDirOperator)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=746294
2007-12-07Now that we changed some needed stuff at naturalCompare() method, we can set ↵Rafael Fernández López
the replacementchar to put "Others" category on the last place. Now, we can actually call it "Others" since it is placed the last one, and it is not necessary to call it "Uncategorized" because it was placed the first one before. svn path=/trunk/KDE/kdebase/apps/; revision=746061
2007-12-07workaround no longer neededRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=746029
2007-12-06fixed issue that when using "Use common view properties for all folders" the ↵Peter Penz
view mode is reset to "icons" when using e. g. the FTP protocol svn path=/trunk/KDE/kdebase/apps/; revision=745711
2007-12-06Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the ↵Peter Penz
constructor is too early (thanks to Fredrik for the hint!). This fixes 2 issues: * the selection color of the details view now uses the correct selection color * changing the colors of KDE results in updating the colors of all Dolphin views CCMAIL: [email protected] CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=745700
2007-12-06fixed issue that the information panel shows wrong meta data when having ↵Peter Penz
split views in combination with selected items BUG: 151644 svn path=/trunk/KDE/kdebase/apps/; revision=745669
2007-12-06use the ${GENERIC_LIB_VERSION} and ${GENERIC_SOLIB_VERSION} macros to help keepAllen Winter
with library versioning consistency into the future. ok'd by dfaure. svn path=/trunk/KDE/kdebase/apps/; revision=745632
2007-12-06Fix palette problem as workaround. This is needed if the categorization is ↵Rafael Fernández López
enabled svn path=/trunk/KDE/kdebase/apps/; revision=745630
2007-12-06We didn't want this changes here... of course... Qt bugRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=745561
2007-12-06Fix the problem of the palette not being updated... this is a workaround. It ↵Rafael Fernández López
should have been done automatically svn path=/trunk/KDE/kdebase/apps/; revision=745558
2007-12-06Fix i18nRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=745354
2007-12-05For now, let the "Others" group to be sorted as the first oneRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=745157
2007-12-04SVN_SILENT coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=744903
2007-12-04Allow turning off the feature that additional information might be shown in ↵Peter Penz
the icons view. Per default the setting is still on, but for people who prefer browsing with the details view and only temporary switch to the icons view (e. g. for having a larger preview), this feature gets a showstopper (discussed with Eike Hein). Got the OK from the translator team for adding the new string. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744901
2007-12-04fix indentationRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744669