root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @6545 [6545] 2 weeks flynd Make sure we actually keep an alias if requested by user even if the …
(edit) @6544 [6544] 3 weeks root_42 Update german translation
(edit) @6543 [6543] 3 weeks root_42 Allow user to override Qt 4 browser selection. Introduced new option for …
(edit) @6542 [6542] 5 weeks flynd Licq 1.3.6 delivery is done so time to reenable mutex debugging.
(edit) @6541 [6541] 5 weeks root_42 - Fixed some small translation errors
(edit) @6540 [6540] 6 weeks flynd Replicated r6539 to qt-gui.
(edit) @6539 [6539] 6 weeks flynd Make sure event type is supported before trying to open an event dialog …
(edit) @6538 [6538] 6 weeks flynd Append LIB_SUFFIX in lib path to help build systems for some distributions …
(edit) @6537 [6537] 7 weeks flynd Added missing include, this caused build to fail on OpenBSD.
(edit) @6536 [6536] 7 weeks flynd Updated qt4-gui desktop file and added instruction for cmake to install …
(edit) @6535 [6535] 7 weeks flynd Tagged licq-1.3.6 from trunk r6534.
(edit) @6534 [6534] 7 weeks flynd Fixed spelling.
(edit) @6533 [6533] 2 months eugene Hush down the warning.
(edit) @6532 [6532] 2 months flynd Added Sergey to credits.
(edit) @6531 [6531] 2 months flynd Added readme file for 1.3.6.
(edit) @6530 [6530] 2 months flynd Moved old README file to doc directory.
(edit) @6529 [6529] 2 months flynd Bumped Licq version. Added Qt4-Gui as alternative to Qt-Gui. Added a few …
(edit) @6528 [6528] 2 months flynd Removed TODO file since it's old and not maintained. Use tickets and/or …
(edit) @6527 [6527] 2 months flynd Added news for 1.3.5 and 1.3.6 to changelog.
(edit) @6526 [6526] 2 months flynd Tagged licq-1.3.6-rc1 from trunk r6525.
(edit) @6525 [6525] 2 months flynd Only perform onevent if there is a parameter.
(edit) @6524 [6524] 2 months eugene Fixed mistake of r6522.
(edit) @6523 [6523] 2 months eugene Fixed a crash upon clearing owner picture.
(edit) @6522 [6522] 2 months eugene Revised the user picture path construction.
(edit) @6521 [6521] 2 months flynd Use strings instead of char* in onevent class so we don't need to keep …
(edit) @6520 [6520] 2 months flynd Added functions for reading and writing std strings to/from configuration …
(edit) @6519 [6519] 2 months flynd Merged all translations.
(edit) @6518 [6518] 2 months flynd Disable DEBUG_RW_MUTEX before releasing 1.3.6.
(edit) @6517 [6517] 2 months flynd Bumped version to 1.3.6 for upcoming release. All plugins updated to have …
(edit) @6516 [6516] 2 months root_42 - Small fix to german translation
(edit) @6515 [6515] 2 months root_42 - Updated german translation for the upcoming release... :-)
(edit) @6514 [6514] 2 months flynd Rewrote Qt4-Gui build instructions and added information about …
(edit) @6513 [6513] 2 months flynd We don't use fortran so disable the checks in libtool for it.
(edit) @6512 [6512] 2 months flynd Some more unused variables.
(edit) @6511 [6511] 2 months flynd Fixed some compiler warnings that appeared with Wextra.
(edit) @6510 [6510] 2 months flynd Missed these in r6509.
(edit) @6509 [6509] 2 months flynd Let configure check whether -Wextra is usable so we can get the extra …
(edit) @6508 [6508] 3 months flynd Save configuration after adding an owner so the config file doesn't say we …
(edit) @6507 [6507] 3 months flynd Removed a compiler warning.
(edit) @6506 [6506] 3 months flynd Include licq_file.h where it's needed and don't include it where it's not.
(edit) @6505 [6505] 3 months flynd Forgot to remove this in r6504.
(edit) @6504 [6504] 3 months flynd Since time_t is long on some systems it might be better to not deprecate …
(edit) @6503 [6503] 3 months flynd Added ReadNum/WriteNum? functions for int and unsigned int since long is 64 …
(edit) @6502 [6502] 3 months erijo Properly convert group name to utf8
(edit) @6501 [6501] 3 months eugene Updated Russian translation.
(edit) @6500 [6500] 3 months flynd Added missing 'const' in licq_icqd.h.
(edit) @6499 [6499] 3 months flynd Coding style, removed tab characters for include files.
(edit) @6498 [6498] 3 months eugene Fixed the 'Keep Alias on Update' checkbox to be set only when alias is …
(edit) @6497 [6497] 3 months flynd Fixed indentation and some other coding style for the MD5 functions.
(edit) @6496 [6496] 3 months flynd Don't use two 32 bit vars for a 64 bit counter. Compiler can handle this …
(edit) @6495 [6495] 3 months flynd Use portable integer types from stdint.h instead of defining our own.
(edit) @6494 [6494] 3 months flynd md5 function fixed so revert r6491.
(edit) @6493 [6493] 3 months flynd Datatype 'long' is not 32 bits on 64 bit machines.
(edit) @6492 [6492] 3 months flynd Digest from md5 function might contain null bytes so we can't use normal …
(edit) @6491 [6491] 3 months flynd Reverted to using MD5 from openssl until our own md5 function has been …
(edit) @6490 [6490] 3 months flynd Don't overwrite icq server port setting with default value when opening …
(edit) @6489 [6489] 3 months flynd Dump entire packages, not just the first 0x180 bytes.
(edit) @6488 [6488] 3 months flynd Log MSG messages with unknown content.
(edit) @6487 [6487] 3 months flynd When we get invitations for unknown services, return a cancel message …
(edit) @6486 [6486] 3 months emostar Add our own MD5 function so we don't need to rely upon openssl fixes #1642
(edit) @6485 [6485] 3 months flynd Put default MSN server address and port as constants in header and made it …
(edit) @6484 [6484] 3 months flynd Changed default value to true as that is likely the behaviour most people …
(edit) @6483 [6483] 3 months flynd Always move user if shift key is pressed. Always just add to new group if …
(edit) @6482 [6482] 3 months flynd Added option to move users when dragging in contact list.
(edit) @6481 [6481] 4 months flynd 'Settings' is a better name than 'Modes'.
(edit) @6480 [6480] 4 months flynd Renamed misc modes page to 'Settings'. Moved status settings to separated …
(edit) @6479 [6479] 4 months flynd Put other user info pages as subpages of general.
(edit) @6478 [6478] 4 months flynd Don't compare bool with int.
(edit) @6477 [6477] 4 months flynd Only update groups that have actually changed. Set server group before …
(edit) @6476 [6476] 4 months flynd Don't trigger rename of contact when alias hasn't actually changed.
(edit) @6475 [6475] 4 months flynd Forgot the first line of the header files.
(edit) @6474 [6474] 4 months flynd Remake of user dialog to have same page handling as settings dialog. Added …
(edit) @6473 [6473] 4 months flynd Added function to save entire user with just one call.
(edit) @6472 [6472] 4 months flynd Increased size hint for event view dialog so authorization requests are …
(edit) @6471 [6471] 4 months flynd If we get an owner event, don't lock the owner at the same time as the …
(edit) @6470 [6470] 4 months flynd When we crash, disable signal handler so we can't get called again and …
(edit) @6469 [6469] 4 months flynd QCalendarWidget::updateCell() and QCalendarWidget::updateCells() does not …
(edit) @6468 [6468] 4 months flynd Use const pointers for user and owner objects in msn plugin.
(edit) @6467 [6467] 4 months flynd Use const pointers for user and owner objects in daemon when they are only …
(edit) @6466 [6466] 4 months flynd Use const pointer for owner objects that are fetched only for read access.
(edit) @6465 [6465] 4 months flynd Declare ICQOwner get functions as const.
(edit) @6464 [6464] 4 months flynd Using search & replace sometime gets too many hits.
(edit) @6463 [6463] 4 months flynd Use a const pointer for user objects that are only fetched for read …
(edit) @6462 [6462] 4 months flynd Declare get functions in user object as const so we can use const pointers …
(edit) @6461 [6461] 4 months flynd Fixed some cases where we kept a pointer to the alias string in the daemon …
(edit) @6460 [6460] 4 months flynd Should be a write lock here as we change things.
(edit) @6459 [6459] 4 months flynd Marked mutexes as mutable so it's possible to use a const pointer to a …
(edit) @6458 [6458] 4 months flynd Add stretchable space on all option pages, not just some of them.
(edit) @6457 [6457] 4 months erijo Interface updated
(edit) @6456 [6456] 4 months erijo 64-bit fixes.
(edit) @6455 [6455] 4 months flynd Switch previews for skin/icons when using arrow keys or scroll wheel on …
(edit) @6454 [6454]