Commit Graph

3441 Commits

Author SHA1 Message Date
Nedko Arnaudov dc11cfe515 daemon: move ladish_room::graph member to the common section
It is used for room template objects as well
2011-05-16 03:40:35 +03:00
Nedko Arnaudov 64923f3a86 Revert "Fixed uninitialized vars in rooms created from templates"
This reverts commit 9bf795905f.

ladish_room_create_interal() is suposed to allocate the struct and
initialize the name and uuid members. The template member is supposed to
be initialized by the caller functions, either ladish_room_create() or
ladish_room_create_template(). The siblings member is initialized
later, when the room is actually added to the appropriate list.

The graph member is used by both room templates and room objects. This
will be fixed in the following commit.

All other ladish_room members are not valid for room template objects.
2011-05-16 03:35:00 +03:00
Nedko Arnaudov 1612b562af fix a memory leak after strdup() failure 2011-05-16 01:40:57 +03:00
Nedko Arnaudov b9f820573e coding style fix 2011-05-16 01:35:52 +03:00
Dan A. Muresan 449b309cb6 Fixed a memory leak (room.object_path) 2011-05-14 16:24:52 +03:00
Dan A. Muresan 9bf795905f Fixed uninitialized vars in rooms created from templates 2011-05-14 16:24:46 +03:00
Dan A. Muresan 0b568aeb99 Fixed a memory leak (ladish_recent_store.items [i]) 2011-05-14 15:40:10 +03:00
Dan A. Muresan fc987c0a36 Fixed a memory leak (dynmenu.description) 2011-05-14 15:40:10 +03:00
Nikita Zlobin ae152c51fc Update Nikita Zlobin e-mail 2011-05-02 18:36:42 +06: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
Nedko Arnaudov 5c1bde8066 Fix build on less common architectures.
Fixes FTBFS on alpha,armel,ia64,kfreebsd-*,powerpc,sh4.
Origin: Ubuntu, https://launchpad.net/bugs/647091
Bug-Ubuntu: https://launchpad.net/bugs/647091
Bug-Debian: http://bugs.debian.org/620315

Submitted by Alessio Treglia <alessio@debian.org> as
http://git.debian.org/?p=pkg-multimedia/ladish.git;a=blob;f=debian/patches/0001-disable_stacktrace.patch;h=33b6b1b50760f
2011-04-22 04:14:51 +03:00
Nedko Arnaudov 7e53b28c3a wscript: use gtk+-2.0 cflags/libs when building gladish 2011-04-14 02:38:32 +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 62b5b43fe0 wscript: copy the right license file to datadir 2011-01-29 14:35:41 +02:00
Nedko Arnaudov 10093753d0 clarify the dual-licensing in the dbus/ tree 2011-01-29 14:24:07 +02: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 14da83ea4c wscript: start the 0.4-dev cycle 2011-01-09 23:24:22 +02:00
Nedko Arnaudov dec0b7d9b8 ladish-0.3 release 2011-01-09 18:56:07 +02:00
Nedko Arnaudov 5057e59fa2 wscript: enable warnings in release builds 2011-01-09 18:56:07 +02:00
Nedko Arnaudov 91b87783d7 ladishd: workaround for bug in jack2/jackdbus
http://trac.jackaudio.org/ticket/209
2011-01-02 05:04:29 +02:00
Nedko Arnaudov 891805634d ladishd: better handling for L1 apps with a2j ports. Fix for #62 2011-01-02 04:27:21 +02:00
Nedko Arnaudov d65ebbbf5b daemon: fix typo in doxygen documentation 2010-12-31 19:55:13 +02:00
Nedko Arnaudov d39a94fe33 ladishd: fix hidden connection save. Fix for #151
Instead of checking whether connection ports ares link or system ones,
now they are being checked for being hidden.
2010-12-30 05:14:10 +02:00
Nedko Arnaudov f1d0a2e20b ladishd: when saving xml, don't write the URI_A2J_PORT dict keys
URI_A2J_PORT is set on jack port appear
2010-12-30 02:17:48 +02:00
Nedko Arnaudov 6cb1de6104 when appless ports are reused for appful puposes, set the app uuid. Fixes #160 2010-12-30 01:55:20 +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 9575aefbb4 URI_CANVAS_A2J renamed to URI_A2J_PORT 2010-12-29 23:43:16 +02:00
Nedko Arnaudov b49d1ef23d ladishd: set a port property that indicating whether the port is a2j one. Partial fix for #154 2010-12-29 23:21:52 +02:00
Olivier HUMBERT 7eb451d98e Update for FR translation 2010-12-30 00:25:13 +05:00
emuse 4c10d04b25 - po/fr.po: one more french translation streamline 2010-12-28 21:53:09 +01:00
emuse a1c9614e81 - po/fr.po: French translation updated 2010-12-28 21:41:59 +01:00
Nikita Zlobin 67f47051fa Update russian translation 2010-12-28 17:53:58 +05:00
Nedko Arnaudov 9d0be997ac ladishd: fix for #152 2010-12-28 14:01:56 +02:00
Nikita Zlobin 2ea840cd0f Sync translations 2010-12-28 11:47:48 +05:00
Nikita Zlobin a24396fab1 Fix syncpo 2010-12-28 11:43:39 +05:00
Nikita Zlobin a7b9cc4835 Rename script "updatepot" to "syncpo" (sounds more correct) 2010-12-28 11:32:12 +05:00
Nedko Arnaudov fb7138915e ladishd: dump params of loaded apps after xml load 2010-12-28 06:57:32 +02:00
Nedko Arnaudov 64a29c2304 ladishd: write vclient app_uuid when saving 2010-12-28 06:51:18 +02:00
Nedko Arnaudov 5288134676 ladishd: save&restore app associations of vclients. Fix for #149 2010-12-28 04:33:44 +02:00
Nedko Arnaudov 918cecca74 ladishd: improve log on save and on graph dump 2010-12-28 04:33:44 +02:00
emuse eeaa82d171 - german translation updated 2010-12-27 19:10:37 +01:00
Nedko Arnaudov da4a6eb2a1 ladishd: save hidden porst of stopped apps. 2010-12-27 15:34:35 +02:00
Nedko Arnaudov 3a5b7037d8 ladish_control: when dumping vgraphs, show port type and direction 2010-12-27 06:29:24 +02:00
Nedko Arnaudov 4f7b78388f ladish_control: vgraph connection management. #125 2010-12-27 06:16:10 +02:00
Nedko Arnaudov 1958d74f7c gladish: fix memory corruption 2010-12-27 03:56:59 +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
Nedko Arnaudov 53dc55330d ladishd: fix unload of not loaded (just created) projects. Fix for #148 2010-12-27 03:19:10 +02:00