┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/startupsettingspage.cpp
AgeCommit message (Collapse)Author
2008-08-03Allow to configure in the startup configuration whether the URL Navigator ↵Peter Penz
should show the full path in the breadcrumb view. svn path=/trunk/KDE/kdebase/apps/; revision=841571
2008-05-27Give dialog a parent.Craig Drummond
svn path=/trunk/KDE/kdebase/apps/; revision=813386
2008-04-01Typo fixesMalcolm Hunter
svn path=/trunk/KDE/kdebase/apps/; revision=792746
2008-03-23provide a config module for the settings GUI of the Dolphin views, so that ↵Peter Penz
it can be embedded into Konqueror CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=789209
2008-03-18Fix Krazy i18n issues.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=787308
2008-02-15Initially I thought it's better not having code as default value inside ↵Peter Penz
dolphin_generalsettings.kcfg. But the check for an empty home URL in DolphinMainWindow::init() must also be done when invoking GeneralSettings::setDefaults() in StartupSettingsPage, otherwise the home URL would get empty... Using QDir::homePath() as default-value inside the *.kcfg file prevents such issues. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=775494
2008-02-14display an error message if the the user tries to set an invalid home URL in ↵Peter Penz
the settings dialog svn path=/trunk/KDE/kdebase/apps/; revision=775098
2008-01-21a group box called "Settings" in a settings dialog is useless...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=764390
2008-01-21Split the "General Settings" into "Startup Settings" and "General Settings" ↵Peter Penz
for having a cleaner layout. Still some fine tuning and code cleanups have to be done... svn path=/trunk/KDE/kdebase/apps/; revision=764389