Re: [PyKDE] PyKDE KDE Applets

2005-11-09 Thread Ismail Donmez
On Wednesday 09 November 2005 23:38, Patrick Stinson wrote: what's a kde applet? He means kicker applet. Regards, ismail ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Using kdedistutils to install application icon

2005-12-14 Thread Ismail Donmez
Hi, Did anyone managed to use kdedistutils from PyKDEeXtensions to install application icon ( not icon data but the icon of the main application ) ? Regards, ismail ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de

Re: [PyKDE] PyQt4 and Qt v4.1

2005-12-27 Thread Ismail Donmez
Pazartesi 26 Aralık 2005 23:01 tarihinde, Phil Thompson şunları yazmıştı: I've decided to drop support for Qt v4.0.x in PyQt4. I can't think why anybody would use Qt v4.0 now that 4.1 has been released - and it will make things easier for me. Tonight's snapshot will require Qt 4.1.0. People

[PyKDE] Latest sip snapshot PyKDE

2005-12-30 Thread Ismail Donmez
Hi, I am trying to use PyQt4 and PyQt with PyKDE in the same system. So I upgraded to latest sip , PyQt4 and PyQt snapshots and all worked fine. But I can't get PyKDE to compile: [EMAIL PROTECTED] PyKDE-snapshot20051013 $ python configure.py -i -c PyKDE version 4.0.0 ---

Re: [PyKDE] Ptr problem in PyKDE builds

2006-01-09 Thread Ismail Donmez
Pazartesi 9 Ocak 2006 10:42 tarihinde, Jim Bublitz şunları yazmıştı: Actually, I lied when I said in another response that it was too late to solve the 'Ptr undefined' problem in PyKDE. It appears that recent sip versions are catching an error they missed before. The required fix is to

Re: [PyKDE] Ptr problem in PyKDE builds

2006-01-09 Thread Ismail Donmez
Pazartesi 9 Ocak 2006 13:15 tarihinde, Ismail Donmez şunları yazmıştı: Pazartesi 9 Ocak 2006 10:42 tarihinde, Jim Bublitz şunları yazmıştı: Actually, I lied when I said in another response that it was too late to solve the 'Ptr undefined' problem in PyKDE. It appears that recent sip

Re: [PyKDE] New PyKDE snapshot - help needed

2006-01-19 Thread Ismail Donmez
Perşembe 19 Ocak 2006 09:01 tarihinde, Jim Bublitz şunları yazmıştı: I've just sent a new PyKDE snapshot (PyKDE-snapshot20060118) to Phil and it should be available at http://riverbankcomputing.co.uk/snapshots/PyKDE as soon as he has time to post it there (which is usually fairly fast,

Re: [PyKDE] New PyKDE snapshot - help needed

2006-01-19 Thread Ismail Donmez
Perşembe 19 Ocak 2006 16:28 tarihinde, Stephan Hermann şunları yazmıştı: [...] I changed the configure to not concatenate the files and found this: g++ -c -Wno-deprecated-declarations -pipe -fPIC -g -Wall -W -D_REENTRANT -DQT_THREAD_SUPPORT -I. -I../extra/kde350 -I/usr/include/kde

Re: [PyKDE] PyKDE update

2006-01-20 Thread Ismail Donmez
Hi Jim, Cumartesi 21 Ocak 2006 02:15 tarihinde, Jim Bublitz şunları yazmıştı: A couple bugs were reported and I have those fixed. Depending on KDE 3.5.1 being released, I'll either put out a new snapshot in the next day or two (if it's not out, or I can't d/l it fast enough) or within a week

[PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-25 Thread Ismail Donmez
Hi, I am using QDate.toString(QtCore.Qt.TextDate) in my application and Turkish characters are malformed unless I do unicode(QDate.toString(QtCore.Qt.TextDate) , I checked the Qt4 apidocs and it says : QString toString ( const QString format ) const QString toString ( Qt::DateFormat format

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-25 Thread Ismail Donmez
Per 26 Oca 2006 03:11 tarihinde, Andreas Pakulat şunları yazmıştı: On 26.01.06 02:53:31, Ismail Donmez wrote: I am using QDate.toString(QtCore.Qt.TextDate) in my application and Turkish characters are malformed unless I do unicode(QDate.toString(QtCore.Qt.TextDate) , I checked the Qt4

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Ismail Donmez
Per 26 Oca 2006 11:29 tarihinde, Andreas Pakulat şunları yazmıştı: On 26.01.06 03:15:54, Ismail Donmez wrote: I am doing something like this QStatusBar.showMessage(Foo - %s % QDate.toString(QtCore.Qt.TextDate)) Does it work with: QStatusBar.showMessage(QtCore.QString(Foo - %1).arg

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Ismail Donmez
Per 26 Oca 2006 15:35 tarihinde, Phil Thompson şunları yazmıştı: On Thursday 26 January 2006 1:10 pm, Ismail Donmez wrote: Per 26 Oca 2006 11:29 tarihinde, Andreas Pakulat şunları yazmıştı: On 26.01.06 03:15:54, Ismail Donmez wrote: I am doing something like this QStatusBar.showMessage

Re: [PyKDE] [PyQt4] QDate.toString(QtCore.Qt.TextDate) is not UTF-8

2006-01-26 Thread Ismail Donmez
Per 26 Oca 2006 16:27 tarihinde, Phil Thompson şunları yazmıştı: On Thursday 26 January 2006 1:44 pm, Ismail Donmez wrote: Per 26 Oca 2006 15:35 tarihinde, Phil Thompson şunları yazmıştı: On Thursday 26 January 2006 1:10 pm, Ismail Donmez wrote: Per 26 Oca 2006 11:29 tarihinde, Andreas

Re: [PyKDE] Auto-connecting Slots

2006-01-27 Thread Ismail Donmez
Cts 28 Oca 2006 00:46 tarihinde, Phil Thompson şunları yazmıştı: On Friday 27 January 2006 8:10 pm, Patrick K. O'Brien wrote: Phil Thompson wrote: Tonight's PyQt4 snapshot implements Torsten's suggestion for using a decorator to control which signal/slot connections are made when pyuic4

Re: [PyKDE] regarding QWidget::setWindowFlags

2006-02-02 Thread Ismail Donmez
Perşembe 2 Şubat 2006 20:25 tarihinde, Chakkaradeep C C şunları yazmıştı: Hi all, Am using PyQt.I want my window not to be resized or moved, so in the Qt docs , i have been instructed to use setWindowFlags.My application is a QWizard application.Below you can find the code,

Re: [PyKDE] Dropping SIGNAL() and SLOT() in PyQt4?

2006-02-19 Thread Ismail Donmez
Pazar 19 Şubat 2006 14:23 tarihinde, Phil Thompson şunları yazmıştı: PYSIGNAL() has already been dropped in PyQt4. This was possible because Qt4 makes it easier to look up whether a particular string is a Qt signal signature or not. There is no reason why this approach cannot be extended to

Re: [PyKDE] Status of new PyKDE snapshot

2006-02-20 Thread Ismail Donmez
Salı 21 Şubat 2006 04:02 tarihinde, Danny Pansters şunları yazmıştı: On Tuesday 21 February 2006 00:56, Andreas Pakulat wrote: Hi, sorry but I have to ask: What is the status of a new PyKDE snapshot that works with the recent sip changes? I don't want to put any pressure on Jim, just a

Re: [PyKDE] exec(print pyqt4_users / float(pyqt_users))

2006-03-10 Thread Ismail Donmez
Cuma 10 Mart 2006 19:44 tarihinde, Patrick Stinson şunları yazmıştı: I'm seeing a lot of pyqt4 users out there, and considering pyqt is more of a bleeding-edge project, I suppose I'm not suprised. How many of us are using qt3 and how many of us have (moved, started moving) to qt4? I'll bet

[PyKDE] PyKDE khtml DOMString

2006-03-17 Thread Ismail Donmez
Hi all, I am using khtml in my PyKDE app ( which rocks btw ) , two minor problems appear, I have to use stuff like document = self.htmlPart.document() document.getElementsByTagName(DOM.DOMString(input)) would it be possible to write it like document = self.htmlPart.document()

Re: [PyKDE] PyKDE khtml DOMString

2006-03-17 Thread Ismail Donmez
Cuma 17 Mart 2006 19:45 tarihinde, Ismail Donmez şunları yazmıştı: Hi all, I am using khtml in my PyKDE app ( which rocks btw ) , two minor problems appear, I have to use stuff like document = self.htmlPart.document() document.getElementsByTagName(DOM.DOMString(input)) would

[PyKDE] QPointArray problem

2006-04-04 Thread Ismail Donmez
Hi, According to Qt3 docs I can do something like this : [...] QPointArray a( 1 ); a[0] = QPoint( 4, 5 ); but doing the same with PyQt3 : a = QPointArray(1) a[0] = QPoint(4,5) Traceback (most recent call last): File stdin, line 1, in ? TypeError: object does not support item assignment

[PyKDE] PyKDE 20060122 and KDE 3.5.2

2006-04-05 Thread Ismail Donmez
Hi, PyKDE doesn't seem to compile with KDE 3.5.2 I get this: [...] g++ -c -Wno-deprecated-declarations -pipe -fPIC -mtune=i686 -O2 -pipe -fomit-frame-pointer -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I../extra/kde350 -I/usr/kde/3.5/include -I/usr/include/python2.4

Re: [PyKDE] PyKDE 20060122 and KDE 3.5.2

2006-04-05 Thread Ismail Donmez
Çarşamba 5 Nisan 2006 14:36 tarihinde, Gudjon I. Gudjonsson şunları yazmıştı: Hi This has been discussed on the mailing list http://lists.kde.org/?l=pykdem=114219170809579w=2 You will find the solution there. Thanks, well the problem is not limited to Debian it seems. I use sources from

Re: [PyKDE] segfault in kdecore using dcop call

2006-04-06 Thread Ismail Donmez
Perşembe 6 Nisan 2006 21:45 tarihinde, Miguel Angel Alvarez şunları yazmıştı: Hi, Trying to use a dcop call with a bool argument causes a segfault. dcop calls with other argument types work nicely What can I do? I'm using suse 10, kde 3.5.1/2, python-qt 3.5.1/2, kdebindings-python

Re: [PyKDE] segfault in kdecore using dcop call

2006-04-06 Thread Ismail Donmez
Perşembe 6 Nisan 2006 23:28 tarihinde, Miguel Angel Alvarez şunları yazmıştı: [...] Second, noticed two things: first you didn't call KCmdLineArgs.init() and you didn't call _kapp.exec_loop() . Hope this helps. Look again, I do call KCmdLineArgs.init():

Re: [PyKDE] segfault in kdecore using dcop call

2006-04-06 Thread Ismail Donmez
Cuma 7 Nisan 2006 03:36 tarihinde, Miguel Angel Alvarez şunları yazmıştı: gdb output with PyKDE-snapshot20060122: Reading in symbols for /usr/src/packages/BUILD/PyKDE-snapshot20060122/kdecore/sipkdecorecmodule.cp p...const value length mismatch for '_ZNSs4nposE', got 8, expected 0...done.

Re: [PyKDE] segfault in kdecore using dcop call

2006-04-06 Thread Ismail Donmez
Cuma 7 Nisan 2006 06:32 tarihinde, Ismail Donmez şunları yazmıştı: Cuma 7 Nisan 2006 03:36 tarihinde, Miguel Angel Alvarez şunları yazmıştı: gdb output with PyKDE-snapshot20060122: Reading in symbols for /usr/src/packages/BUILD/PyKDE-snapshot20060122/kdecore/sipkdecorecmodule. cp p

Re: [PyKDE] segfault in kdecore using dcop call

2006-04-06 Thread Ismail Donmez
Cuma 7 Nisan 2006 07:59 tarihinde, Jim Bublitz şunları yazmıştı: On Thursday 06 April 2006 20:47, Ismail Donmez wrote: According to c++filt symbol _ZNSs4nposE is coming from libstdc++ : [EMAIL PROTECTED] ~ $ c++filt _ZNSs4nposE std::basic_stringchar, std::char_traitschar, std

Re: [PyKDE] Window Flags not working

2006-04-08 Thread Ismail Donmez
Cumartesi 8 Nisan 2006 15:25 tarihinde, Chakkaradeep C C şunları yazmıştı: hi all, am using qt-3.3 and PyQt. Am trying to remove the close button,maximize button and have minimize button only.I changed the window flags in the QDialog constructor as , class NetAccess(QDialog): def

Re: [PyKDE] linux pyqt/pykde multithread application. How to send signal/ update state of app from non qt loop threads ?

2006-04-13 Thread Ismail Donmez
Perşembe 13 Nisan 2006 17:27 tarihinde, Mateusz Korniak şunları yazmıştı: I have multithread pyqt/pykde application. I leave first thread to run qt-loop. I want long execution time code to be run in different threads as in background. [1] How can I interact from those background threads

Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Ismail Donmez
Pazar 23 Nisan 2006 07:34 tarihinde, Jim Bublitz şunları yazmıştı: I've sent Phil the new PyKDE snapshot (PyKDE-snapshot20060422.tar.gz) and it should be available soon at riverbankcomputing.co.uk, allowing for timezone differences and Phil's schedule. This snapshot *requires* sip 4.1.1 and

[PyKDE] PyQt4 weirdness

2006-04-26 Thread Ismail Donmez
Hi all, I downloaded PyQt4 snapshot from April 24 and I can't no longer import Qt classes: [EMAIL PROTECTED] ~ $ python Python 2.4.3 (#1, Apr 25 2006, 17:17:24) [GCC 3.4.6] on linux2 Type help, copyright, credits or license for more information. from PyQt4 import QtGui Traceback (most recent

Re: [PyKDE] PyQt4 weirdness

2006-04-26 Thread Ismail Donmez
Was a local installation problem... Çarşamba 26 Nisan 2006 12:12 tarihinde, Ismail Donmez şunları yazmıştı: Hi all, I downloaded PyQt4 snapshot from April 24 and I can't no longer import Qt classes: [EMAIL PROTECTED] ~ $ python Python 2.4.3 (#1, Apr 25 2006, 17:17:24) [GCC 3.4.6

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Ismail Donmez
24 Eyl 2006 Paz 15:38 tarihinde, Detlev Offenbach şunları yazmıştı: [...] Try QApplication.processEvents() after the setProgress call. Or use events to communicate the progress. I haven't had the experience yet, but many qt and kde developers say that processEvents is evil and should

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Ismail Donmez
24 Eyl 2006 Paz 17:05 tarihinde şunları yazmıştınız: Ismail Donmez wrote: Or use events to communicate the progress. I haven't had the experience yet, but many qt and kde developers say that processEvents is evil and should be avoided, it might have mysterious side effects. Which ones

[PyKDE] [PATCH] Fix compilation with qscintilla-1.71-gpl-2-snapshot-20061006

2006-10-08 Thread Ismail Donmez
Hi, qscintilla-1.71-gpl-2-snapshot-20061006 uses QStringList.at(i) to retrive a QString but instead it returns an iterator. Attached patch makes it use QStringList[i] which fixes the issue. Regards, ismail --- Qt3/qsciscintilla.cpp 2006-10-08 05:40:58.0 +0300 +++ Qt3/qsciscintilla.cpp

[PyKDE] PyQt and QScintilla2

2006-10-08 Thread Ismail Donmez
Hi, I downloaded PyQt-x11-gpl-3-snapshot-20061006.tar.gz and it still looks for qextscintillaglobal.h header which does not exist in QScintilla2 package. Now I wonder QScintilla2 supports both Qt3 and Qt4 but PyQt still depends on qscintilla1 for QText ? Regards, ismail

Re: [PyKDE] PyQt and QScintilla2

2006-10-08 Thread Ismail Donmez
08 Eki 2006 Paz 14:33 tarihinde, Ismail Donmez şunları yazmıştı: Hi, I downloaded PyQt-x11-gpl-3-snapshot-20061006.tar.gz and it still looks for qextscintillaglobal.h header which does not exist in QScintilla2 package. Now I wonder QScintilla2 supports both Qt3 and Qt4 but PyQt still depends

Re: [PyKDE] PyQt and QScintilla2

2006-10-08 Thread Ismail Donmez
08 Eki 2006 Paz 15:26 tarihinde, Phil Thompson şunları yazmıştı: On Sunday 08 October 2006 12:33 pm, Ismail Donmez wrote: Hi, I downloaded PyQt-x11-gpl-3-snapshot-20061006.tar.gz and it still looks for qextscintillaglobal.h header which does not exist in QScintilla2 package. Now I

Re: [PyKDE] PyQt and QScintilla2

2006-10-08 Thread Ismail Donmez
08 Eki 2006 Paz 15:54 tarihinde, Detlev Offenbach şunları yazmıştı: On Sunday 08 October 2006 14:26, Ismail Donmez wrote: 08 Eki 2006 Paz 14:33 tarihinde, Ismail Donmez şunları yazmıştı: Hi, I downloaded PyQt-x11-gpl-3-snapshot-20061006.tar.gz and it still looks

Re: [PyKDE] PyQt and QScintilla2

2006-10-08 Thread Ismail Donmez
08 Eki 2006 Paz 17:26 tarihinde, Detlev Offenbach şunları yazmıştı: On Sunday 08 October 2006 15:29, Ismail Donmez wrote: [...] File /usr/lib/python2.4/site-packages/eric4/ViewManager/ViewManager.py, line 14, in ? from PyQt4.Qsci import QsciAPIs, QsciScintilla ImportError: cannot

Re: [PyKDE] ANN: new eric4 snapshot

2006-10-09 Thread Ismail Donmez
09 Eki 2006 Pts 20:06 tarihinde, Detlev Offenbach şunları yazmıştı: Hi, I have just uploaded a new snapshot of eric4 that contains changes to make it work with the latest QScintilla2 snapshots (20061006 or newer). Please note, that this eric4 snapshot does not work with older QScintilla2

Re: [PyKDE] PyQt and QScintilla2

2006-10-09 Thread Ismail Donmez
09 Eki 2006 Pts 20:12 tarihinde, Detlev Offenbach şunları yazmıştı: On Sunday 08 October 2006 16:49, Ismail Donmez wrote: 08 Eki 2006 Paz 17:26 tarihinde, Detlev Offenbach şunları yazmıştı: On Sunday 08 October 2006 15:29, Ismail Donmez wrote: [...] File /usr/lib/python2.4

[PyKDE] Python-2.4.2-buffer-interface.patch

2006-10-23 Thread Ismail Donmez
Hi, Anyone knows whats $subject is used for? Regards, ismail ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Plans on PyQt 4.2

2006-10-24 Thread Ismail Donmez
24 Eki 2006 Sal 16:22 tarihinde, Xavier Décoret şunları yazmıştı: Hi folks, I cannot find the info on the mailing list, nor on the riverbank site. Are there any plans to release PyQt for Qt 4.2? I am really looking forward to use some of the new features (like ability to create a QFont

[PyKDE] Localizing PyQt4 application

2006-12-04 Thread Ismail Donmez
Hi, I have the following code in my app: class MyApp(QtGui.QApplication): def __init__(self): QtGui.QApplication.__init__(self,sys.argv) self.mainWindow = MainWindow() self.translator = QTranslator() self.translator.load((myapp-%s.qm %

Re: [PyKDE] Localizing PyQt4 application

2006-12-04 Thread Ismail Donmez
04 Ara 2006 Pts 19:26 tarihinde, Andreas Pakulat şunları yazmıştı: On 04.12.06 18:58:54, Ismail Donmez wrote: Hi, I have the following code in my app: class MyApp(QtGui.QApplication): def __init__(self): QtGui.QApplication.__init__(self,sys.argv

Re: [PyKDE] Localizing PyQt4 application

2006-12-04 Thread Ismail Donmez
04 Ara 2006 Pts 19:26 tarihinde, Andreas Pakulat şunları yazmıştı: On 04.12.06 18:58:54, Ismail Donmez wrote: Hi, I have the following code in my app: class MyApp(QtGui.QApplication): def __init__(self): QtGui.QApplication.__init__(self,sys.argv

Re: [PyKDE] Localizing PyQt4 application

2006-12-04 Thread Ismail Donmez
04 Ara 2006 Pts 19:26 tarihinde, Andreas Pakulat şunları yazmıştı: On 04.12.06 18:58:54, Ismail Donmez wrote: Hi, I have the following code in my app: class MyApp(QtGui.QApplication): def __init__(self): QtGui.QApplication.__init__(self,sys.argv