Commit Graph

213 Commits

Author SHA1 Message Date
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
Nedko Arnaudov 8a4d7e354f gui: canvas popup menu 2010-09-05 18:51:17 +03:00
Nedko Arnaudov 649f30fea6 gui: project load/unload/save items in the world tree popup menu for rooms 2010-09-05 14:38:20 +03:00
Nedko Arnaudov f0c53adbc0 gui: File chooser dialog for loading projects 2010-09-05 07:41:43 +03:00
Nedko Arnaudov 7eaf2d1729 gui: properly cleanup on graph view creation failure 2010-09-05 02:58:22 +03:00
Nedko Arnaudov b812ccca67 Display project name string as part of the room view title 2010-09-04 03:19:58 +03:00
Nedko Arnaudov 41d1bab23e gui: for project load/save dialogs, activate the OK button on Enter keypress 2010-09-03 02:25:20 +03:00
Nedko Arnaudov 56668528c2 gui: fix duplicate menu shortcut 2010-09-03 02:14:35 +03:00
Nedko Arnaudov 684d5852ab gui: When saving a project without project dir, do save as 2010-09-03 02:12:01 +03:00
Nedko Arnaudov b8e8c27137 gui: Ctrl+U unloads project in the current room 2010-09-03 02:03:38 +03:00
Nedko Arnaudov a40d402d72 Revert "gui: store new positions after arrange so the get saved eventually"
This reverts commit 6d385f7ae7.

The bug is fixed in flowcanvas
2010-09-03 01:04:18 +03:00
Nedko Arnaudov c62d7760b3 Fill the save project as dialog with current project properties 2010-08-23 00:17:57 +03:00
Nedko Arnaudov 997208c0df gui: basic save/unload/load project functionality 2010-08-22 06:49:44 +03:00
falkTX 8921d59db8 Move the desktop file to the gui folder 2010-08-20 14:43:09 +01:00
Nedko Arnaudov bab5ee387e gladish: Project menu 2010-08-12 02:41:28 +03:00
Nedko Arnaudov f94badb5fb gui: remove room views when ladishd crash is detected. Fix for #84 2010-04-25 01:50:32 +03:00
Nedko Arnaudov b4e5f52776 gui: fix is_room_view() to properly detect raw jack view 2010-04-25 01:48:40 +03:00
Nedko Arnaudov 31900ca551 gui: workaround gtk bug that causes progress bar redraw to be skipped sometimes 2010-04-05 15:15:32 +03:00
Nedko Arnaudov edf72d3972 gui: menu item for controling raw jack graph display 2010-04-05 14:06:18 +03:00
Nedko Arnaudov 180a4d4307 gui: when app is selected in the world tree, activate its view 2010-04-05 05:14:17 +03:00
Nedko Arnaudov 32323f40e4 gui: set initial focus of create room dialog 2010-04-05 05:09:20 +03:00
Nedko Arnaudov 68cfe6eef4 gui: toogle app running state on double click in the world tree. Fix for #58 2010-04-03 23:58:52 +03:00
Nedko Arnaudov bd38960e01 gui: reorder actions in apps context menu. Fix for #69 2010-04-03 23:36:58 +03:00
Nedko Arnaudov bbb8d20a1e app supervisor for rooms 2010-04-03 12:16:20 +03:00
Nedko Arnaudov 866d24baaf gui: display run menu item of view in world tree only if app supervisor is available 2010-04-03 12:15:35 +03:00
Nedko Arnaudov d4bc1d7072 gui: double-click in room template list is treated as default action 2010-04-03 04:42:46 +03:00
Nedko Arnaudov 65d70978d2 gui: add ellipsis for create room main menu item
ellipsis suggests that there will be a dialog before the action
2010-04-03 04:37:53 +03:00
Nedko Arnaudov 6f1ed0408b gui: context menu for view items in the world tree 2010-04-03 04:35:27 +03:00
Nedko Arnaudov 550d1ed8e1 gui: fix use of uninitialized widget vars 2010-04-03 04:22:29 +03:00
Nedko Arnaudov 83b6150422 gui: change room related shortcuts 2010-03-21 19:28:55 +02:00
Nedko Arnaudov 6eda583e2e gui: delete room implemented 2010-03-21 18:58:47 +02:00
Nedko Arnaudov 3ee262014b gui: fix get_current_canvas() prototype. 2010-03-21 18:53:58 +02:00
Nedko Arnaudov 856d9f5f89 gui: move menu related code to separate file 2010-03-21 18:08:42 +02:00
Nedko Arnaudov 2663de5261 fix typo 2010-03-21 17:18:46 +02:00
Nedko Arnaudov 09ae831171 irrelevant gtkbuilder xml reordering made by glade 3.6.7 2010-03-21 16:34:49 +02:00
Nedko Arnaudov ec1300100c create room dialog 2010-03-21 16:33:39 +02:00
Nedko Arnaudov 37f2f972ce gui: specify align for some dialog boxes
it was defaulting to same
2010-03-14 15:28:03 +02:00
Nedko Arnaudov 064609f0bc gui: move create room menu item to room menu 2010-03-14 15:17:12 +02:00
Nedko Arnaudov 5ec5ca3cc0 gui: Specify vbox orientation in the gladish gtkbuilder xml
This helps glade to render vboxes in proper way
2010-03-14 14:54:53 +02:00
Nedko Arnaudov 66503b08c1 use recognizable gtkbuilder identifiers for menu item images 2010-03-14 14:09:01 +02:00
Nedko Arnaudov e74f5abccb gui: add/remove room graph views on room appear/disappear 2010-03-13 20:58:33 +02:00
Nedko Arnaudov 4193da48b6 display the warning status image when there are xruns 2010-03-12 00:19:31 +02:00
Nedko Arnaudov 023639805f New icons by Nadia; Fixes #78 2010-03-11 23:51:13 +02:00