Hi!
While testing the DCOP interface I found a problem with the file transfer
request dialog:
When the file is set by the dialog creator, i.e. mainwin.cpp, either in the
method where the DCOP call is processed or where a file information is taken
from clipboard, the file ends up in the dialogs
On Thursday 14 April 2005 22:43, Kevin Krammer wrote:
> Potential patch:
> void UserSendFileEvent::setFile(const QString& file, const QString&
> description)
> {
> - edtItem->setText(file);
> - setText(description);
> + QFileInfo fileinfo(file);
> + if (fileinfo.exists() && fileinfo.isReada
Am Donnerstag, 14. April 2005 22:43 schrieb Kevin Krammer:
> Unfortunately the filedialog isn't at least positioned at the given
> directory, nor does the user get any warning, because the check in
> UserSendFileEvent::sendButton just checks the line edit and it isn't empty.
Excellent! Have been a
I just updated to the latest CVS.
./configure; make no problem on the server
./configure --with-kde; makeon the qt-gui plugin and I get the following
error.
[EMAIL PROTECTED] qt-gui]$ make
cd . && /bin/sh
/home/casey/downloads/licq-20050412/plugins/qt-gui/admin/missing --run
aclocal-1.7
cd
On 4/15/05, Casey Cichon <[EMAIL PROTECTED]> wrote:
>
> I just updated to the latest CVS.
>
> ./configure; make no problem on the server
>
> ./configure --with-kde; makeon the qt-gui plugin and I get the following
> error.
Give 'make -f Makefile.cvs' a try before you run configure.
Jon
-
Hi everyone
Is it possible to use Licq under MacOS X 10.3.8? When trying to compile
the plugin I get the error appended below.
-
Some version information:
g++ (GCC) 3.3
QT 3.3.2
X11 and developer tools from Apple
Making all in src
if /bin/sh ../libtool --silent --silent --mode=compi