┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-06-17fix signal foundMountPoint()Christian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=676855
2007-06-17If our folders or files have the same number of items or size, sort them Rafael Fernández López
CORRECTLY by their names :) svn path=/trunk/KDE/kdebase/apps/; revision=676792
2007-06-17prevent deselection of current folder in inactive columnsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=676787
2007-06-17internationalization fixes (patch submitted by Andrius Štikonas)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=676768
2007-06-17don't hardcode the spacing...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=676762
2007-06-17Ideal behavior when showing hidden files. Hooah !Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=676752
2007-06-17New and powerful KListView. Still pending class renaming. There are two Rafael Fernández López
methods that I need to think about it, and boost. Small issues like reloading all data when sorting role suddenly changes. In general terms it will work nice when you sort by name or size. We have to work further when we sort by other roles. Nice times. svn path=/trunk/KDE/kdebase/apps/; revision=676732
2007-06-17Improve the column view by indicating active/inactive columns visually.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=676721
2007-06-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=676551
2007-06-16Add missing encoding keyLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=676309
2007-06-16Fix typoLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=676307
2007-06-16use a transparent background to let the users eye focus on the folder ↵Peter Penz
content (e. g. like in http://www.kde-look.org/content/preview.php?preview=1&id=60475&file1=60475-1.jpg&file2=&file3=&name=Crystal+Project) svn path=/trunk/KDE/kdebase/apps/; revision=676274
2007-06-16- add the Encoding key where missingPino Toscano
- end the lists with the separator svn path=/trunk/KDE/kdebase/apps/; revision=676260
2007-06-16SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=676131
2007-06-15Column view fixes:Peter Penz
* provide basic drag & drop (including hover information) * respect font settings and icon size (still very lot issues are open yet, but I'm in contact with Benjamin to assure that I don't go for a wrong approach) svn path=/trunk/KDE/kdebase/apps/; revision=676032
2007-06-15provide "hovering" for the items of a column viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=676005
2007-06-15Make use of the error messages coming from the places model.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=675760
2007-06-14take care for const-correctnessPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=675680
2007-06-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=675673
2007-06-13internationalization fix (thanks to Andrius Štikonas)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=675221
2007-06-13Remove not necessary 'class classname;'Laurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=675129
2007-06-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=675092
2007-06-13provide a common drawing method for the hover indication during drag & drop ↵Peter Penz
until issue/wish #160611 is solved in Qt4.4 svn path=/trunk/KDE/kdebase/apps/; revision=675042
2007-06-13fixed some activation issues in combination with split viewsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=674980
2007-06-12* allow to toggle the content of split views by the context menuPeter Penz
* minor cleanups in DolphinMainWindow svn path=/trunk/KDE/kdebase/apps/; revision=674713
2007-06-12assure that when switching the view mode from a column view to another view, ↵Peter Penz
that the URL from the dir lister is used instead of the URL from the navigator (has been temporary deactivated because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=674652
2007-06-12use "dialog-close" icon for closing the filterbarPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=674618
2007-06-12fix for languages having more than one plural form (thanks to Andrius ↵Peter Penz
Štikonas for the patch) svn path=/trunk/KDE/kdebase/apps/; revision=674576
2007-06-11Adapt Dolphin Nepomuk support to namespace changes.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=674158
2007-06-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=673683
2007-06-10don't reset the x-position to 0 in the Column View, if a new directory is loadedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=673500
2007-06-10Remember and restore position of viewport when reloading or going back in ↵Peter Penz
history (worked already before the DolphinView/DolphinViewContainer split). Minor open issue: the x-position of the Column View is reset to 0... svn path=/trunk/KDE/kdebase/apps/; revision=673498
2007-06-10don't connect to slots which are not available anymorePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=673397
2007-06-09allow to drop items to the URL navigator again (this was accidentally ↵Peter Penz
disabled because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=673254
2007-06-08added signals errorMessage(const QString&) and infoMessage(const QString&) ↵Peter Penz
for the DolphinView svn path=/trunk/KDE/kdebase/apps/; revision=672944
2007-06-08enable progress information in statusbar again (has been disabled temporary ↵Peter Penz
because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=672937
2007-06-08enable hovering information in the status bar again (has been disabled ↵Peter Penz
temporary because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=672931
2007-06-07remove unused signalPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=672703
2007-06-07assure that the view actions are updated when the split view is activatedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=672702
2007-06-07removed obsolete renaming code, which is not needed anymore due to the ↵Peter Penz
DolphinView/DolphinViewWidget split svn path=/trunk/KDE/kdebase/apps/; revision=672696
2007-06-07First big step to make it possible that the DolphinView can be embedded as ↵Peter Penz
KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done: - The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer. - The DolphinView does not contain any reference to the main window anymore. Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step... svn path=/trunk/KDE/kdebase/apps/; revision=672692
2007-06-06start to simplify the DolphinController as preparation for the kparts ↵Peter Penz
DolphinViewWidget (as discussed with David) svn path=/trunk/KDE/kdebase/apps/; revision=672357
2007-06-06don't show a drop indicator if another column than the 'Name' column is hoveredPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=672310
2007-06-06Instead of darkening the background color of an inactive view, just use a ↵Peter Penz
transparent background. Makes no big difference for styles like Plastique, but looks better for Oxygen. svn path=/trunk/KDE/kdebase/apps/; revision=672302
2007-06-06assure that all statusbar elements use a transparent background to look nice ↵Peter Penz
with Oxygens gradiented background svn path=/trunk/KDE/kdebase/apps/; revision=672293
2007-06-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=672108
2007-06-05cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=671813
2007-06-05Removed some unnecessary includesMax Blazejak
svn path=/trunk/KDE/kdebase/apps/; revision=671563
2007-06-04Cleanups from KGraphicsUtils->KColorUtils (r671350)Matthew Woehlke
svn path=/trunk/KDE/kdebase/apps/; revision=671357
2007-06-04Remove not necessary "class classname;"Laurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=671233