Timeline



2017-02-15:

00:41 Changeset in Lumiera [5dcbfd0f]debdev/playdocumentationintegration by Ichthyostega <prg@…>
continue analysis for #1070

2017-02-14:

02:48 Ticket #1069 (how to refer to the current window) closed by Ichthyostega
done: this problem is effectively solved now * we use a global wiring …
02:43 Changeset in Lumiera [de7e47f]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: solve several of the previously tricky wiring problems …
02:42 Changeset in Lumiera [e94b294]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: wiring in accordance to the new global context this …
02:01 Changeset in Lumiera [f8eb640]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: decision to form a cohesive top-level context (#1067)

2017-02-13:

00:19 Changeset in Lumiera [4f302eb]debdev/playdocumentationintegration by Ichthyostega <prg@…>
pondering over the top-level UI structure.…

2017-02-11:

23:39 Changeset in Lumiera [dcd19ed]debdev/playdocumentationintegration by Ichthyostega <prg@…>
fix definition of raw string the parens need to be innermost
22:51 Changeset in Lumiera [c84f5e0]debdev/playdocumentationintegration by Ichthyostega <prg@…>
add a similar function to find the window with keyboard focus …
22:45 Changeset in Lumiera [ca49a94]debdev/playdocumentationintegration by Ichthyostega <prg@…>
supply a function to find the currently active workspace window Idea …
22:40 Changeset in Lumiera [fa7fbb3]debdev/playdocumentationintegration by Ichthyostega <prg@…>
remove top-level default include

2017-02-10:

23:09 Changeset in Lumiera [8a91292]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: integrate and wire the new InteractionDirector
22:10 Changeset in Lumiera [27c8e78]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: invent a new backbone entity to link between model and …

2017-02-08:

03:08 Changeset in Lumiera [eb42db5]debdev/playdocumentationintegration by Ichthyostega <prg@…>
implement opening the initial top level window
03:08 Changeset in Lumiera [8a10862]debdev/playdocumentationintegration by Ichthyostega <prg@…>
write the global menu definition as C++11 raw string

2017-02-02:

20:52 Changeset in Lumiera [02ba010d]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: define the menu bindings by lambda ...allows us to get …
20:28 Changeset in Lumiera [0f2fa24]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: turn Actions helper into header-only definition no need …
19:59 Changeset in Lumiera [52d2bad6]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: turn Actions into a PImpl it turns out to be …
19:51 Changeset in Lumiera [f913f30]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: reshape Actions start with drilling down unnecessary …
18:57 Changeset in Lumiera [fb89230]debdev/playdocumentationintegration by Ichthyostega <prg@…>
reduce unnecessary header includes
18:41 Changeset in Lumiera [04cb079]debdev/playdocumentationintegration by Ichthyostega <prg@…>
fix missing initialisation

2017-02-01:

02:55 Changeset in Lumiera [0f5280a]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: draft a concept how to attach actions to the current …
02:46 Changeset in Lumiera [865ee11]debdev/playdocumentationintegration by Ichthyostega <prg@…>
UI-top-level: push down Config access to actual usage site (#1067) …
02:38 Ticket #1076 (activate actions depending on window activation) created by Ichthyostega
topic deferred for later.... seemingly we get some GTK actions …

2017-01-31:

21:58 Ticket #1075 (Handle context dependent local actions) created by Ichthyostega
how do we deal with actions, which depend on very local circumstances, …
21:54 Ticket #1074 (Handle global (menu) actions) created by Ichthyostega
We possibly get several top-level application windows (to occpupy …
21:49 Ticket #1073 (Manage UI Actions) created by Ichthyostega
= GUI framework = this is a tracking ticket -- individual tasks …

2017-01-28:

00:17 Ticket #1064 (investigate WindowManager lifecycle) closed by Ichthyostega
done: So WindowManager was demoted to be a mere WindowList and then …
00:11 Changeset in Lumiera [4e1641f]debdev/playdocumentationintegration by Ichthyostega <prg@…>
sketchy workaround for access to the PlayController (#1072) ...which …
00:09 Changeset in Lumiera [6aec1ad]debdev/playdocumentationintegration by Ichthyostega <prg@…>
resolve ambiguity with std::ref vs boost::ref unfortunately …

2017-01-27:

22:30 Changeset in Lumiera [c09eb3e1]debdev/playdocumentationintegration by Ichthyostega <prg@…>
remove the obsolete Project and Controler from ctor arguments ...this …
22:05 Ticket #1072 (GUI Playback Display link) created by Ichthyostega
Design how the UI * can connect to the PlayOut subsystem (well, using …
21:47 Changeset in Lumiera [0bdc4e1]debdev/playdocumentationintegration by Ichthyostega <prg@…>
QA: mark all wildcard includes in the GUI code (#1071) as a rule, one …
21:29 Ticket #1071 (unneccesary deep #includes in the GTK-GUI) created by Ichthyostega
The existing code used #include abundantly and inconsitently. This …
21:17 Changeset in Lumiera [d49983d]debdev/playdocumentationintegration by Ichthyostega <prg@…>
identify items which force GtkLumiera to be a singleton - WindowList …
20:55 Ticket #1070 (how to bind session commands into UI actions) created by Ichthyostega
Since Actions (for menu, toolbars and buttons) are formed more or less …
20:49 Ticket #1069 (how to refer to the current window) created by Ichthyostega
we've got a problem with defining global Actions, e.g. for a global …
19:48 Changeset in Lumiera [86d6e11]debdev/playdocumentationintegration by Ichthyostega <prg@…>
demote the WindowManager to be a petty window list (#1964) the only …
19:22 Changeset in Lumiera [a6fb10b]debdev/playdocumentationintegration by Ichthyostega <prg@…>
clean-up the WindowManager source (#1064) in one of the preceding …

2017-01-26:

21:02 Changeset in Lumiera [1cb2567]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Ui-top-level: use a sincle UiManager instance instead of letting each …
19:51 Changeset in Lumiera [43bd5c3]debdev/playdocumentationintegration by Ichthyostega <prg@…>
further decisions regarting the UI top-level
19:19 Ticket #1068 (switch from Gtk::UiManager to Gtk::Builder) created by Ichthyostega
we want to move along with GTK evolution (while we do not want to pick …

2017-01-23:

00:13 Changeset in Lumiera [7a51a0b]debdev/playdocumentationintegration by Ichthyostega <prg@…>
split functionality according to concerns (#1067) window handling -> …

2017-01-22:

23:40 Changeset in Lumiera [735563e]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Rectify UI top-level -- introduce a global UiManager (#1067) There …
23:03 Ticket #1067 (rearrange GUI Application top-level) created by Ichthyostega
The current setup of the top level classes within the GTK UI works …

2017-01-20:

03:23 Changeset in Lumiera [6baff38]debdev/playdocumentationintegration by Ichthyostega <prg@…>
GuiNotification: actually pass the calls through the interface system
02:46 Changeset in Lumiera [ffd2b07]debdev/playdocumentationintegration by Ichthyostega <prg@…>
GuiNotification: use placeholder for the yet unsolved diff passing …
02:27 Changeset in Lumiera [0d5ca55]debdev/playdocumentationintegration by Ichthyostega <prg@…>
GuiNotification: define outline of this service interface
02:20 Ticket #1066 (concept how to hand over diff messages) created by Ichthyostega
We need a concept how mutation messages can be passed from a detection …
01:40 Changeset in Lumiera [8105be3]debdev/playdocumentationintegration by Ichthyostega <prg@…>
GuiNotification: demote this service to be just a BusTerm in fact it …
01:23 Changeset in Lumiera [8f2023de]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Nexus/CoreService: verify shutdown cycle yes, it's a cycle and indeed …
00:54 Changeset in Lumiera [06a6177]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Nexus/CoreService: consider handling of bus connections. Now I've …

2017-01-19:

22:52 Changeset in Lumiera [cb31b14]debdev/playdocumentationintegration by Ichthyostega <prg@…>
GuiStart: further streamlined the invocation code due to …
22:41 Changeset in Lumiera [2354c53]debdev/playdocumentationintegration by Ichthyostega <prg@…>
GuiStart / Shutdown: nailed the Heisenbug Reason was some insideous …
22:08 Changeset in Lumiera [22be990]debdev/playdocumentationintegration by Ichthyostega <prg@…>
GuiStart / shutdown: chasing a Heisenbug
22:08 Changeset in Lumiera [4ba8032]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Nexus/CoreService: fix sanity check on shutdown ...because some Bus …
22:08 Changeset in Lumiera [aec700f]debdev/playdocumentationintegration by Ichthyostega <prg@…>
GuiNotification: connect to UI-Bus by inheriting from Controller TODO …
22:08 Changeset in Lumiera [1bd3eab]debdev/playdocumentationintegration by Ichthyostega <prg@…>
GUI-start: replace the chained termination functors with a lambda …
22:08 Changeset in Lumiera [df84de2]debdev/playdocumentationintegration by Ichthyostega <prg@…>
Library: remove the dispatchSequenced helper ...such can be done way …
02:22 Ticket #1065 (investigate how to attach a central presentation state manager) created by Ichthyostega
02:22 Ticket #1064 (investigate WindowManager lifecycle) created by Ichthyostega
...very closely related to the topic of UI core infrastructure * …
Note: See TracTimeline for information about the timeline view.