Commit Graph

255 Commits

Author SHA1 Message Date
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
Nikita Zlobin 056c29fa1d gladish.ui: Humanize rest of auto-generated names 2010-10-16 05:27:03 +03:00
Nedko Arnaudov 6c5bfcb1d4 gladish: recently used projects menu. Fix for #74 2010-10-16 05:17:11 +03:00
Nedko Arnaudov e405d25fc1 gladish: make dynmenu code reusable 2010-10-16 04:32:25 +03:00
Nedko Arnaudov 003079e234 Fixed order of gtkbuilder properties.
Custom version of the glade tool was used, 3_6_7-3-gc556475
2010-10-10 13:08:57 +03:00
Nedko Arnaudov cc3c43987b More gladish.ui object property reorders 2010-10-09 19:37:03 +03:00
Nikita Zlobin 829dbeece1 Make identifiers in interface file uniq 2010-10-07 22:17:38 +06:00
Nikita Zlobin 9fde2fde70 Change glade version to 3.6.7 2010-10-07 20:42:41 +06:00
Nedko Arnaudov 181585203e gladish: canvas zoom functionality. Fixes #66 2010-09-28 01:25:22 +03:00
Nedko Arnaudov 482265c5c7 gladish: move toolbar related code to separate file 2010-09-28 00:38:49 +03:00
Nedko Arnaudov 6c3ef670b6 gladish dialog for ladishd settings 2010-09-28 00:18:44 +03:00
Nedko Arnaudov 1f2972377e gladish: persist the toolbar visibility setting across invocations 2010-09-27 22:48:35 +03:00
Nedko Arnaudov ef3a3891db move catdup to common/ 2010-09-19 17:15:11 +03:00
Nedko Arnaudov bb7abc0783 gui: update full view name on view name change. Fix for #105 2010-09-18 16:29:22 +03:00
Nedko Arnaudov 60a611e45f gui: update latency text in statusbar when buffer size change was initiated by gladish itself
The menu item is active because it was used for initiating the buffer size change.
So instead of checking for !item_ptr->active a new different buffer
size state is maintained and used when deciding whether the statusbar
needs to be updated.
2010-09-07 02:23:05 +03:00
Nedko Arnaudov 128ad4d5d0 gui: split gui/main.c into smaller parts
The refactoring is based on Nikita Zlobin suggestions
2010-09-07 01:02:12 +03:00