we should set the initially selected item using setCurrentRow()
otherwise it won't work properly
BUG: 191868
svn path=/trunk/KDE/kdebase/apps/; revision=969303
- the old KPasswordDialog has been moved to kde3support and renamed into K3PasswordDialog
- new class KNewPasswordDialog that could be used to ask for a new password
- KIO::PasswordDialog has been moved to kdeui and renamed KPasswordDialog
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=621085
kdialog fits nicely with the idea of apps, in that it is an application that other applications assume are installed.
svn path=/trunk/KDE/kdebase/apps/; revision=462198
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase
.
I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=439627
pass a --geometry option for the file dialog variants,
and also for --passivepopup. --miniicon and --icon
now work for more options too.
Dialog geometry and icons still don't work for any of
--yesno, --yesnocancel,
--warningyesno, --warningcontinuecancel,
--warningyesnocancel, --sorry, --error,
--msgbox or --inputbox. Setting the icons
doesn't work for --passivepopup. Other than that,
things should be working.
svn path=/trunk/KDE/kdebase/kdialog/; revision=431128
- Use kTextEdit rather than QTextEdit in texbox
- Add a textinputbox, for entering multi-line text
- Fix bug with textbox caption, now it works.
svn path=/trunk/kdebase/kdialog/; revision=380852
Works for text boxes, menus (including checklists, radiolists and
comboboxes), password dialogs.
Doesn't work for message boxes, input boxes, file dialogs or passive
popup. Passive popup is looking particularly messy.
CCMAIL: 87389@bugs.kde.org
svn path=/trunk/kdebase/kdialog/; revision=342118
as requested in Bug:81649. That bug also requested support for varying
the default button in --yesno, but I'm not implementing that because
of usability concerns.
CCMAIL: 81639-done@bugs.kde.org
svn path=/trunk/kdebase/kdialog/; revision=337828
by bug:76367 for a few of the widgets: textbox, radiolist, checklist,
combobox, menu and password. Also added those to the test script.
Those are the easy ones. Others require a bit more fiddling.
Thanks to David Faure for the guidance on how to address this
properly.
CCMAIL: 76367@bugs.kde.org
svn path=/trunk/kdebase/kdialog/; revision=307492