Commit Graph

3427 Commits

Author SHA1 Message Date
Nedko Arnaudov 67cc9c9e05 embed flowcanvas-0.7.1 2012-04-07 23:47:03 +03:00
Alessio Treglia 466d958b82 Refresh against the laditools' first stable release.
ladiconf -> ladi-control-center
2012-03-23 19:19:55 +01:00
Nedko Arnaudov 7f05684806 Development cycle for version 2 2012-03-05 04:12:00 +02:00
Alessio Treglia 835756ac02 Fix small misspellings. 2012-01-13 21:04:36 +01:00
Alessio Treglia 17c1068c47 Add a script to generate an unpacked instance of the waf all-in-one blob.
Reference: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654469
2012-01-09 18:50:33 +01:00
Nedko Arnaudov e4f04599ab update jack2 submodule to 1.9.8 ladi branch 2011-12-19 18:05:10 +02: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 11122ed666 Update NEWS for version 1 2011-12-19 00:54:16 +02:00
Nedko Arnaudov 4a2c6cc69b Update NEWS for preview 3 2011-12-19 00:48:34 +02:00
Nedko Arnaudov ac5a278f10 version 1 2011-12-19 00:36:27 +02:00
Nedko Arnaudov e85a6e96fe setting for jack conf tool 2011-12-19 00:16:51 +02:00
Nedko Arnaudov d66d57ae8a liblash: disable debug messages 2011-12-18 23:34:17 +02:00
Nedko Arnaudov cd3684d1ad cdbus: macros for defining interfaces with default handler 2011-11-09 02:59:26 +02:00
Nedko Arnaudov a0738fe6e7 dbus/ -> cdbus/ 2011-11-09 02:45:13 +02:00
Nedko Arnaudov 4202100444 cdbus: prefix macros with CDBUS_ 2011-11-09 02:38:22 +02:00
Nedko Arnaudov 9202dae129 cdbus: remove lash traces
* rename cdbus header include guards to use CDBUS_ instead of LASH_DBUS_
 * remove dbus/error.h and dbus/error.c

error.h contained lash/ladish specific error strings and
lash_dbus_error() prototype. lash_dbus_error() is renamed to
cdbus_error() and its implementation is moved to dbus/method.c. The
D-Bus error strings that have DBUS_ERROR_XXX matches are removed and
their uses are switched to the libdbus variants. The ladish specific
error strings are moved to dbus_constants.h
2011-11-06 00:10:10 +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
Nedko Arnaudov 60efb8728f failed boost headers check should not stop configure anymore 2011-10-15 20:28:07 +03:00
Nedko Arnaudov 17e12e1e84 remove unused variable
gcc 4.6 was reporting warning:
../daemon/room_save.c:372:8: error: variable ‘ret’ set but not used [-Werror=unused-but-set-variable]
2011-10-15 20:00:46 +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
Maxim Kachur fcc1119eaa update russian translation 2011-10-13 01:00:32 +04:00
Maxim Kachur 470aaee32a update french translation
* po/fr.po: fix one string broken by charset conversion while patch
 * mailing
2011-10-12 18:26:57 +04:00
graciasfidel ec8bed7d95 Update translation fr
Signed-off-by: Maxim Kachur <mcdebugger@duganet.ru>
2011-10-12 18:18:01 +04:00
Maxim Kachur 95fdd69973 sync and update translations
* sync po/gladish.pot and po/*.po files with source code
 * po/ru.po update russian translation
2011-10-11 21:15:05 +04:00
Nedko Arnaudov 6df7809837 Call the save completion callback when ladish_js_save_app() fails. #185 2011-10-11 03:52:58 +03:00
Nedko Arnaudov 88712ad5e5 simplify ladish_room_save_project() error handling
the callback is always called. the function has not return value anymore.
2011-10-11 03:46:59 +03:00
Nedko Arnaudov 8ba2d5f991 daemon: fix function name
ladish_room_project_complete -> ladish_room_project_save_complete
2011-10-11 03:41:20 +03:00
Nedko Arnaudov b592ac3cb7 fix compiler warning 2011-10-11 01:24:53 +03:00
Nedko Arnaudov 69dd3f5611 fix warnings when building with disabled stacktrace 2011-10-10 04:42:56 +03:00
Nedko Arnaudov f993abbe9b fix build against older libdbus 2011-10-10 04:42:08 +03:00
Nedko Arnaudov 9908fe7a0d fix alsapid build on non-linux systems. #181 2011-10-10 04:41:16 +03:00
Nedko Arnaudov f14ff0f10e ladishd: when starting apps, always use shell. Fix #179
terminal emulators expect split commandline.
without terminal emulator and without shell, commandline must be split.
2011-10-02 16:03:26 +03:00
Nedko Arnaudov 17e02f89a3 fix ladish_control new app commands. #183 2011-10-02 03:37:47 +03:00
Nedko Arnaudov 36ef11202b alsapid: make it work again
c62134ca6e broke alsapid
2011-10-02 02:30:46 +03:00
Nedko Arnaudov f42b4fbef7 operational jack session implementation 2011-10-02 00:47:50 +03:00
Nedko Arnaudov 5483a52daf ladishd: async app supervisor save. async studio and project save. 2011-09-26 05:03:57 +03:00
Nedko Arnaudov 3af230cad5 improved error message on jmcore::create() failures 2011-09-15 10:59:07 +03:00
Nedko Arnaudov 3b69e81c76 ladishd: fix bug in currently unused code 2011-09-10 15:18:59 +03:00
Nedko Arnaudov c62134ca6e liblash: export as public only LASH API symbols 2011-09-10 04:11: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 8bc41a21a0 fix more gcc-4.6 warnings
../conf.c:153:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
../jmcore.c:214:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
../daemon/cmd_save_project.c:45:8: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
../daemon/main.c:288:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
2011-09-10 02:04:28 +03:00
Nedko Arnaudov 68716ee66c ladishd: fix invalid cast and log
levels are strings now and must be logged as such
2011-09-10 02:01:38 +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 6317e37bf6 fix compiler warning
../dbus/object_path.c:227:10: error: variable 'iface_context' set but not used [-Werror=unused-but-set-variable]
2011-09-10 01:25:56 +03:00
Nedko Arnaudov 42cdd70e33 Make the app supervisor interface versioned
unreleased apps using latest api MAY check for interface version

released apps using latest api SHOULD check for interface version
2011-09-10 01:06:08 +03:00
Nedko Arnaudov 8100ea334e ladishd: make the D-Bus app supervisor API backward compatible
In 997630bfb7 the API changed because of LASH and
jack-session support. The level app property was switched from uint8 to string.
However, some externally maintained frontends (claudia, klaudia and festige) use
the 0.3 API.

This changeset restores the 0.3 API and extends it with new functions and signals,
ones that use string instead of uint8 level.
2011-09-06 19:02:55 +03:00
Nedko Arnaudov e9a07d14e9 wscript: check for alsa headers
they are needed by alsapid/lib.c
2011-09-03 03:34:48 +03:00