Commit Graph

3155 Commits

Author SHA1 Message Date
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
Nedko Arnaudov 7f17fea6ea gladish: dont allow start of room apps when there is no project dir. Fix for #146 2010-12-27 03:15:14 +02:00
Nedko Arnaudov 9868de418b ladishd: don't save hidden ports of runnings apps 2010-12-27 01:37:14 +02:00
Nedko Arnaudov 21a1c96a16 Merge remote branch 'cz/master' 2010-12-27 01:19:59 +02:00
Nedko Arnaudov 25a55f5f3f ladishd: fix jack graph filtering on save 2010-12-27 01:19:19 +02:00
Maxim Kachur 9c142e2f0c ru.po: update russian translation
Update translation for "Run..." -> "New application..." rename.
2010-12-27 02:13:09 +03:00
Nedko Arnaudov 1d029ffd76 Move graph iteration filtering to callbacks 2010-12-26 21:21:36 +02:00
Nedko Arnaudov 1f6822c5e9 ladishd: remove skip_hidden parameter of ladish_graph_copy()
ATM ladish_graph_copy() is always copied without skipping hidden elements.
skip_hidden mechanism must be replaced with filtering in callbacks,
because it is tricky and because app filtering does not belong to
generic graph object.
2010-12-26 21:09:42 +02:00
Nedko Arnaudov 846ef1a252 ladishd: dump vgraph of ports 2010-12-26 21:09:42 +02:00
Nedko Arnaudov 6b966841dd ladishd: when saving, properly skip hidden connections just like ports. Fix for #143
this is improvement of 93fe0427c1
2010-12-26 21:09:09 +02:00
graciasfidel 08c09257fd Update french typo for "Zoom in" and "Zoom out" 2010-12-26 20:29:29 +02:00
graciasfidel c787d3e78f Update translations menu entries to "New Application..." 2010-12-26 20:29:24 +02:00
Nedko Arnaudov 072bae001a ladishd: make vgraph filtering in interlink_client() actually work 2010-12-25 18:17:19 +02:00
Nedko Arnaudov a515997dbf gladish: rename "Run..." menu entries to "New Application..." 2010-12-25 05:25:48 +02:00
Nedko Arnaudov 8ff8613dc7 gladish: add menu items for reactivating jackdbus and a2jmidid. Fixes #132 2010-12-25 05:12:19 +02:00
Nedko Arnaudov 6a58ad88a4 ladishd: when interlinking on load, ignore clients of other vgraphs. Fix for #137 2010-12-25 04:36:00 +02:00
Nedko Arnaudov a3956df783 ladishd: send termination signals to firstborn pgrp. Fix for #123
if the pgrp of the first child is different from pgrp of the jack client,
send SIGTERM and SIGKILL to both process groups.

This changeset also switches termination signals send from pid to pgrp
2010-12-25 03:52:39 +02:00
Nedko Arnaudov 5559811205 ladishd: fix occasional crash on app stop (#141)
vgraph clients that are created by a2j port appear and are later
reused for native jack ports are now interlinked with the jack
client when the first jack port appears.
2010-12-25 01:44:55 +02:00
Nedko Arnaudov 93fe0427c1 ladishd: Don't skip hidden a2j ports. Fix for #140 and #130
if the app is stopped, its a2j ports will be hidden; a2j client is not
associated with any app, only a2j ports are.
2010-12-24 17:41:08 +02:00
Nedko Arnaudov df4def70b2 ladishd: data integrity checks 2010-12-23 04:20:52 +02:00
Nedko Arnaudov d4946efe30 gladish: Don't log dbus error when studio is not loaded on gladish start 2010-12-23 02:36:58 +02:00
Nedko Arnaudov 67ba277fa5 gladish: credit translators in the about dialog
_(translator-credits) is not used because i think it will lead
to need to translate names multiple times, because some of them
appear as part of author credits, for example.
2010-12-22 17:00:01 +02:00
Nikita Zlobin 3b87aaf97d Update gitignore (sometimes compiled *.po files may appear not in build dir) 2010-12-22 19:18:39 +05:00
Maxim Kachur dd03fb6a23 gladish.desktop: Change fr_FR locale to just fr 2010-12-22 15:59:30 +03:00
graciasfidel 0051b80fd0 Updated french translation for .desktop file 2010-12-22 15:58:24 +03:00
graciasfidel 138a26e887 Fix french help typo 2010-12-22 16:31:53 +05:00
Nikita Zlobin 545a84a685 Fix russian translation 2010-12-22 13:24:13 +05:00
Nikita Zlobin 2f488ac3f6 ru.po: Add unexpectedly removed Language-Team field 2010-12-22 12:34:52 +05:00
emuse fca3b19975 - fr.po: more streamlining of translations 2010-12-21 11:24:08 +01:00
emuse 67b9834ee6 - fixed typo after last merger in de.po 2010-12-21 10:45:23 +01:00
emuse dd29ae23a0 - update of fr and de translations, pot update
Merge branch 'master' of git://repo.or.cz/ladish

Conflicts:
	po/de.po
	po/fr.po
	po/gladish.pot
2010-12-21 10:41:16 +01:00
emuse 7c82af029c - de and fr translations updated, po files in sync 2010-12-21 00:44:28 +01:00
Nikita Zlobin 0464dfdeb4 Update translations 2010-12-21 04:38:46 +05:00
Nikita Zlobin a0f84c2cbd Fix updatepot script 2010-12-21 04:38:29 +05:00
Maxim Kachur 75cba89b1b Merge branch 'translate' 2010-12-20 19:54:23 +03:00
Maxim Kachur 8e98fc6fb8 Update Russian translation 2010-12-20 19:52:50 +03:00
Nedko Arnaudov 54aebc4b29 Revert "gladish: Move help text from code to separate text file"
This reverts commit a5d878cdc4.

gui/help/fr.txt is manually incorporated into po/po.fr
2010-12-19 21:28:38 +02:00