Commit Graph

48 Commits

Author SHA1 Message Date
marian 279f2ae6fe Fixed TokenDict arrays not ending with token and value set to 0.
git-svn-id: http://yate.null.ro/svn/yate/trunk@6342 acf43c95-373e-0410-b603-e72c3f656dc1
2019-01-18 09:46:21 +00:00
paulc c4c9e994f0 Renamed DebugGoOn to DebugCrit so it better matches its purpose.
Swapped order of DebugCall and DebugNote so DebugCall is less visible.
Changed default debug level to DebugNote.
Modified a few inadequate uses of DebugCrit.


git-svn-id: http://yate.null.ro/svn/yate/trunk@6250 acf43c95-373e-0410-b603-e72c3f656dc1
2017-08-01 13:08:23 +00:00
marian 8ad22c514b Removed unused data member.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5892 acf43c95-373e-0410-b603-e72c3f656dc1
2014-08-04 10:25:46 +00:00
paulc 37a72e4bc1 Added copyright notices to sources and scripts missing them.
Updated copyright notices for 2014.
Fixed end of lines in many files.


git-svn-id: http://yate.null.ro/svn/yate/trunk@5755 acf43c95-373e-0410-b603-e72c3f656dc1
2014-02-05 11:42:17 +00:00
paulc 4a36b1aff2 Fixed comment destroyed by script.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5610 acf43c95-373e-0410-b603-e72c3f656dc1
2013-08-06 13:49:03 +00:00
paulc cf5d0fd71a Changed license terms in each source file to reference an external file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5609 acf43c95-373e-0410-b603-e72c3f656dc1
2013-08-06 13:38:10 +00:00
marian 988a9877e4 Fixed state image draw condition.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5485 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-23 13:36:33 +00:00
marian ab33142e65 Added custom tree support for: drag&drop, multiple selection, drawing extra buttons using item delegates. Added custom file list with capability to load and list directory content.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5481 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-23 10:45:02 +00:00
paulc 3b49b78ecb Added a shared static list of Atom strings and an YATOM macro.
This speeds up signifficantly the Yate RTTI on compilers that HAVE_BLOCK_RETURN.
Made the String comparison operator inline to shave off a few cycles.
Fast handle the comparison in identity case.


git-svn-id: http://yate.null.ro/svn/yate/trunk@5449 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-12 13:19:14 +00:00
marian 0b3238358d Apply custom tree widget attributes from parameters.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4875 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-10 09:10:21 +00:00
marian bf7cb7d6bc Moved channel control buttons to channel item in channels list. Conference and transfer are now done from master channel and shown in its item in channels list. Changed user interface colors and shapes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4829 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-03 17:31:33 +00:00
marian 40fb1442a6 Allow columns with empty title in custom tables.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4819 acf43c95-373e-0410-b603-e72c3f656dc1
2012-01-25 10:18:35 +00:00
marian 979e496e80 The contact list now remembers and restores contact group items expanded/collapsed state.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4572 acf43c95-373e-0410-b603-e72c3f656dc1
2011-08-26 15:07:23 +00:00
marian c8c1ff2798 Removed extra debug message parameter.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4468 acf43c95-373e-0410-b603-e72c3f656dc1
2011-06-29 09:26:57 +00:00
marian d52fae3a59 Fixed bug: check the correct value when comparing 2 strings.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4343 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-27 14:57:39 +00:00
marian 761cdc82b4 The custom tree (and ContactList) is now using a custom item delegate to display html content in cells (faster then using widgets).
git-svn-id: http://yate.null.ro/svn/yate/trunk@4342 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-27 14:39:20 +00:00
marian 1b6401d6a4 Added client method used to replace plain text chars with html markups.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4341 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-27 12:09:19 +00:00
marian f8e4aaf447 Custom tree widget's columns can now be configured (including checkable columns) and updated.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4317 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-18 15:20:08 +00:00
marian 1f5c8cc121 Fixed usage of QT template with another template parameter.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4291 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-13 13:19:51 +00:00
marian bd832f89a2 The ContactList is now displaying contacts in ascending order of their name.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4290 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-13 12:51:58 +00:00
marian 8fa7fcf95a The custom contact list can now handle chat room contacts.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4208 acf43c95-373e-0410-b603-e72c3f656dc1
2011-03-24 12:08:50 +00:00
marian 7cace28fc9 Fixed bug: exit read file loop when searched string was found. Don't try to recover incomplete chat entry after reading the session: it will have an incorrect format.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4113 acf43c95-373e-0410-b603-e72c3f656dc1
2011-02-17 16:20:51 +00:00
marian 10fd351390 Hook chat parent window key press events and redirect them to chat input. Set focus on chat input on success.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4109 acf43c95-373e-0410-b603-e72c3f656dc1
2011-02-14 13:41:39 +00:00
marian 4cebec7015 Trigger tree name action when Enter key is pressed on selected item.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4100 acf43c95-373e-0410-b603-e72c3f656dc1
2011-02-06 15:37:20 +00:00
marian 585b0616aa Fixed bug: update all contact items in the tree when groups list didn't changed.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4059 acf43c95-373e-0410-b603-e72c3f656dc1
2011-01-24 11:13:01 +00:00
marian 749c88cf0e Conditionally compile debug message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4027 acf43c95-373e-0410-b603-e72c3f656dc1
2011-01-17 11:27:27 +00:00
marian 706983d490 Set enclosed widget's object name to allow access to it.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4026 acf43c95-373e-0410-b603-e72c3f656dc1
2011-01-17 11:09:51 +00:00
marian 15d9d57dab Pass the correct file offset when decoding a chat entry to see it in debug messages.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4010 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-22 14:48:26 +00:00
marian 31129c78de Conditionally build debug message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4009 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-22 14:35:52 +00:00
marian 3896c7a7d8 Fixed bug: return the buffer length if 2 NULL values are not found in it.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4008 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-22 14:31:51 +00:00
marian a6cb30883d Implemented room chat logging.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4007 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-22 12:15:53 +00:00
marian c570d5b24a Added support to add custom item types and item statistics (like child count). Added support to add an item indicating its parent. Allow building custom trees.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4005 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-22 11:27:41 +00:00
marian c712be0b1e Added flash item feature to the widget list (change tab text color).
git-svn-id: http://yate.null.ro/svn/yate/trunk@3977 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-17 15:55:05 +00:00
marian 8d5139f4c1 The custom widget list is now notifying selection changes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3971 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-17 12:11:09 +00:00
marian 2c41bf7853 Show contact status, URI and account in contact list item tool tip.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3967 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-17 10:14:34 +00:00
marian a41e029787 Added client archive to make files. Added client archive header file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3955 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-16 13:08:50 +00:00
marian 275c6b40d1 Implemented chat log (archive).
git-svn-id: http://yate.null.ro/svn/yate/trunk@3950 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-16 11:04:57 +00:00
marian 6891ab17fd Added search and highlight/restore found text feature to custom text widget.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3949 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-16 10:51:47 +00:00
marian df046769b8 Implemented getOptions() for widget list.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3946 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-15 15:22:42 +00:00
marian d1e7b432fe Removed unused method declaration.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3945 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-15 15:21:15 +00:00
marian 91ec0823de Fixed bug: don't set the width if the last table column if set to be stretched.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3943 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-15 12:53:08 +00:00
marian 3a5dfa8779 Merged client logic, qt library and ui changes from client branch into trunk.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3933 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-08 14:37:24 +00:00
paulc bdc79c79c4 Make sure the proper constructor is called and the probe config file is loaded.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2592 acf43c95-373e-0410-b603-e72c3f656dc1
2009-04-17 15:57:02 +00:00
marian e3bee7f447 Disable updater if the file updater.conf exists in application install directory and can't be saved.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2591 acf43c95-373e-0410-b603-e72c3f656dc1
2009-04-17 15:26:37 +00:00
paulc 80d0d5ec88 Delete updater executable at next start if policy is to automatically install updates.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2381 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-30 17:07:47 +00:00
paulc 40cb4e49fe Get default updater policy from client config file.
Exit using Engine method, don't trust Qt client.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2380 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-30 16:38:06 +00:00
paulc 3f1d9f4c3b Made updater build in Visual Studio 2005.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2378 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-29 20:27:49 +00:00
paulc 1b6b361cb4 Added Qt-4 based update downloader client module.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2377 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-29 19:45:23 +00:00