2.1.0
-----
- Plugin framework and a sendfile plugin.
- Add the UI to send system broadcast messages.
- Auto status switch.
Bugs fixed:
- [WIN] The system resources leak in trayicon.
- Others
2.0.5
-----
- Support two msg modes: 'normal' mode and 'dialog' mode
- Disconnect any tcp connections when invisible
- [KDE] Use KAudioPlayer instead of QSound
- Fixed a few bugs
2.0.4
-----
- The UI of message history has been changed(A message manager will also be added later)
- Hide when user minimizes/closes the main window
Bugs fixed:
- Replace Qt with 3.1.1, and resolves many problems related with i18n and IMEs
- The minimum size of the main window increases when switching window styles
2.0.1
-----
- The tray icon is now supported(win32, kde)
- Invoke web browser or mailer from linqt
Bugs fixed:
- If linq directory is located in a non-ascii directory, resources can not be found.
- [win] Conflicts with some IMEs.
- Contacts still show online after user logouts.
- Sending a message is slow when user is behind a firewall.
- Crash when sending a blank message(only including whitespaces)
- Birthday is invalid while modifying user details.
2.0.0-a1
--------
Initial version, rewrite using Qt from scrach
msgstorage.cpp:73:30: pasting "." and "type" does not give a valid preprocessing token
msgstorage.cpp:74:33: pasting "." and "contact" does not give a valid preprocessing token
msgstorage.cpp:75:30: pasting "." and "when" does not give a valid preprocessing token
msgstorage.cpp:76:30: pasting "." and "text" does not give a valid preprocessing token
msgstorage.cpp:77:31: pasting "." and "flags" does not give a valid preprocessing token
msgstorage.cpp: In member function `void
MsgStorage:nSwitchUser(SWITCH_USER_EVENT*)':
msgstorage.cpp:139: error: no matching function for call to `Db:pen(QCString,
NULL, DBTYPE, int, int)'
/usr/include/db_cxx.h:587: error: candidates are: virtual int Db:pen(DbTxn*,
const char*, const char*, DBTYPE, unsigned int, int)
msgstorage.cpp:168:32: pasting "." and "type" does not give a valid preprocessing token
msgstorage.cpp:169:35: pasting "." and "contact" does not give a valid preprocessing token
msgstorage.cpp:170:32: pasting "." and "when" does not give a valid preprocessing token
msgstorage.cpp:171:32: pasting "." and "text" does not give a valid preprocessing token
msgstorage.cpp:172:33: pasting "." and "flags" does not give a valid preprocessing token
make[1]: *** [msgstorage.o] Error 1
make[1]: Leaving directory `/source/tool/linqt-2.1.0-src/src/linqt'
make: *** [sub-linqt] Error 2
[lhcyf@Lhcyf_LFS src]$
错误就是像上面所示的这样,我不知道是什么问题。特提交给您看看。
我的编译方法是在src目录下面
qmake linqclient.pro
make