Commit Graph

3304 Commits

Author SHA1 Message Date
fkhome 7a819d7f75 - some msgids added, some corrections 2010-12-19 19:21:36 +01:00
Nedko Arnaudov 3ebc8c0500 Add DE translation by Frank Kober (now really) 2010-12-19 19:09:17 +02:00
Nedko Arnaudov 8dafd546e5 Add DE translation by Frank Kober 2010-12-19 19:08:40 +02:00
Nedko Arnaudov eaf2b0bd50 rework project menu. Fix for #128 and #130 2010-12-19 18:32:02 +02:00
Nedko Arnaudov 06f37b47d4 gladish: remove redudant includes
internal.h includes common.h
2010-12-19 14:41:40 +02:00
Nedko Arnaudov c4119ff60b use waf for generating and installing *.mo files 2010-12-19 14:30:13 +02:00
Nedko Arnaudov 7cf5b21d13 Merge remote branch 'cz/i18n'
Conflicts:
	gui/about.c
2010-12-19 13:29:58 +02:00
Nikita Zlobin 875f8496f3 i18n: Configurable locale dir 2010-12-19 16:25:20 +05:00
Nikita Zlobin b733d29814 Update french translation 2010-12-19 05:30:44 +05:00
Nikita Zlobin 0a0a2ff38e gladish: Set main window icon 2010-12-19 02:36:03 +05:00
Nikita Zlobin 107ab506e5 Fix help text in updatepot 2010-12-19 01:33:55 +05:00
Nikita Zlobin a9e7e36a56 Enable updatepot script to search for translation files to update them 2010-12-19 01:32:54 +05:00
Nikita Zlobin ea7945eaba Update french translation 2010-12-18 23:59:40 +05:00
Nikita Zlobin d6d01932e5 Remove one funny translation 2010-12-18 23:59:30 +05:00
Nikita Zlobin a5e595f857 Add french translation to up-to-dating script 2010-12-18 23:58:38 +05:00
Nedko Arnaudov 54ed3d2997 Add falktx to authors 2010-12-18 20:51:55 +02:00
Nedko Arnaudov 613f73b822 log as error a condition that causes project load failure 2010-12-18 20:34:22 +02:00
Nikita Zlobin f5eb8c3037 Update russian translation 2010-12-18 03:03:31 +05:00
Nikita Zlobin dcef7c7f31 Update translation template 2010-12-18 03:03:19 +05:00
Nikita Zlobin fa041118ca translation: Plural forms support 2010-12-18 03:02:53 +05:00
Nikita Zlobin 9314c44fb4 One tooltip could not be translated 2010-12-18 03:01:16 +05:00
Nikita Zlobin ee247506bd Install translations 2010-12-17 23:08:26 +05:00
Nikita Zlobin c0cbf54efd French translation for help text 2010-12-17 21:25:58 +05:00
Nikita Zlobin 90d752e66f Fix french translation by Olivier H. 2010-12-17 21:22:10 +05:00
Nikita Zlobin e0afdf2363 Make translatable forgotten strings 2010-12-17 17:20:28 +05:00
Nikita Zlobin 899377f245 French translation 2010-12-14 17:39:37 +05:00
Alexandre Prokoudine 6f9b624d14 Fixes to Russian translation 2010-12-14 17:39:37 +05:00
Nikita Zlobin de747f579a Russian translation 2010-12-14 17:39:37 +05:00
Nikita Zlobin 71c178441d i18n support 2010-12-14 17:39:37 +05:00
falkTX fbe3409dab Fix pylash includes 2010-12-14 04:28:12 +00:00
falkTX 05129a54a6 Add Portguese lines to desktop file
Agora também disponível em português!
2010-12-14 04:21:28 +00:00
Alexandre Prokoudine 5dd853997b Added Russian lines to gladish.desktop 2010-12-10 07:15:40 +02:00
Nedko Arnaudov dd6c013574 gui: implement project properties dialog (description and notes). Fix for #90 2010-12-07 05:31:28 +02:00
Nedko Arnaudov cf12c2e3e0 daemon: fix wrong return value when setting project description or notes 2010-12-07 05:29:20 +02:00
Nedko Arnaudov 75e08bc107 wscript: fix and improve dist target (waf 1.6) 2010-12-03 02:38:10 +02:00
Nedko Arnaudov 68049ee6cb ladishd: don't create two vclients with same name
If the app first creates alsa (a2j) port, the created vclient is
not intrelinked because there is no jack client to interlink.
When the first jack port appears, because the jack client has
no interlinked client, a new vclient with same name was created.

This changeset implements a search by app uuid before new vclient
is created.
2010-12-02 05:40:28 +02:00
Nedko Arnaudov ff8348650a Move the dbus call default timeout define out of the interface header
The default timeout is a property of the implementation, not the interface
2010-12-02 05:22:05 +02:00
Nedko Arnaudov b8852eaf9f Wait longer for JACK server to start. Workaround for #121 2010-12-02 03:55:39 +02:00
Nedko Arnaudov 7a6f30474b Allow non-default timeout when using dbus_call() 2010-12-02 03:54:24 +02:00
Nedko Arnaudov 0a6d73002b daemon: escape client and port names. Fixes #120 2010-12-02 03:06:00 +02:00
Nedko Arnaudov 5bb20eda52 daemon: improve escaping functions 2010-12-02 03:04:14 +02:00
Nedko Arnaudov 8ac048d601 ladishd: don't crash when room link port is not found
User can attempt to load a project into room with fewer ports than the
room where project was saved. This was causing ASSERT:

Wed Dec  1 04:36:45 2010: ERROR: callback_elstart: Cannot find room link port.
Wed Dec  1 04:36:45 2010: ERROR: callback_elend: ASSERT(context_ptr->port != NULL) failed. function callback_elend in ../daemon/room_load.c: 652

This changeset fixes the ASSERT by failing the project load.
2010-12-01 04:42:17 +02:00
Nedko Arnaudov 0cfdeec2e7 alsapid: hide the init function. Fixes #122
hexter.so has an init function with same name as the one in alsapid.so
so the hexter one was not being called and the descriptor pointer
that is returned was NULL
2010-12-01 02:56:00 +02:00
Nedko Arnaudov e8f9b6b02e ladishd: Deassociate pids of disappearing clients. Fix for #119 2010-11-30 00:13:11 +02:00
Nikita Zlobin a5d878cdc4 gladish: Move help text from code to separate text file 2010-11-28 15:31:20 +05:00
Nikita Zlobin 9e0b654848 Make file reading function common 2010-11-28 15:26:36 +05:00
Nedko Arnaudov 416c65254b ladishd: use app name for a2j ports
This fixes handling of apps that use random alsa client names.
jack-rack for example, by default, uses PID as part of its
alsa client name.

This breaks backward compatibility.
2010-11-22 15:25:59 +02:00
Nedko Arnaudov 4248abe1d7 ladishd: fix use of uninitialized var in ladish_app_supervisor_set_project_name() 2010-11-18 05:10:18 +02:00
Nedko Arnaudov dba04d196e ladishd: save/load project description and notes 2010-11-18 05:07:34 +02:00
Nedko Arnaudov 18e317ff4b ladishd: expose project description and notes over D-Bus 2010-11-18 04:34:47 +02:00