[Psi-devel] Changes done in Ubuntu
Mircea Bardac
dev.list at mircea.bardac.net
Sun Aug 28 14:15:18 PDT 2005
I was browsing tonight the Ubuntu repositories (somebody in the Psi chatroom
gave the link to me) where Psi is put:
http://archive.ubuntu.com/ubuntu/pool/universe/p/psi/
I couldn't help noticing the diff applied to 0.9.3:
http://archive.ubuntu.com/ubuntu/pool/universe/p/psi/psi_0.9.3-1.diff.gz
There is some stuff which is commentable, some other stuff which would be
useful, in terms of packaging.
Some stuff:
* Ctrl+C in address box in chatdlg fix (reported recently on the forums)
* some key-combo fix in msgdlg
* in src.pro: +QMAKE_PROJECT_DEPTH=0 (might have a reason)
* disable file transfer (listening) if port==0
* psi.desktop fixes (Linux) - they look good (haven't check what's in Darcs in
the .desktop file)
* some other minor changes
* one patch I believe might fix something with the trayicon, but I don't know
what:
== start ==
--- psi-0.9.3.orig/cutestuff/trayicon/trayicon.cpp
+++ psi-0.9.3/cutestuff/trayicon/trayicon.cpp
@@ -20,6 +20,7 @@
#include "trayicon.h"
#include "qpopupmenu.h"
+#include "qapplication.h"
/*!
\class TrayIcon qtrayicon.h
@@ -36,6 +37,8 @@
: QObject(parent, name), pop(0), d(0)
{
v_isWMDock = FALSE;
+ connect(qApp, SIGNAL(newTrayOwner()), SLOT(newTrayOwner()));
+ connect(qApp, SIGNAL(trayOwnerDied()), SLOT(hide()));
}
/*!
== end ==
We could use some of the changes.
Mircea
/IceRAM
--
Psi Forums Moderator/Bug Tracker Manager
Psi Windows Installer Maintainer/ArchLinux Package Maintainer
http://mircea.bardac.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /pipermail/psi-devel-affinix.com/attachments/20050829/266a6abd/attachment-0001.pgp
More information about the Psi-devel-affinix.com
mailing list