| Age | Commit message (Collapse) | Author |
|
sources to it
svn path=/trunk/KDE/kdebase/apps/; revision=1154146
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=926845
|
|
applications (Kate, KWrite, Firefox, ...)
svn path=/trunk/KDE/kdebase/apps/; revision=856445
|
|
BUG: 169878
svn path=/trunk/KDE/kdebase/apps/; revision=856411
|
|
(those are URLs, and are not affected by the direction of the desktop).
Force the filterbar of Dolphin to be LTR as well, as again it deals with files/directories which are english/latin letters most of the time.
svn path=/trunk/KDE/kdebase/apps/; revision=847671
|
|
forward as this one ;-))
BUG: 158852
svn path=/trunk/KDE/kdebase/apps/; revision=785414
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=714564
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=685432
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=681915
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=674618
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=663054
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661819
|
|
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \
--indent-labels --pad=oper --unpad=paren \
--one-line=keep-statements --convert-tabs \
--indent-preprocessor \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`
svn path=/trunk/KDE/kdebase/apps/; revision=651981
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=647247
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=645273
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=641959
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=641927
|
|
svn path=/trunk/KDE/kdebase/libkonq/; revision=640669
|
|
(a not existing signal name has been used)
svn path=/trunk/playground/utils/dolphin/; revision=631709
|
|
svn path=/trunk/playground/utils/dolphin/; revision=616113
|
|
window: now the main window listens to the signals from the dolphin view and connects to private slots (previously the dolphin view connected to public slots of the main window). Also prevent naming all slots by the prefix 'slot', describe instead what the method does.
svn path=/trunk/playground/utils/dolphin/; revision=611617
|
|
gnused rocks!
svn path=/trunk/playground/utils/dolphin/; revision=611576
|
|
Create a DolphinApplication, holding DolphinMainWindows and update
the code to use the DolphinView to get the MainWindow, or get a ptr
to the MainWindow directly. Or if all windows are effected go through
the DolphinApplication to update every mainwindow.
The UndowManager and ProgressIndicator have a rather strange relationship
and will need some more attention but as UndoManager will be killed
anyway I have skipped this.
More cleanup, debugging and thinking is needed.
svn path=/trunk/playground/utils/dolphin/; revision=608945
|
|
svn path=/trunk/playground/utils/dolphin/; revision=608854
|
|
svn path=/trunk/playground/utils/dolphin/; revision=606622
|