┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-12-20Now we have it: don't update the whole viewport, and be safe when drawing, ↵Rafael Fernández López
so there are not parts forgetting to be updated svn path=/trunk/KDE/kdebase/apps/; revision=750990
2007-12-20Improve performanceRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=750928
2007-12-20Fix the problem with the column views.Rafael Fernández López
BUG: 154053 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750749
2007-12-19Easier codeRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=750473
2007-12-19SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=750401
2007-12-19Now the konsole part is autodestructed when no tabs do exist. This makes the ↵Rafael Fernández López
desired effect on dolphin when typing "exit" on the terminal, the dock will be hidden. BUG: 153648 svn path=/trunk/KDE/kdebase/apps/; revision=750276
2007-12-18Show elastic band on the column widgetRafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750207
2007-12-18The order is important, also is important to accept the event on the move ↵Rafael Fernández López
event. While on the dock tree view we were always getting a forbidden cursor with no possibility to drop, now we can nicely drop :) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750176
2007-12-18So I guess that is the behaviour that we really want :)Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750173
2007-12-18Revert the whole code regarding the discussed issue. Columns view still show ↵Rafael Fernández López
the "forbidden" cursor, so nothing is fixed while reverted. The drop-indicator is shown on files too... so something needs a fix here. Shouldn't be hard anyway CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750168
2007-12-18Keep consistent all views. Peter, if you decide to revert the change that ↵Rafael Fernández López
David did on dolphiniconsview, do the revert here too. It really makes things very clear this way. Anyway, detailed and columns view were buggy since it did never accept the dragging events, so you were never able to drop on the detailed or column view. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750155
2007-12-18Fix discrepancy in total size between statusbar and infosidebarpage; ↵David Faure
reported by _mika, approved by Peter. svn path=/trunk/KDE/kdebase/apps/; revision=750121
2007-12-18The popup menu is not shown if ctrl,shift or alt is pressedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=750079
2007-12-18Give visual feedback when dragging with the cursor also. If you are not able ↵Rafael Fernández López
to drop to an item (for example, a txt file) the cursor also changes to "forbidden" with the categorized view. svn path=/trunk/KDE/kdebase/apps/; revision=750059
2007-12-18Disable the action that launches kompare if kompare is not installed.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=750038
2007-12-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=749901
2007-12-18Code moved to KDirSortFilterProxyModelRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=749852
2007-12-17Maybe this attribute is more correctRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=749785
2007-12-17There we go. Fix this bug :)Rafael Fernández López
BUG: 153420 svn path=/trunk/KDE/kdebase/apps/; revision=749755
2007-12-17Soprano is optional.Luboš Luňák
svn path=/trunk/KDE/kdebase/apps/; revision=749607
2007-12-16Avoid painting problems with the rubberbandRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=749270
2007-12-16The drag&drop helper did not make the difference between the different kind ↵Rafael Fernández López
of views. The only view that draws the hover indicator with rounded corners is the icon view mode. For that reason, the drop marker with the detailed view was drawn with rounded corners. For making it consistent, we draw the drop indicator as the hover effect indicator, so the only one that draws rounded corners is the icon one. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=749225
2007-12-16If the URL navigator is editable and has the focus, Ctrl+A should select the ↵Peter Penz
URL and not all items (thanks to Morton O. Hansen for the patch!) BUG: 153697 svn path=/trunk/KDE/kdebase/apps/; revision=749188
2007-12-16Oh, this is already the default. Thanks PinoRafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=749105
2007-12-16Use the "new" bug dialog opening bugs.kde.org that will also check for ↵Rafael Fernández López
already reported issues. :) Regarding the thread on kde-devel mailing list 'KDE4 - doplhin   - bug reporting uses "very old" bug system' CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=749101
2007-12-16Only browse through zip and tar files if they are local (otherwise a cryptic ↵Peter Penz
error message will occur). We really must make this behavior configurable in KDE 4.1 - I'd suggest that per default no browsing through zip and tar is done (with an option turning this on again) BUG: 153985 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=749059
2007-12-16When collapsing nodes that made the scrollbar bigger, it didnt became ↵Rafael Fernández López
smaller. I've debugged on event() method to find out which event was the one called. It seems QEvent::MetaCall is always called when we want and is not as impressive called as paintEvent(), so there we go. This will fix another problem that when a second expanded cached node should make the horizontal scrollbar bigger it didn't till the tree view lost the focus or was resized. Everything fixed :) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=749049
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