Commit Graph

2517 Commits

Author SHA1 Message Date
Nedko Arnaudov 03629cd633 dict implementation 2009-09-07 01:05:36 +03:00
Nedko Arnaudov a964d9c768 basic ports 2009-09-06 20:31:42 +03:00
Nedko Arnaudov af60782a80 Fix graph duplication on studio start 2009-09-06 17:48:55 +03:00
Nedko Arnaudov d56df28d54 Fix bug in client appeared signal emit
instead of real id, next unused id was emited, thus confusung signal receivers
because on disappear the real id was sent.
2009-09-06 17:45:39 +03:00
Nedko Arnaudov 9d467024aa Move per-graph client data to graph implementation 2009-09-06 16:40:03 +03:00
Nedko Arnaudov 813c97bed1 graph_iface -> graph 2009-09-06 15:30:29 +03:00
Nedko Arnaudov 0d586b039c graph id and link is also per graph 2009-09-06 14:19:33 +03:00
Nedko Arnaudov 9f20fbedfd Fix tight loop on studio unload caused by recent development 2009-09-06 11:33:59 +03:00
Nedko Arnaudov d7473e1fca Basic jack dispatcher 2009-09-06 01:15:25 +03:00
Nedko Arnaudov 3fb3fcc75e Virtual clients in studio graph 2009-09-06 00:13:05 +03:00
Nedko Arnaudov c677ed1f7c Remove tabs in wscript 2009-09-05 19:23:40 +03:00
Nedko Arnaudov 9ce6f0a4e4 Allow external creation of input message for dbus_call() 2009-09-05 19:19:55 +03:00
Nedko Arnaudov 9290a15648 rewrite the helper for emiting signals 2009-09-05 19:12:53 +03:00
Nedko Arnaudov ceef54d330 Rename dbus_call_simple() to dbus_call() and fix input_signature type
It is not simple because NULL can be supplied for output signature.
In future NULL will be valid for input signature too.
NULL signature means that message is handled externally.
input_signature is const point now. It is not modified.
2009-09-05 19:04:56 +03:00
Nedko Arnaudov 303d802270 Move generic message helpers out of method.h 2009-09-05 18:31:25 +03:00
Nedko Arnaudov 68d4ac0eca Remove dbus/types.h
Handles must be defined as type
2009-09-05 18:18:07 +03:00
Nedko Arnaudov 867f06a597 Hide dbus_object_path internals behind the interface 2009-09-05 17:27:56 +03:00
Nedko Arnaudov e2100254c2 New logo and icons by Lapo Calamandrei 2009-09-05 15:53:28 +03:00
Nedko Arnaudov e3b12afc0e Allow different interfaces of same object path to have different contexts 2009-09-05 15:29:09 +03:00
Nedko Arnaudov 47728b1cd8 Dual license dbus helpers to match the libdbus licensing
Juuso Alasuutari will sign this commit with a GPG signed git tag
2009-09-05 00:13:40 +03:00
Nedko Arnaudov 322dca7c1c cleanup dbus helpers 2009-09-04 02:27:05 +03:00
Nedko Arnaudov 11383c89d3 Eradicate the compat liblash implementation 2009-09-04 02:21:48 +03:00
Nedko Arnaudov ac92f6abc3 Fix some typos in README 2009-09-03 20:05:25 +03:00
Nedko Arnaudov 4c114d563a patchbay -> graph_iface 2009-09-03 06:10:52 +03:00
Nedko Arnaudov f4bf5df38e Properly prefix graph proxy identifiers 2009-09-03 05:55:28 +03:00
Nedko Arnaudov e40bb25e13 daemon: jack graph proxy object 2009-09-03 05:45:39 +03:00
Nedko Arnaudov 053ce63196 Improve handling jack_proxy_init() failure 2009-09-03 05:44:14 +03:00
Nedko Arnaudov 00c9bf0303 Fix memory leak 2009-09-03 05:42:35 +03:00
Nedko Arnaudov dbac3eddf8 Bump version to 0.2 2009-09-01 22:52:24 +03:00
Nedko Arnaudov 8c06cbb5ff Improve configure checks. Closes #10
* Actually use the result of boost headers check
 * Enable boost tool options
 * If required libraries are not installed, don't build
   gladish but still build the non-gui parts.
2009-09-01 22:47:12 +03:00
Nedko Arnaudov 0d1ac13dd3 make git_ver work with tarball 2009-09-01 03:18:37 +03:00
Nedko Arnaudov 50a72744c8 Some docs 2009-09-01 02:22:16 +03:00
Nedko Arnaudov 8b9c18ed99 Adjust configure checks and link dependencies 2009-09-01 02:21:20 +03:00
Nedko Arnaudov c5a9c369b4 ladish_control: python3 improvements 2009-09-01 02:16:22 +03:00
Nedko Arnaudov 9f3b9d1b59 flowcanvas git submodule 2009-09-01 01:58:28 +03:00
Nedko Arnaudov c6ef31888c Make liblash build optional and disabled by default
Installing it is bad, because it is not working yet and because
early previews will require users to uninstall LASH for no reason.
2009-09-01 00:41:31 +03:00
Nedko Arnaudov c9287c690c liblash: fix unresolved external 2009-09-01 00:28:38 +03:00
Nedko Arnaudov 744350e2f7 gladish: Display version in the about box 2009-09-01 00:25:24 +03:00
Nedko Arnaudov 01b9eb20c8 gladish: display about box on help->about 2009-09-01 00:19:52 +03:00
Nedko Arnaudov 0d7297b1a6 gladish: Disable menu items that are not implemented yet 2009-09-01 00:13:48 +03:00
Nedko Arnaudov fd477dfab9 gladish: view->toolbar menu item works again 2009-09-01 00:11:49 +03:00
Nedko Arnaudov f4cc65cdc2 Fix initial sensivity of studio start, stop and rename menu items 2009-09-01 00:03:01 +03:00
Nedko Arnaudov 2707847f18 Remove not working ctrl-o accelerators 2009-08-31 23:59:58 +03:00
Nedko Arnaudov 31d0aa9d0f gladish: Studio status visualization 2009-08-31 23:57:21 +03:00
Nedko Arnaudov c9c349ae8c gladish: Menu entry for JACK configuration (starts ladiconf) 2009-08-31 23:23:07 +03:00
Nedko Arnaudov 090d8e30e7 laditools git submodule 2009-08-31 21:50:36 +03:00
Nedko Arnaudov 403ac0e747 Escaping fixes. Closes #3 2009-08-31 04:19:50 +03:00
Nedko Arnaudov 3b5b82c02b Display message box when command from gladish to ladishd fails. Closes #8 2009-08-31 03:25:58 +03:00
Nedko Arnaudov f77ec1ed29 Fix glade warnings
* Gtk-WARNING **: Ignoring the separator setting
 * libglade-WARNING **: could not find a parent that handles internal children for 'vbox'
2009-08-31 03:04:31 +03:00
Nedko Arnaudov 2c4d943438 Improve fetch of jack config
* Don't try to fetch jack config on new studio creation - it should be fetched on start, after user has configured JACK
 * Clear old jack configuration before fetching new one.
2009-08-31 02:47:08 +03:00