Commit Graph

303 Commits

Author SHA1 Message Date
Nedko Arnaudov 32b8df4417 Update meson to match wscript state 2023-08-27 20:51:42 +03:00
Nedko Arnaudov 10c8506a5e Merge branch 'stable' into 'main' 2023-06-10 21:58:33 +03:00
Nedko Arnaudov a35f11d0ec gladish: comment out inclusion of removed header 2023-06-10 21:57:32 +03:00
Nedko Arnaudov da2edb9c0e switch to cdbus code from libcdbus.so 2023-05-01 07:46:34 +03:00
Nedko Arnaudov 3f24a3fb96 gladish.desktop: use Engeneering category
good suggestion by Dominique Michel
2021-02-22 01:10:59 +02:00
Max Audron a594323102 add gladish to meson build 2021-02-14 14:25:57 +01:00
Nedko Arnaudov 9d7e38b3b0 gladish: Fix load project dialog
Before this fix, the dialog was not allowing directory browsing.

In previous versions of GTK, the dialog used to work.
Why it stopped working is not known.
2021-02-09 07:04:39 +02:00
Nedko Arnaudov 5fe205f2dc gladish: don't crash when unable connect to dbus 2014-09-11 18:37:54 +03:00
Nedko Arnaudov e8f6f15762 gladish: quit on ctrl-q 2012-12-31 17:49:11 +02:00
Nedko Arnaudov ebce813997 Fix unused-parameter warnings in plain C code 2012-12-02 23:50:05 +02:00
Nedko Arnaudov abf820278b extra compiler warnings 2012-12-02 21:39:51 +02:00
Nedko Arnaudov ce46d97bd5 Comment out useless code in flowcanvas and make the clang static analyzer happy 2012-11-19 09:06:04 +02:00
Nedko Arnaudov a45b9576f0 Fix memory leak when separator is added to dynmenu; check for allocation failure otherwise 2012-11-19 08:28:06 +02:00
Nedko Arnaudov 304a3d16ae Fix memory leak in strdup() failure handling code path 2012-11-19 08:06:45 +02:00
Nedko Arnaudov 15f637b92b Improve handling of failure to get studio name 2012-11-19 07:52:54 +02:00
Nedko Arnaudov f0d11f411f Fix error checks in graph_client module 2012-11-19 07:42:23 +02:00
Nedko Arnaudov 49eca113c8 remove set but not used variable
Fixes warning with newer gcc versions
2012-05-16 21:17:59 +03:00
Nedko Arnaudov 67cc9c9e05 embed flowcanvas-0.7.1 2012-04-07 23:47:03 +03:00
Nedko Arnaudov d497e80d6b disable lash apps in studios
they dont work properly on studio renames
because app uuids are not regenerated
2011-12-19 01:33:53 +02:00
Nedko Arnaudov e85a6e96fe setting for jack conf tool 2011-12-19 00:16:51 +02:00
Nedko Arnaudov a0738fe6e7 dbus/ -> cdbus/ 2011-11-09 02:45:13 +02:00
Nedko Arnaudov 640ca88481 Implement JS delay workaround. #187
yoshimi-0.060.10 jack session implementation is broken. Save complete
reply is sent from the jack session callback but the actual save is
made asynchronously, in the main thread, on next main loop iteration.

This changeset implements workaround for app bugs like this.
User is able to set JS delay in seconds. Default is zero.
2011-10-23 03:54:04 +03:00
Nedko Arnaudov 02dfa258f2 save gtkbuilder file with the blessed glade3 tool
Custom version of the glade tool was used, 3_6_7-3-gc556475
2011-10-23 03:06:07 +03:00
Maxim Kachur a3b38602bb update translations, new string
* make "Disconnect All" string translatable for port context menu
 (canvas)
2011-10-13 01:13:21 +04:00
Maxim Kachur 0083b1aaa9 fix for wrong rename port dialog title 2011-10-13 01:03:41 +04:00
Nedko Arnaudov f42b4fbef7 operational jack session implementation 2011-10-02 00:47:50 +03:00
Nedko Arnaudov 9ef9615bd1 gladish: fix crash introduced in e9ae6c1be8 2011-09-10 04:04:35 +03:00
Nedko Arnaudov 6aa44e9ab9 dbus_ -> cdbus_ renames 2011-09-10 03:35:48 +03:00
Nedko Arnaudov e9ae6c1be8 fix another compiler warning
../gui/studio.c:86:16: error: variable 'tooltip' set but not used [-Werror=unused-but-set-variable]
2011-09-10 01:32:36 +03:00
Nedko Arnaudov 4f7a90a499 gladish: fix lash radio button sensitivity 2011-09-03 03:21:54 +03:00
Nedko Arnaudov e2b9461547 fix for #173
libappmenu seems to activate disabled menu items.
the implemented fix ignores such activations
2011-08-31 02:53:36 +03:00
Nedko Arnaudov 026659406a LASH support in ladishd 2011-08-04 02:59:01 +03:00
Nedko Arnaudov 53845918fe prefix cdbus global vars with unique prefix 2011-07-31 20:04:01 +03:00
Nedko Arnaudov 997630bfb7 use strings for app levels
With jack-session on the manege, strict L0-L3 classification
does not reflect the actual situation. LASH and jack-session
are still L2 though.
2011-07-28 15:15:47 +03:00
Nedko Arnaudov 78f07f7ad1 remove empty client functionality 2011-06-07 04:11:59 +03:00
Nedko Arnaudov cd3c2e4af4 Fix warning
../gui/save_project_dialog.c:61:15: error: variable ‘path_button’ set but not used [-Werror=unused-but-set-variable]
2011-06-02 19:37:41 +03:00
Nedko Arnaudov f33b58ac85 new vclient and move port functionality 2011-06-01 06:12:54 +03:00
Nedko Arnaudov beef6e7d44 join vclients functionality 2011-06-01 05:37:02 +03:00
Nedko Arnaudov 0bb1d523d7 vclient rename 2011-06-01 04:48:53 +03:00
Nedko Arnaudov 60280f1b89 vport rename 2011-06-01 04:18:16 +03:00
Nedko Arnaudov e0ec247159 split vclient functionality
vgraph manipulation is going to be able to do more than split
2011-06-01 03:04:18 +03:00
Dan A. Muresan fc987c0a36 Fixed a memory leak (dynmenu.description) 2011-05-14 15:40:10 +03:00
Nedko Arnaudov 717ad805ac gui: another fix for the port menu creation callback
The port menu creation callback was called only once. The menu was
then reused.

Maybe this has to be fixed in flowcanvas by making on_menu_hide() virtual.
2011-04-26 09:30:16 +03:00
Nedko Arnaudov 6dce02ccb4 gui: fix module and port menu creation callbacks
The module menu creation callback was called only once. The menu was
then reused. The port menu callback was never called.
2011-04-26 09:16:39 +03:00
Nedko Arnaudov a4509eb981 untabify 2011-04-26 09:14:45 +03:00
Nikita Zlobin df56cfc246 save_as dialog: Don't add signal connection for path button each time when it is opened - to avoid multiplied emits 2011-02-22 13:16:57 +05:00
Nedko Arnaudov 9a90f3367c comply with Freedesktop.org's specification. Closes #168
Patch by Alessio Treglia
2011-01-29 13:44:26 +02:00
Nedko Arnaudov 3d947dd6a3 gladish: mark a2j ports on gladish canvas. Fix for #154 2010-12-29 23:44:04 +02:00
Nedko Arnaudov 65315d1252 Update GUI state when first view is activated 2010-12-27 03:44:54 +02:00
Nedko Arnaudov adf0550947 gladish: don't show project menu items in the context menu when studio is not started. Fix for #128 2010-12-27 03:27:35 +02:00