Changelog for
licq-qt4-gui-data-1.6.0-22.3.noarch.rpm :
* Thu Nov 03 2011 cstenderAATTsuse.com- updated to version 1.6.0
* Reduce number of reads and writes of config files
* Let GUI run in main thread on Mac OS X
* Build: Improved detection of libcdk and X11 scrnsaver
* Plugin API: Replace ICQ specific constants
* Plugin API: Replace exported plugin symbols with a single struct
* Plugin API: Define values for all enums to reduce future ABI breaking
* ICQ: Keep track of when contacts went away
* ICQ: Add detection of several other user clients
* ICQ: Fix owner info to send correct first name and last name
* ICQ: Fix several encoding problems with unicode messages
* Jabber: Add support to connect through HTTP proxy
* Jabber: Keep track of when contacts went online
* Jabber: Set group membership when adding contact
* MSN: Add user client detection
* RMS: Authentication can be configured instead of always using ICQ account
* Qt4-Gui: Add global shortcut to show/hide main window
* Qt4-Gui: Show authorization request dialog when adding a contact
* Qt4-Gui: Option to show recent messages based on message age
* Qt4-Gui: Server address can be configured for all accounts
* Qt4-Gui: Don\'t show online time if it isn\'t known
* Qt4-Gui: Fix multiple recipients to work with URLs and contacts
* Qt4-Gui: Fix user alias to be saved after edit from contact list
* Qt4-Gui: Fix auto-popup to not steal focus between tabs/windows
* Mon Jul 04 2011 cstenderAATTsuse.de- updated to version 1.5.1
* Package GTest with Licq to guarantee same version as GMock
* Owners can no longer be removed when online to prevent contact list problems
* Build: Various fixes to reduce problems when building
* AutoReply: Command line parameters -d and -e were ignored
* ICQ: Buddy icons would fail to update for some contacts retrying every minute
* Jabber: Use full name for contact if there is no nickname set
* Jabber: Get away message for contacts
* Jabber: Keep track of contacts pending for authorization
* OSD: Default config would be written to file without path
* RMS: Plugin could crash if bad parameters were given to some commands
* Qt4-Gui: Ignored users were displayed in All Users list
* Qt4-Gui: Several menu items and buttons were missing ... after caption
* Qt4-Gui: Main window would appear under other windows on some systems
* Qt4-Gui: GUI could hang when toggling Send Through Server button
* Qt4-Gui: Show keyboard shortcuts in the user popup menu from contact list- removed fix-cmake.diff
* Mon Jan 31 2011 cstenderAATTsuse.de- added libassuan-devel buildrequire to fix build in openSUSE:Factory
* Sat Nov 06 2010 cstenderAATTnovell.com- updated to final version 1.5.0
* removed broken-translations.diff
* added licq-1.5.0-removed_second_desktop_file.patch
* Fri Sep 17 2010 llunakAATTnovell.com- updated to version 1.5.0-rc1
* Added auto logon feature per protocol in Licq
* Sound settings can be overridden per group or per user
* Fifo command \"setpicture\" added
* Build: Switched Licq and all plugins to use cmake
* Build: Various fixes to make Licq build on Solaris
* Plugin API: Major changes, see below
* ICQ: Sending a system message with no text would cause disconnect from server
* ICQ: Contacts were shown as online after fetching auto response
* Qt-Gui/Kde-Gui: Removed and no longer maintained in favor of Qt4-Gui
* Qt4-Gui: Allow shortcut to be configured for creating a new group
* Qt4-Gui: Mass messages sent are added to user specific chat window as well
* Qt4-Gui: Thread mode 2 sometimes showed online contacts under offline header
* Qt4-Gui: Group names with ampersands were not displayed properly in menus
* Qt4-Gui: Added option to limit auto-popup to only urgent messages
* Jabber: New protocol plugin for the Jabber protocol, supporting: - Sending and receiving messages (including messages received when being offline) - Adding and removing users (including authorization management) - Typing notifications - Fetching users vcard - \"Buzzing\" users (i.e. sending messages to get the receivers attention)
* Fri May 21 2010 cstenderAATTnovell.com- updated to version 1.3.9
* Various bugs in both Licq and plugins that caused crashes and hangings have been fixed
* Hebrew support was broken and could cause crashes
* Licq will automatically switch to qt4-gui if qt-gui fails to load on startup
* Sockets would become IPv6 only if system default was to not allow IPv4
* Build: --disable-hebrew caused hebrew support to be enabled
* Build: Wrong header files were included on FreeBSD
* Build: Various fixes to remove build warnings
* Console: Command to add contact was not working
* Console: Backspace across multiple lines wasn\'t handled correct
* ICQ: Deleting a contact would not update the server side list
* ICQ: Failed log on did not report it was ICQ protocol that failed
* ICQ: Removing a user from the server ignore list was not possible
* MSN: Contacts with status Occupied were handled as Away
* MSN: Own status for Occupied was reported as Do Not Disturb
* MSN: Failed log on due to wrong password was not signaled to GUI
* LicqWeb: Added option to set status Free For Chat
* Qt-Gui: Confirmation to ignore user never appeared
* Qt4-Gui: Added option to permanently add \"Not in list\" users
* Qt4-Gui: Adding user from search dialog did not pass on user id to add dialog
* Qt4-Gui: Confirmation to ignore user appeared when removing instead of adding
* Qt4-Gui: User count in group header was wrong if group contained ignored users
* Qt4-Gui: Added confirmation dialog when removing an account
* Qt4-Gui: Shift+Return can be used to make new line in single line chat mode
* Qt4-Gui: Added shortcut to chat dialog for opening next unread message
* Qt4-Gui: Renaming groups from contact list did not save the new group name
* Thu Apr 15 2010 msebenAATTnovell.com- updated to 1.3.8
* Plugin API: Added GPG functions so plugins don\'t need to depend on gpgme anymore
* Qt4-Gui: Fixed a bug that could cause GUI to crash on startup
* Qt4-Gui: Fixed a bug causing the same image to be loaded for all icons
* Qt4-Gui: Dragging a file to chat dialog will open send dialog
* Qt4-Gui: Tray icon will show status from another protocol if ICQ is offline
* RMS: Fixed a bug causing LIST command to always return an empty list
* RMS: Added HISTORY command for fetching user history
* Web-Gui: Corrected various syntax errors in scripts
* Web-Gui: Updated html to conform with xhtml 1.1 standard
* Web-Gui: Added option to set status offline
* Web-Gui: Made windows resizable
* Web-Gui: Show messages from history when opening chat window
* Web-Gui: Highlight timestamp and user alias in chat history- changes in 1.3.7
* Various bugs in both Licq and plugins that caused crashes and hangings have been fixed.
* Build: Various fixes to make Licq and plugins compile cleaner.
* ICQ: Line breaks in received messages from some clients were lost.
* ICQ: Manually set aliases were sometimes lost during logon.
* ICQ: Files were left open after canceled transfers.
* MSN: Sometimes sockets were getting associated with the wrong conversation.
* Plugin API: Renamed ICQUser class to LicqUser.
* Plugin API: Introduced a user id data type to replace account+ppid.
* Plugin API: Introduced mutex guard classes for user and group objects.
* Plugin API: Added IPv6 support to socket class (currently not used by ICQ or MSN plugin).
* Plugin API: Various other changes and improvements.
* Qt4-Gui: Deleting a user caused the contact list to behave strange or even crash.
* Qt4-Gui: Moved Qt style setting from command line to settings dialog.
* Qt4-Gui: Moved skin and icon set selections to settings dialog.
* Qt4-Gui: Alt+1, Alt+2, etc in message dialog can be used to switch between tabs.
* Qt4-Gui: Made keyboard shortcuts configurable.
* Qt4-Gui: Several additional functions can be configured to have keyboard shortcuts.
* Qt4-Gui: Added option to disable sound for active message window.
* Qt4-Gui: Size of view event and send event dialogs are remembered.
* Qt4-Gui: Current group in contact list can be changed using scroll wheel on message field.
* Qt4-Gui: Shift+PgUp/PgDn in message input can be used to scroll history area.
* Qt4-Gui: Added spell checking support (using Hunspell) for message dialog.
* Qt4-Gui: Thread contact list can be split in online and offline parts (group mode 2).- deprecated ru_login_fix.patch,gcc44.patch,leak-fix.patch
* Thu Sep 24 2009 msebenAATTnovell.com- added leak-fix.patch (bnc#540498)
* Wed Aug 05 2009 msebenAATTnovell.com- added ru_login_fix.patch to fix login issues for Russian users
* Wed Jun 03 2009 cooloAATTnovell.com- fix build
* Wed Apr 15 2009 roAATTsuse.de- buildfix: refresh patches