zhanlangsir / Qtqq

使用qt开发的基于webqq3.0协议的qq!
198 stars 74 forks source link

Qtqq dev #13

Closed aisk closed 12 years ago

aisk commented 12 years ago

Added system tray message notification. Changed the QQSytemTray to singleton to get the reference,is it be ok? Some modify to the login window.

aisk commented 12 years ago

另外发现编译的版本 头像图片全部是乱的,不知道是什么原因?

zhanlangsir commented 12 years ago

已经合并消息通知和好友心情显示部分~

aisk commented 12 years ago

之前的消息提醒是在一个单独的窗口里提示,很不友好而且容易找不到,可否考虑将收到的消息都放在SystemTray里?

zhanlangsir commented 12 years ago

之前有考虑过像winqq一样放到systemtrayicon中,但是测试后发现ubuntu下的systemtrayicon无法正常触发一系列事件,比如

activated(QSystemTrayIcon::ActivationReason),这样就无法实现鼠标点击弹出未查看消息这个功能,只好独立出来一个小窗口实现。

在 2012年6月29日 下午5:06,aisk < reply@reply.github.com

写道:

之前的消息提醒是在一个单独的窗口里提示,很不友好而且容易找不到,可否考虑将收到的消息都放在SystemTray里?


Reply to this email directly or view it on GitHub: https://github.com/zhanlangsir/Qtqq/pull/13#issuecomment-6655351