I used my kdesdk/scripts/qt4/convert-qgridlayout.pl and kdesdk/scripts/qt4/convert-qboxlayout.pl scripts for this. Apart from one instance (where the params were commented out), no manual intervention was needed and everything worked like a charm...
What still needs to be done is to replace all Q*Layout(QLayout*parent) constructors by Q*Layout(); parent->insertLayout(..); calls. This can't be automated since it's impossible to detect whether the parent object is a QWidget* or a QLayout*. At best one can parst the compiler warning and just replace in those lines that through a deprecated warning...
svn path=/trunk/KDE/kdepim/; revision=533942
sed 's/59 Temple Place - Suite 330, Boston, MA 02111-1307/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301/'
PS: I didn't touch the kalarm dir, since david seems to update the address himself, and I don't want to create conflicts for him.
CCMAIL:lists@astrojar.org.uk
svn path=/trunk/KDE/kdepim/; revision=437921
ran across this while doing a very similar dialog and wondering why my
buttons where at the bottom, instead of at the top. Well, as Marc
educates me, the children are added on childEvent, which means after the
stretch is added. When I went back to this dialog to check why it works
here, I noticed that it doesn't. ;)
svn path=/trunk/KDE/kdepim/; revision=434205
only _one_ address book available...
That might break some apps... but since we'll use an async API in 4.0 the apps
must be rewritten anyway.
CCMAIL:kde-pim@kde.org
svn path=/trunk/kdepim/; revision=399156
Slightly change the logic which decides when to show the acl "we don't
know yet, use check mail" info message, because in a minute the user
rights will be persisted, but the acls not, so we can't use the userrights
as an indicator of "not synced yet" anymore.
svn path=/trunk/kdepim/; revision=381750
know yet, use check mail" info message, because in a minute the user
rights will be persisted, but the acls not, so we can't use the userrights
as an indicator of "not synced yet" anymore.
svn path=/branches/proko2/kdepim/; revision=358467
so don't use KABC::DistributionListManager anymore.
KPIM::DistributionList inherits KABC::Addressee and saves the uid+optional_email
in a custom field. Comes with regression test.
svn path=/branches/proko2/kdepim/; revision=355809
than showing a warning dialog (for an action that can't be undone, and doesn't
make sense!).
https://intevation.de/roundup/kolab/issue377
svn path=/trunk/kdepim/; revision=349112