Commit Graph

235 Commits

Author SHA1 Message Date
marian 936f602932 Added custom QWidget descendant class. Handle it when required to set parameters to a window's custom widget child.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2347 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-18 12:12:54 +00:00
marian e4a5d5c18f Handle selection set for custom tables.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2343 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-14 11:35:14 +00:00
marian 76d99233b4 Added capability to set key sequence properties.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2341 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-13 15:53:26 +00:00
marian fe7c5f2a27 Implemented setUrgent().
git-svn-id: http://yate.null.ro/svn/yate/trunk@2289 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-24 15:11:34 +00:00
marian c84d397da4 Added system tray icon support. Added menu build method to client. Replaced connect macro with function.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2285 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-24 11:50:15 +00:00
marian a897d4f58f Use custom table's method when updating rows. Fixed debug.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2274 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-21 14:29:21 +00:00
paulc 76707b5e30 Removed redundant configuration load.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2272 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-20 12:36:15 +00:00
paulc 9a7c10b13d Fixed compilation with gcc.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2271 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-20 12:32:47 +00:00
marian a0c69ba944 Dynamic properties can be created from config file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2270 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-20 11:15:39 +00:00
marian 9d0e63dfb9 Fixed bug: avoid using object's data/methods when a window is hidden in closeEvent() notification.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2265 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-17 15:27:58 +00:00
marian ebaa74e0c0 Added UI cache used to avoid loading the same file each time is needed.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2264 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-17 15:12:54 +00:00
marian 3e36829aec Prevent moving a maximized window.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2261 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-15 08:05:10 +00:00
marian 2c3c0108e3 Check accessible name when raising QAction actions.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2257 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-13 15:40:25 +00:00
marian eae9fffeaa Handle spin boxes in set/get text.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2254 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-07 15:39:47 +00:00
paulc 2df3a30388 Implementation of setMultipleRows for custom tables.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2243 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-29 09:20:59 +00:00
marian b2dae7cb22 Added methods used to insert a table row.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2241 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-27 16:39:42 +00:00
marian 10220b395d Lock screen update while clearing tables and lists.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2237 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-23 11:36:42 +00:00
marian 12dcc32fd8 Added dynamic property used to inhibit table selection change notification.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2232 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-21 15:44:50 +00:00
marian 425f1e1434 Split QtClient::property() into separate set/get property methods.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2219 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-19 08:03:49 +00:00
marian 96e346e045 Added spaces in ternary expressions and between operators and operands.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2212 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 14:41:30 +00:00
marian 0d883bd7a8 Added methods to get/set UTF8 representation from/to QString objects. Replaced macros with method calls.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2209 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 12:49:05 +00:00
marian 47f4f104c7 Added methods to update (set/add/delete) one or more table row(s) in one operation. Use them where appropriate.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2208 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 10:08:02 +00:00
marian 6050c0e169 Added parameter used to build UTC time instead of local one when formatting date/time.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2198 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-15 14:05:15 +00:00
marian 30594d8c89 Set the window the active one if the name parameter equals the window's id.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2177 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-02 11:29:03 +00:00
marian c91cbd37fb Now a QT window remembers its old id when created with an alias in order to be able to retrieve its section in config.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2171 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-28 15:48:03 +00:00
marian 230549647b Now custom widgets' parameters can be set when calling QtWindow::setParams().
git-svn-id: http://yate.null.ro/svn/yate/trunk@2162 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-15 10:02:51 +00:00
marian d59d6d7385 Added option to get a control's rich text. Adjusted method call to match the new list of parameters.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2158 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-14 15:04:55 +00:00
marian 1dcabf4441 Fixed window show when maximized.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2156 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-14 08:59:04 +00:00
marian e5b78e6a28 Added handler for dynamic properties used to trigger actions on key press events.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2155 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-13 07:34:17 +00:00
marian fe037eb9a8 Added separator parameter used to build custom widget's parameter list.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2154 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-11 16:00:38 +00:00
marian 7d517837e1 Build UTF8 strings when using QT functions that need QString parameters.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2151 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-08 09:38:12 +00:00
marian 437207a352 Check if a table is a custom one when showing/hiding its horizontal header.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2150 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-07 15:25:40 +00:00
marian baca563b21 Added methods to format a date/time string.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2149 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-07 15:23:18 +00:00
marian dce1bb9555 Added missing virtual method parameter.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2144 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-06 13:56:26 +00:00
paulc 380b59f1f6 Merged branches/marian/client up to rev. 2134.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2135 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-04 02:06:00 +00:00
paulc 14bf8a5cd3 Add configure time LDFLAGS to linker command line.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2006 acf43c95-373e-0410-b603-e72c3f656dc1
2008-06-03 10:59:16 +00:00
paulc e7316a6df5 Removed the GTK client.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2004 acf43c95-373e-0410-b603-e72c3f656dc1
2008-05-30 12:36:57 +00:00
paulc d9550d0f4b Fixes for building in FreeBSD.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1946 acf43c95-373e-0410-b603-e72c3f656dc1
2008-04-24 10:10:01 +00:00
paulc b53e67c206 Guess the proper instance of MOC in case it's not the first in path.
This can happen if both Qt3 and Qt4 are installed.


git-svn-id: http://yate.null.ro/svn/yate/trunk@1667 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-24 12:13:59 +00:00
paulc fd1e3df0d9 Changed menu names to be unique.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1615 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-10 18:44:20 +00:00
paulc 694998934f Detect Qt version and conditionally compile based on it.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1602 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-08 14:43:34 +00:00
paulc 166e0b5d3c Changes required to compile Qt4 under Linux.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1595 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-07 20:39:39 +00:00
paulc cb074008ed Qt, Yate2 and VS 2005 related fixes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1594 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-07 18:36:17 +00:00
paulc a409bda622 Fixed end of line property.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1583 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-07 08:17:17 +00:00
paulc eed2b1f5df Added Qt4 client, Windows project changes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1582 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-07 08:11:29 +00:00
paulc 559ab7a134 Use macros for all prefixes, added capability to skip PSTN and GUI packages.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1555 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-17 17:43:57 +00:00
paulc 4b8fd0c15b Don't dive into gtk2 subdir if Gtk client is disabled.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1519 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-06 14:34:49 +00:00
paulc 22462d7d25 Added 48x48 pixels icon.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1518 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-06 13:54:09 +00:00
paulc 1b72106844 Propagate "make clean" target in gtk2 subdirectory.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1497 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-27 00:31:54 +00:00
paulc b3946d3d3d Reverted to hardcoded relative paths because top_builddir is not portable
across autoconf versions.


git-svn-id: http://yate.null.ro/svn/yate/trunk@1484 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-23 14:14:54 +00:00
paulc b42a894ddc Directory reorder #3
git-svn-id: http://yate.null.ro/svn/yate/trunk@1476 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-15 23:06:36 +00:00
paulc bccee6022e Directory reorder #1
git-svn-id: http://yate.null.ro/svn/yate/trunk@1474 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-15 22:08:39 +00:00
paulc 6f2c70aa86 Added support for multiple module directories, can be specified from the
command line.


git-svn-id: http://yate.null.ro/svn/yate/trunk@1405 acf43c95-373e-0410-b603-e72c3f656dc1
2007-07-23 16:18:18 +00:00
paulc e1f0890f16 Fixed bug with older bash shells not supporting empty for lists.
git-svn-id: http://yate.null.ro/svn/yate/trunk@889 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-20 14:40:27 +00:00
paulc b76447ae3e Added launcher menu entries.
git-svn-id: http://yate.null.ro/svn/yate/trunk@868 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-15 21:42:51 +00:00
paulc cda2d9f1c2 Updated copyright and FSF address.
git-svn-id: http://yate.null.ro/svn/yate/trunk@815 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-27 15:08:43 +00:00
paulc 18705c3e87 Added capability to include optional YateLocal.mak file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@611 acf43c95-373e-0410-b603-e72c3f656dc1
2005-12-19 17:57:16 +00:00
paulc 458ebabdce Hopefully fixed bug 0000005 reported by maciejka.
git-svn-id: http://yate.null.ro/svn/yate/trunk@593 acf43c95-373e-0410-b603-e72c3f656dc1
2005-12-08 17:25:37 +00:00
paulc 8e2ef9d36c Changed link order of libraries to include -lyate after .cpp
git-svn-id: http://yate.null.ro/svn/yate/trunk@497 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-07 13:21:03 +00:00
paulc f64ca1875c Removed old Gtk-1 and Qt clients, added hashed lists.
git-svn-id: http://yate.null.ro/svn/yate/trunk@447 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-15 20:48:06 +00:00
paulc 7015c3798d Made h323 and gtk2 build on Windows.
git-svn-id: http://yate.null.ro/svn/yate/trunk@438 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-08 14:51:06 +00:00
paulc d1c8926c82 Added skinnable Gtk2 client.
git-svn-id: http://yate.null.ro/svn/yate/trunk@429 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-04 22:04:47 +00:00
paulc f015a3446e *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@421 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-01 21:12:16 +00:00
paulc ef847da06c Comment fixes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@408 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-17 17:17:24 +00:00
paulc 29dca81e9e Implemented Windows service.
git-svn-id: http://yate.null.ro/svn/yate/trunk@371 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-20 23:08:16 +00:00
paulc a6d938221a Fixed "make install" when no clients are compiled.
git-svn-id: http://yate.null.ro/svn/yate/trunk@337 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-07 18:02:41 +00:00
paulc 68862e7499 Can set the audio device.
git-svn-id: http://yate.null.ro/svn/yate/trunk@333 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-05 19:59:03 +00:00
paulc 5a1a653d16 Fix.
git-svn-id: http://yate.null.ro/svn/yate/trunk@332 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-05 19:38:09 +00:00
paulc 92e9df7d0d Sound device is configurable from config file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@331 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-05 19:12:48 +00:00
paulc 06f0a9374a Client related changes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@330 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-05 17:02:18 +00:00
paulc 545c07586a *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@329 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-05 16:49:23 +00:00
paulc b52a90a618 Updated copyright years, fixed %ll formatting.
git-svn-id: http://yate.null.ro/svn/yate/trunk@320 acf43c95-373e-0410-b603-e72c3f656dc1
2005-04-29 22:05:07 +00:00
paulc 8123c918b2 Moved the engine away, added install-noapi
git-svn-id: http://yate.null.ro/svn/yate/trunk@260 acf43c95-373e-0410-b603-e72c3f656dc1
2005-03-18 18:16:59 +00:00
paulc f29962b9b1 Fixed inconsistent behaviour of strdup. Added masquerade handler in osschan
and messages in clients so they can send DTMF.


git-svn-id: http://yate.null.ro/svn/yate/trunk@228 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-22 02:20:42 +00:00
paulc ffe79e2bfd Cleaned up Qt client.
OSS channel actually answers incoming calls.


git-svn-id: http://yate.null.ro/svn/yate/trunk@183 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 04:13:36 +00:00
paulc ca2f4ac86e Added spooky's changes to the Qt client
git-svn-id: http://yate.null.ro/svn/yate/trunk@181 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 02:32:57 +00:00
paulc f8a1595b61 Added final parameter to disconnect. Renamed most messages.
Version header file is generated at configure time. Added soname in library.
Proper handling of DTMF in IAX, H.323 and Zap.


git-svn-id: http://yate.null.ro/svn/yate/trunk@133 acf43c95-373e-0410-b603-e72c3f656dc1
2004-12-21 04:16:09 +00:00
paulc d3943a81c2 Don't attempt to start Qt if DISPLAY is not set - guaranteed to exit abruptly.
git-svn-id: http://yate.null.ro/svn/yate/trunk@130 acf43c95-373e-0410-b603-e72c3f656dc1
2004-12-15 00:28:37 +00:00
paulc 0942505685 Added a Qt-3 client by Dorin Lazar.
Cleaned up build system and also made it detect Qt libraries.


git-svn-id: http://yate.null.ro/svn/yate/trunk@128 acf43c95-373e-0410-b603-e72c3f656dc1
2004-12-14 03:09:26 +00:00
paulc 656e423474 Added copyright notice.
git-svn-id: http://yate.null.ro/svn/yate/trunk@114 acf43c95-373e-0410-b603-e72c3f656dc1
2004-11-29 03:56:41 +00:00
paulc 767e4dcc23 Fixed major memory leak in threads.
Added automatic restart when no module is busy.


git-svn-id: http://yate.null.ro/svn/yate/trunk@101 acf43c95-373e-0410-b603-e72c3f656dc1
2004-11-01 00:07:00 +00:00
diana b0912ed7c2 Support in gtkclient to call directly by not using the route module.
git-svn-id: http://yate.null.ro/svn/yate/trunk@64 acf43c95-373e-0410-b603-e72c3f656dc1
2004-09-24 18:44:05 +00:00
paulc b9e3bfabed Added gcc style printf argument check if supported.
Fixed benign warning in gtkclient exposed by this check.


git-svn-id: http://yate.null.ro/svn/yate/trunk@44 acf43c95-373e-0410-b603-e72c3f656dc1
2004-09-09 16:16:29 +00:00
paulc 7c853174bf Configuration::load() reports missing files.
Fixed crash on reload in GtkClient outside X.


git-svn-id: http://yate.null.ro/svn/yate/trunk@29 acf43c95-373e-0410-b603-e72c3f656dc1
2004-09-05 10:53:06 +00:00
diana f160f458b1 *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@19 acf43c95-373e-0410-b603-e72c3f656dc1
2004-07-22 21:17:07 +00:00