| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* use X-style geometry strings
* glade-configured default window sizes serve as configuration defaults
* don't let glade show the windows since after they are shown, gtk_window_parse_geometry() cannot set the default size
* prevent (main) window deletion from destroying the window widget so we can still query window properties (like position and size)
* explicitly destroy window widgets (currently broken)
* saving/restoring window position can be disabled via config file since some window managers can restore positions on their own (KDE...)
|
|
|
|
|
|
* 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
|
|
* 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
|
|
|
|
* 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)
|
|
* each transcript widget has its own box, they share their content (via a common GtkListStore)
* currently the filename is displayed in the combo boxes
|
|
* 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
|
|
|
|
scrolled window
the scrolled window automatically connects to the navigator's (horizontal/vertical) adjustments
|
|
* transcript widget placeholder
* connected time-selected signal, so when the new widget is properly implemented, everything should fall in place...
* implemented "Transcript Open..." using experiment-navigator API
* had to manually edit default.ui to include a property Glade-3 for Windows introduced!!!
|
|
|
|
for some strange reason, Glade-3 on windows has an additional
orientation property for VBoxes
|
|
|
|
|
|
URI is configurable (--with-help-uri)
|
|
|
|
|
|
it's added automatically
|
|
totem-like play/stop buttons, but in one HBox
* also added a volume button
|
|
|
|
default UI file is installed (/usr/share/experiment-player/default.ui) but the actually
used file may be changed via --with-default-ui=... (useful for windows where it should read --with-default-ui=default.ui)
|