diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-19 18:56:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-19 18:56:47 +0000 |
commit | 337f18fe5d032a59084a5d6516bcb0ff070128b6 (patch) | |
tree | b8e5fa7014c3aa5672f15c86ddba5e53462d6f6f /tqt3integration/README | |
parent | 1944004a4c57c4c87efc66084579b595da720af8 (diff) | |
download | tdebase-337f18fe5d032a59084a5d6516bcb0ff070128b6.tar.gz tdebase-337f18fe5d032a59084a5d6516bcb0ff070128b6.zip |
Add tqt3integration
These files were originally taken from the GPLed OpenSUSE kdebase builds
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1259731 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'tqt3integration/README')
-rw-r--r-- | tqt3integration/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tqt3integration/README b/tqt3integration/README new file mode 100644 index 000000000..989d59d5c --- /dev/null +++ b/tqt3integration/README @@ -0,0 +1,36 @@ +Qt/KDE UI integration. Makes Qt-only apps use several KDE dialogs without any modifications +to these applications. Can be turned off by setting $QT_NO_KDE_INTEGRATION. + +Installation: +Just plain make && make install. +Additionally 'make generate' needs to be done in utils/, and Qt needs to be patched using the sources +generated in utils/qt . Patch should be applied, the .cpp/.h files belong to src/kernel/ , +the .h file additionally should go to include/private . + + +<l.lunak@suse.cz> + + +===== + +- nastavovat WM_CLASS i vsem poddialogum tech, ktere se zobrazuji? + +v kded nesmi byt nic, co znovu vstupuje do event loop + - udelat na to test + - spravit kwallet + +blokovat uzivatelsky vstup, jako to dela kapp pro dcop + +obcas se dela demand-attention v taskbaru +- navic je problem s focus stealing prevention, kdyz aplikace nejdriv zobrazi jen samotny dialog + - delat updateUserTimestamp? + +filedialogs + - pamatovat si working directory pro kazdou dcop konexi, a pouzit, kdyz neni dano? + - vraceni selectedFilter uplne nefunguje, protoze KFileDialog nevraci cely filter (*.cpp|C++ File), alen jen *.cpp + +getColor() + - KColorDialog neumi alpha channel - ale to mac taky ne + +getFont() + - zmenil jsem QFont* def na const QFont& def, tj. vzdy je k dispozici, neexistence se da null hodnotou |