Commit Graph

270 Commits

Author SHA1 Message Date
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
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 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 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
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
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
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 0a0a2ff38e gladish: Set main window icon 2010-12-19 02:36:03 +05:00
Nikita Zlobin d6d01932e5 Remove one funny translation 2010-12-18 23:59:30 +05:00
Nedko Arnaudov 54ed3d2997 Add falktx to authors 2010-12-18 20:51:55 +02: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 c0cbf54efd French translation for help text 2010-12-17 21:25:58 +05:00
Nikita Zlobin e0afdf2363 Make translatable forgotten strings 2010-12-17 17:20:28 +05:00
Nikita Zlobin 71c178441d i18n support 2010-12-14 17:39:37 +05: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
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 577194b9e5 gladish: display sha1 and build date in the about box 2010-11-14 23:09:40 +02:00
Nikita Zlobin f12e4c999a gladish: Fix studio deletion action handler 2010-10-27 08:51:20 +06:00
Nedko Arnaudov 70a4ff8ae8 Add Nikita to AUTHORS and the gladish about dialog 2010-10-25 23:48:08 +03:00
Nedko Arnaudov 841852a12f gladish: coding style fix 2010-10-24 00:07:10 +03:00
Nedko Arnaudov cd4e3385d0 gladish: remove forcing of dialog modality in C code
The dialog seems to be modal anyway. If needed, modality can be forced in the xml
2010-10-24 00:06:14 +03:00
Nikita Zlobin 03ad8a4cc0 Project save as dialog: file chooser for project path 2010-10-22 00:38:46 +06:00
Nikita Zlobin c5b384a80e gladish.ui: Humanize rest of auto-generated names (fixup) 2010-10-16 15:18:38 +03:00