Replace the current timebar with a new timebar widget (v2)
authorYannick Brosseau <yannick.brosseau@gmail.com>
Fri, 4 Feb 2011 22:15:06 +0000 (17:15 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 4 Feb 2011 22:15:06 +0000 (17:15 -0500)
commit4172f013ca271667f6be4735216e9f69578a88fd
tree43ca8d78f621b958dc77b6c23ead5a478376a752
parent0fe54b017fd76e78304066575103681ea7a36457
Replace the current timebar with a new timebar widget (v2)

Create a timeentry GtkWidget to manage the entry of a seconds/nanoseconds value
Create a timebar GtkWidget which aggregate 4 timeentry (Start, end, current time
+and time interval)
Simplify the main window tab widget code by using this new timebar.
Changelog:
 Fix crash in time pasting and spacing adjustment of widgets
 Fix interval management when pasting to keep a coherent time
 Rework the signaling management

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am
lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c
lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h
lttv/modules/gui/lttvwindow/lttvwindow/timebar.c [new file with mode: 0644]
lttv/modules/gui/lttvwindow/lttvwindow/timebar.h [new file with mode: 0644]
lttv/modules/gui/lttvwindow/lttvwindow/timeentry.c [new file with mode: 0644]
lttv/modules/gui/lttvwindow/lttvwindow/timeentry.h [new file with mode: 0644]
This page took 0.024949 seconds and 4 git commands to generate.