Commit Graph

237 Commits

Author SHA1 Message Date
Ioana Stanciu c56216f5a8 Updated copyright notices. 2023-05-23 17:01:06 +03:00
Ioana Stanciu ca129ad5ba Import SVN ignore propgs to git. 2023-02-17 16:53:39 +02:00
paulc 035a758980 Added some larger client icon files.
git-svn-id: http://voip.null.ro/svn/yate@6304 acf43c95-373e-0410-b603-e72c3f656dc1
2018-04-06 10:12:44 +00:00
paulc 277e34b576 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://voip.null.ro/svn/yate@6250 acf43c95-373e-0410-b603-e72c3f656dc1
2017-08-01 13:08:23 +00:00
marian 700e09abac Fixed bug: avoid infinite loop when adding items at ComboBox start.
git-svn-id: http://voip.null.ro/svn/yate@5896 acf43c95-373e-0410-b603-e72c3f656dc1
2014-08-04 15:02:42 +00:00
marian dd55fe080a Silenced unused variable compiler warning.
git-svn-id: http://voip.null.ro/svn/yate@5894 acf43c95-373e-0410-b603-e72c3f656dc1
2014-08-04 11:30:38 +00:00
paulc 1f1e27d68a Added configuration option --enable-lib-exec that can remove executable permission from installed shared libraries and Yate modules.
Attempt to detect the proper default to match Debian / Ubuntu install policy.


git-svn-id: http://voip.null.ro/svn/yate@5866 acf43c95-373e-0410-b603-e72c3f656dc1
2014-07-09 13:50:15 +00:00
paulc d56cecb40e 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://voip.null.ro/svn/yate@5755 acf43c95-373e-0410-b603-e72c3f656dc1
2014-02-05 11:42:17 +00:00
paulc 18e10bfd69 Changed license terms in each source file to reference an external file.
git-svn-id: http://voip.null.ro/svn/yate@5609 acf43c95-373e-0410-b603-e72c3f656dc1
2013-08-06 13:38:10 +00:00
marian 6e4873aaa3 Added property used to show another window when a window is activated.
git-svn-id: http://voip.null.ro/svn/yate@5570 acf43c95-373e-0410-b603-e72c3f656dc1
2013-07-08 13:36:53 +00:00
marian 6845e9f655 Added more window flags to set from ui. Don't move notification windows.
git-svn-id: http://voip.null.ro/svn/yate@5555 acf43c95-373e-0410-b603-e72c3f656dc1
2013-06-25 15:01:05 +00:00
marian d9d7ad9eb8 Added utility methods and classes to support drag@drop and showing busy indicator on widget.
git-svn-id: http://voip.null.ro/svn/yate@5479 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-23 10:03:18 +00:00
paulc 7c8b2d4c38 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://voip.null.ro/svn/yate@5449 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-12 13:19:14 +00:00
paulc d501fa64d2 Moved external code dependencies in separate make variables EXTERNFLAGS and EXTERNLIBS.
This prevents the external dependencies from inserting include and library paths.
Should prevent build failures caused by older Yate devel components in system paths.


git-svn-id: http://voip.null.ro/svn/yate@5064 acf43c95-373e-0410-b603-e72c3f656dc1
2012-05-17 11:39:42 +00:00
marian 8d200bdd92 Fixed bug: change window's enclosed widget height constraint instead of window's height constraint when moving the menubar.
git-svn-id: http://voip.null.ro/svn/yate@5012 acf43c95-373e-0410-b603-e72c3f656dc1
2012-04-19 12:45:31 +00:00
oana fa159ce82f Fixed bug introduced by changes in revision 5007. When searching for properties, look in the window widget.
git-svn-id: http://voip.null.ro/svn/yate@5011 acf43c95-373e-0410-b603-e72c3f656dc1
2012-04-18 14:53:42 +00:00
oana 669d920366 When searching for specific child widgets, set the top widget as the starting point for the search.
git-svn-id: http://voip.null.ro/svn/yate@5007 acf43c95-373e-0410-b603-e72c3f656dc1
2012-04-18 12:12:23 +00:00
oana 9cd3b7cea4 Create a parentless menu bar by copying it from the main window menu bar to be used as the default application menu on Mac OS X.
git-svn-id: http://voip.null.ro/svn/yate@5003 acf43c95-373e-0410-b603-e72c3f656dc1
2012-04-09 12:31:36 +00:00
oana 962647b836 Do load and unload of modules on the main thread. Added the possibility of replacing themain loop of the engine.
git-svn-id: http://voip.null.ro/svn/yate@4999 acf43c95-373e-0410-b603-e72c3f656dc1
2012-04-06 15:27:35 +00:00
oana d3510a2ab7 Removed leftofter debug message.
git-svn-id: http://voip.null.ro/svn/yate@4998 acf43c95-373e-0410-b603-e72c3f656dc1
2012-04-05 14:53:09 +00:00
oana b753ddae00 Added a method to verify if call parameters look correct. Show a hint message in the interface it not all required parameters are present.
git-svn-id: http://voip.null.ro/svn/yate@4995 acf43c95-373e-0410-b603-e72c3f656dc1
2012-04-05 10:52:23 +00:00
oana 3d323905a0 Added support to run the client on the main thread. Run the Qt4 Client on the main thread.
git-svn-id: http://voip.null.ro/svn/yate@4990 acf43c95-373e-0410-b603-e72c3f656dc1
2012-04-04 12:31:32 +00:00
oana edf4c2fc7a Client does not inherit Thread anymore. Use separte thread to run the client on.
git-svn-id: http://voip.null.ro/svn/yate@4987 acf43c95-373e-0410-b603-e72c3f656dc1
2012-04-04 09:42:06 +00:00
marian 4fed6c95d2 Check object type before cast.
git-svn-id: http://voip.null.ro/svn/yate@4959 acf43c95-373e-0410-b603-e72c3f656dc1
2012-03-08 08:42:46 +00:00
marian 653b3daf56 Removed unused variable.
git-svn-id: http://voip.null.ro/svn/yate@4911 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-17 10:33:38 +00:00
marian 215982acbd Added support to set height for widgets inside custom objects. Added support to set layout margins when building a custom widget in a frame.
git-svn-id: http://voip.null.ro/svn/yate@4908 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-16 15:52:52 +00:00
marian 3fdb169852 Added suport to load style and platform depending css files.
git-svn-id: http://voip.null.ro/svn/yate@4903 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-14 09:46:56 +00:00
marian 902cbc8aa8 Added extra client method used to set an element's image with fit request. Added extra fit parameter (defaults to false) to window's set image method.
git-svn-id: http://voip.null.ro/svn/yate@4902 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-13 15:27:38 +00:00
marian cba38fdbfc Added method used to set/reset widget attributes.
git-svn-id: http://voip.null.ro/svn/yate@4874 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-10 09:02:28 +00:00
marian 4e3d7f4d7f Changed images.
git-svn-id: http://voip.null.ro/svn/yate@4869 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-09 14:24:16 +00:00
marian 41e4831d33 Made file dialogs window modal.
git-svn-id: http://voip.null.ro/svn/yate@4848 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-07 14:42:52 +00:00
marian 171e0cf694 Changed stylesheet file name.
git-svn-id: http://voip.null.ro/svn/yate@4843 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-07 11:23:43 +00:00
marian ac5c809f2e Optionally load application stylesheet from file.
git-svn-id: http://voip.null.ro/svn/yate@4837 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-06 13:40:47 +00:00
marian ae812cf5c4 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://voip.null.ro/svn/yate@4829 acf43c95-373e-0410-b603-e72c3f656dc1
2012-02-03 17:31:33 +00:00
marian 62daa4683e Fixed bug: avoid accessing a NULL pointer.
git-svn-id: http://voip.null.ro/svn/yate@4443 acf43c95-373e-0410-b603-e72c3f656dc1
2011-06-07 11:52:30 +00:00
marian c1569b9b5f Optimized const String usage in client engine and qt library.
git-svn-id: http://voip.null.ro/svn/yate@4439 acf43c95-373e-0410-b603-e72c3f656dc1
2011-06-06 13:49:18 +00:00
marian 8c42b4b4b4 Added method used to retrieve and load image files from/into global application pixmap cache.
git-svn-id: http://voip.null.ro/svn/yate@4339 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-27 11:26:49 +00:00
marian 3349b2c714 Handle comma separated list of properties to save for a custom widget.
git-svn-id: http://voip.null.ro/svn/yate@4316 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-18 15:14:11 +00:00
marian eefd392cf5 Handle StringList type when setting an object's property.
git-svn-id: http://voip.null.ro/svn/yate@4315 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-18 15:13:23 +00:00
marian 9bb443a177 Changed application icons.
git-svn-id: http://voip.null.ro/svn/yate@4258 acf43c95-373e-0410-b603-e72c3f656dc1
2011-04-01 15:22:24 +00:00
marian 0c0cac0827 Hook chat parent window key press events and redirect them to chat input. Set focus on chat input on success.
git-svn-id: http://voip.null.ro/svn/yate@4109 acf43c95-373e-0410-b603-e72c3f656dc1
2011-02-14 13:41:39 +00:00
marian ea395e92ac Allow table horizontal header text alignment to be specified from designer.
git-svn-id: http://voip.null.ro/svn/yate@4020 acf43c95-373e-0410-b603-e72c3f656dc1
2011-01-13 11:30:58 +00:00
marian 35d62b9e11 Fixed memory leak: remove the old tray icon menu before set a new one.
git-svn-id: http://voip.null.ro/svn/yate@4006 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-22 11:39:03 +00:00
paulc c45aa74513 Added yate as dependency of yate-client-common, fixed icon in menus.
git-svn-id: http://voip.null.ro/svn/yate@3996 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-20 09:45:13 +00:00
paulc 62956d7119 Changed the tray icon updating logic so existing icons can be reused.
This prevents the tray icon from being repeatedly deleted and inserted.


git-svn-id: http://voip.null.ro/svn/yate@3987 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-19 15:16:24 +00:00
marian 129e031810 Update active flag and notify "window_active_changed" to the client when the application is deactivated.
git-svn-id: http://voip.null.ro/svn/yate@3976 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-17 15:51:52 +00:00
marian 7cbbab432f Handle QTextBrowser widget class when set/get widget text.
git-svn-id: http://voip.null.ro/svn/yate@3974 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-17 14:08:44 +00:00
marian 50fcc106da Added active flag the Window class. Update it when window active state changes. Added client method used to retrieve the active state of a window.
git-svn-id: http://voip.null.ro/svn/yate@3973 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-17 12:57:11 +00:00
marian eb42f1f22e Notify window_active_changed toggle to the client when a window's active state changes.
git-svn-id: http://voip.null.ro/svn/yate@3969 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-17 12:04:55 +00:00
marian b5e8d2161c Don't require a list of parameters when deleting a tray icon.
git-svn-id: http://voip.null.ro/svn/yate@3964 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-16 17:04:22 +00:00