Age | Commit message (Collapse) | Author | Files | Lines |
|
* also clarified store data types
* additional comment for Jens to understand how to register signal handlers
|
|
* currently, when video is stopped or paused and time is changed there are no time updates
|
|
|
|
when an entry is single-clicked
* connected with transcript widgets: the selected section becomes the transcripts backdrop area
* updated documentation for callbacks in class structure
|
|
when setting signal handlers in a class structure (e.g. when deriving the class), there is no user_data argument
|
|
a backdrop area may be set by time points - it's background is highlighted 16% darker or lighter than the configured background color
* configurable only by AC_DEFINE in configure.ac for the time being
|
|
|
|
* introduced widget flag attribute
|
|
code has been refactored allowing for greater flexibility in rendering
|
|
the pixel distance between contributions must be independant of the current time to avoid flickering in the text rendering when time progresses
|
|
necessary because they are visible when contribution texts are right-aligned
* declare some static functions
|
|
it is unknown how large that area has to be in order for every contribution to fit in
|
|
* new functions
* some xmlChar * casting refactoring
|
|
* minor whitespace changes
|
|
|
|
TRUE means successful, FALSE unsuccessful
|
|
to display meaningful error messages
* also cleaned up return value confusion: in GLib world, TRUE means successful
|
|
|
|
|
|
|
|
missing)
|
|
* some values are set in the Glade-UI definition (license text, copyright, authors)
* others are set in main() using Autoconf-defined macros to avoid redundancies
|
|
instead of recalculating them for each file checked
|
|
* via pop up menu and config file (symbolic value)
* use image menu items in transcript popup
* renamed "Choose Foreground Color..." to "Choose Text Color..."
* simplify transcript related config setters/getters
|
|
|
|
* widget configuration in size allocation depends on widget being realized
* widget realization depends on the widget being size allocated
* at least on Windows, the size is not reallocated after widget
realization (except of course it is actually resized)
* so a _reconfigure() function has been introduced (does the same as configure-event handler would do)
|
|
|
|
handling of widget state changes
the widget starts in insensitive state so it is not drawn with the configured properties (which are for the NORMAL state).
when the widget state changes it is now immediately redrawn
|
|
|
|
|
|
keyfile or dialogs)
* so if they haven't been changed, the widget defaults are active (may depend on gtk theme and RC files)
* currently it is not possible reset changed fonts/colors to the widget defaults (via the UI, the keyfile may be edited manually)
|
|
save them
* pango attributes cannot be "cached" anymore and must be recreated every time the interactive format is configured
|
|
they must be set after loading a keyfile since when setting them before they are overwritten when a keyfile can be loaded even if they
don't exist in the keyfile
|
|
* default widget styles are not handled properly. it must be possible to reset manually chosen fonts/colors (mapped to no key in keyfile)
* default interactive format text attributes should be saved as well
|
|
* currently it saves the quick-open and format-selection directories
|
|
|
|
* controlled via checkbox
* if markup is disabled the entered text is only regular expressions
* default text attributes are used according to some constants (in configure.ac, later they will be configurable via config file)
* fixed return value of gtk_experiment_transcript_load_formats()
* care about possible capture mismatches in regular expressions (capture braces are inserted automatically - the user is not allowed specify own captures)
* display state of interactive format via icon (successful/error)
|
|
|
|
|
|
|
|
|
|
remain activated (if possible)
* to avoid signal recursions, the store is not automatically refreshed after selecting a format
|
|
|
|
* each transcript widget has its own box, they share their content (via a common GtkListStore)
* currently the filename is displayed in the combo boxes
|
|
|
|
this resets any active formats
|
|
* Glade screws up the table layout, but the table is actually displayed correctly
|
|
|
|
the transcript
* "formats" are regular expressions encapsulated in Pango markup that allow the description of powerful highlighting rules
* highlight as you type via entry boxes
* loading from files implemented and tested but cannot yet be done via the UI
* transcript widget is built as libtool convenience library
* some renamings were necessary
* install transcript widget header
|
|
* drop-down menu and selection dialogs
* drawing routines care about using the correct graphics contexts
|