┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-30Move dolphin's statusbar message-label (the one with support for errors and ↵David Faure
a close button) to libkonq so that it can be used in konqueror as well. Fix its sizeHint. Reviewed by Peter Penz. svn path=/trunk/KDE/kdebase/apps/; revision=1169901
2010-08-29Avoid the unnecessary construction of a KIconEffect by using the one ↵Jonathan Michael Thomas
provided by Dolphin's global KIconLoader svn path=/trunk/KDE/kdebase/apps/; revision=1169558
2010-08-29Avoid the unnecessary construction of a KIconEffect by using the one ↵Jonathan Michael Thomas
provided by the global KIconLoader for dolphin svn path=/trunk/KDE/kdebase/apps/; revision=1169554
2010-08-27Fix a linker error.Christophe Giboudeaux
svn path=/trunk/KDE/kdebase/apps/; revision=1168904
2010-08-27Context-menu cleanups:Peter Penz
- KNewMenu has been deprecated by KNewFileMenu. Reflect this in the names of related Dolphin classes. - Provide context-sensitive actions also when a context-menu is opened on the viewport BUG: 191938 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1168586
2010-08-24remove unused includes (found when grepping for stuff)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=1167264
2010-08-19Set the toggle invisible, if a mouse button has been pressed outside the ↵Peter Penz
toggle boundaries. This e.g. assures, that the toggle gets invisible during dragging items. BUG: 244304 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1165577
2010-08-19Initialize the zoom slider correctly on startup (regression introduced in 4.5.0)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1165572
2010-08-19Fix wrong behavior (or triggering of an assertion in the debug mode), if "Go ↵Peter Penz
Up" is used in the column view. CCBUG: 248405 svn path=/trunk/KDE/kdebase/apps/; revision=1165550
2010-08-19Fix crash in column view because of a dangling pointer to a selection model. ↵Peter Penz
Thanks a lot to Frank Reininghaus for finding a way how to reproduce the issue and analyzing the root cause. Keeping the selection model as part of the DolphinView is not required anymore at all, as the restoring of selected items is done by m_selectedItems in the meantime. CCBUG: 247618 svn path=/trunk/KDE/kdebase/apps/; revision=1165532
2010-08-17Remove DISABLE_NEPOMUK_LEGACY, it is defined now in kdebase/apps/CMakeLists.txtPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1164889
2010-08-17Hide the Phonon-widget per default, otherwise it will temporary be shown ↵Peter Penz
during the startup svn path=/trunk/KDE/kdebase/apps/; revision=1164877
2010-08-17Fix triggering of an assertion, if a new tab is opened. Thanks to Frank ↵Peter Penz
Reininghaus for the detailed analyses! BUG: 246747 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1164862
2010-08-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1163863
2010-08-13Update version and e-mail addressPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1163344
2010-08-09Update to use the changed signature of the metaDataRequestFinished signal.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1161017
2010-08-07Fix spelling errors reported by crazyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1160316
2010-08-07krazy fix: Use QString::clear() instead of assigning an empty string.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1160315
2010-08-07krazy fixes: use proper include guardPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1160313
2010-08-07krazy fixes: let all .kcfg files be conform to KConfigXT schemaPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1160311
2010-08-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1158610
2010-08-02Remove the workaround to show the tooltip temporary on a hidden position, to ↵Peter Penz
have a valid layout. Based on Maciej Mrozowski's patch this is now done by postponing the showing of the tooltip until the meta-data and the preview has been received. CCBUG: 245491 svn path=/trunk/KDE/kdebase/apps/; revision=1158057
2010-07-26Re-revert hodge-podge commits by `markuss` with bogus or without commit ↵Martin Tobias Holmedahl Sandsmark
messages. (White space changes, breaking of copyright headers, fudging of dates in copyright notices, re-assignments of copyrights to fictitious entities, and more.) Commits reverted: markuss * r1154942 runtime/trunk/KDE/kdebase/runtime/kdesu/FAQ: markuss * r1154943 workspace/trunk/KDE/kdebase/workspace/plasma/README: markuss * r1154952 apps/trunk/KDE/kdebase/apps/dolphin/src/main.cpp: markuss * r1154953 apps/trunk/KDE/kdebase/apps/kfind/main.cpp: markuss * r1154955 apps/trunk/KDE/kdebase/apps/konsole/src/main.cpp: markuss * r1154956 apps/trunk/KDE/kdebase/apps/kwrite/kwritemain.cpp: markuss * r1154957 runtime/trunk/KDE/kdebase/runtime/kcmshell/main.cpp: markuss * r1154958 runtime/trunk/KDE/kdebase/runtime/kde-menu/kde-menu.cpp: markuss * r1154960 runtime/trunk/KDE/kdebase/runtime/kdesu/kdesu/kdesu.cpp: markuss * r1154961 runtime/trunk/KDE/kdebase/runtime/kquitapp/kquitapp.cpp: markuss * r1154962 workspace/trunk/KDE/kdebase/workspace/kinfocenter/main.cpp: markuss * r1154963 workspace/trunk/KDE/kdebase/workspace/klipper/klipper.cpp: markuss * r1154965 workspace/trunk/KDE/kdebase/workspace/powerdevil/ (3 files in 2 dirs): markuss * r1154969 workspace/trunk/KDE/kdebase/workspace/systemsettings/app/main.cpp: svn path=/trunk/KDE/kdebase/apps/; revision=1154990
2010-07-26Slightly modified 'About' window to:Markus Meik Slopianka
a.) Carry the "Copyright" term (legally required) b.) Use Unicode (© and en-dash) To the module owner: Please consider bumping the copyright year to 2011 (SC 4.6 will be released then) svn path=/trunk/KDE/kdebase/apps/; revision=1154952
2010-07-26Revert r1154600: Modified (some) 'About' windows to carry legally ↵Alex Merry
enforceable Copyright messages. Also looks better than '(c)'. ;-) Also fixed a few typos where I noticed them. Please don't do huge sweeping changes of KAboutData things without talking to the authors first. I'm sure they don't appreciate having their names removed from the about dialogs. Note that (a) the unicode copyright character is no more enforcible than (c) (b) while "the KDE developers" is not a legal entity, neither is "Dolphin authors" (c) it was decided a while back that we don't care about whether the copyrights in about dialogs are meaningful, since they can't hope to encompass everyone who holds copyrights on the application code or any of the libraries it is linked to; the copyright headers in the source files are the important ones. I realise that I'm reverting more than necessary, but that's just a reason for breaking up commits :-) CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1154884
2010-07-25Modified (some) 'About' windows to carry legally enforceable Copyright ↵Markus Meik Slopianka
messages. Also looks better than '(c)'. ;-) Also fixed a few typos where I noticed them. svn path=/trunk/KDE/kdebase/apps/; revision=1154600
2010-07-24Sourcecode hierarchy cleanup: Move class PixmapViewer from "src" to ↵Peter Penz
"src/panels/information" svn path=/trunk/KDE/kdebase/apps/; revision=1154154
2010-07-24Sourcecode hierarchy cleanup: Move folders "tooltips" and "versioncontrol" ↵Peter Penz
into "views" svn path=/trunk/KDE/kdebase/apps/; revision=1154151
2010-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154150
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related ↵Peter Penz
sources to it svn path=/trunk/KDE/kdebase/apps/; revision=1154146
2010-07-24Sourcecode hierarchy cleanup: Move files from khns to settings/services ↵Peter Penz
(step 1/2) svn path=/trunk/KDE/kdebase/apps/; revision=1154135
2010-07-24Sourcecode hierarchy cleanup: Move kcm to settings/kcmPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154133
2010-07-24Sourcecode hierarchy cleanup: Use subfolders inside the "settings" folderPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154129
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
2010-07-23Fix visual artefacts for tooltips, if compositing has been disabled. Thanks ↵Peter Penz
to Maciej Mrozowski for analyzing the root cause! Also a minor issue is fixed with the upper/left position: It may never overlap with the icon area. BUG: 245491 svn path=/trunk/KDE/kdebase/apps/; revision=1153521
2010-07-22Do not add custom query items to the query URL. Instead use the existing ↵Sebastian Trueg
method to specify a custom title. svn path=/trunk/KDE/kdebase/apps/; revision=1152960
2010-07-22Properly KIO::stat instead of simply using the KFileItem constructor whenSebastian Trueg
showing metadata for the currently selected folder. This way we can even get rid of the special handling of nepomuksearch:/ URLs since the KIO slave provides a nice name and all you need to show to the user. Even nicer: When clicking an entry in the metadata view the resulting query will be related to the one clicked resource. This resource will then be represented by the query folder. So all in all this patch makes Dolphin more generic while additionally activating a new feature. svn path=/trunk/KDE/kdebase/apps/; revision=1152959
2010-07-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1151156
2010-07-13Forward port: Fix issue that dragging several directories shows a document ↵Peter Penz
as drag item. Instead try to show the icons of the dragged items. CCBUG: 244305 svn path=/trunk/KDE/kdebase/apps/; revision=1149557
2010-07-12Don't use KVBox and QVBoxLayout in parallel, just use QVBoxLayout instead.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1149089
2010-07-12Based on the recent size hint fixes in KFileMetaDataWidget, the handling of ↵Peter Penz
the tooltip size can be simplified. This fixes a possible wrong initial size of the tooltip and a flickering because of a relayout. svn path=/trunk/KDE/kdebase/apps/; revision=1149076
2010-07-10Fix forward declationLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=1148408
2010-07-09Fix another problem with the network:/ ioslave: don't keep the mimetype when ↵David Faure
clicking on an item with a target_url svn path=/trunk/KDE/kdebase/apps/; revision=1147967
2010-07-08Forward port of SVN commit 1147596: Skip redirection URLs when going back or ↵Peter Penz
forward in history (otherwise going back won't be possible for the user, as a redirection will occur again). CCBUG: 212293 svn path=/trunk/KDE/kdebase/apps/; revision=1147597
2010-07-07Do only search for files by default.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1147115
2010-07-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1145779
2010-07-03* Unbreak last commit.Christian Muehlhaeuser
svn path=/trunk/KDE/kdebase/apps/; revision=1145468
2010-07-03* Ignore invalid redirection after renaming an expanded folder in detail view.Christian Muehlhaeuser
svn path=/trunk/KDE/kdebase/apps/; revision=1145456
2010-07-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1144877
2010-06-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1144023