┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2010-06-27SVN_SILENT: Use consistent member naming within DolphinPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1143415
2010-06-27i18n: fixed unused contexts.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=1143366
2010-06-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1143269
2010-06-26Use the member variableChristoph Feck
BUG: 241843 svn path=/trunk/KDE/kdebase/apps/; revision=1142897
2010-06-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1141645
2010-06-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1140600
2010-06-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1139384
2010-06-16Hide the information panel by defaultPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1138819
2010-06-12Fixed install/deinstall scriptsJonathan Schmidt-Dominé
svn path=/trunk/KDE/kdebase/apps/; revision=1137451
2010-06-12SVN_SILENT: Remove unnecessary includePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1137348
2010-06-12Fix issue, that changing the zoom level has not been applied to the columns ↵Peter Penz
of the column view svn path=/trunk/KDE/kdebase/apps/; revision=1137344
2010-06-12Don't do a pre-process wrapping of the Information Panel headline, if it is ↵Peter Penz
a rich text. This fixes the issue, that selecting multiple files leads to an output like "<html>9 items selected</html>". svn path=/trunk/KDE/kdebase/apps/; revision=1137340
2010-06-12Fix issue, that the file size maximum for non-local previews is read wrong ↵Peter Penz
and applied to the local size initially svn path=/trunk/KDE/kdebase/apps/; revision=1137339
2010-06-12Increase version number to 1.5Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1137336
2010-06-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1134733
2010-06-02Fix issue, that the translations for "Everywhere", "From Here", "All", ↵Peter Penz
"Images", "Text" and "Filenames" in the search options are not shown in the UI. The patch has been verified by "KDE_LANG=x-test dolphin". BUG: 240163 svn path=/trunk/KDE/kdebase/apps/; revision=1133863
2010-05-31typo fixBurkhard Lück
svn path=/trunk/KDE/kdebase/apps/; revision=1132703
2010-05-31Fix context for action name "Delete (using shortcut for Trash)"Alexander Potashev
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1132560