Age | Commit message (Collapse) | Author | Files | Lines |
|
it is saved as an integer (bitmap) instead of introducing keys for all flags
|
|
* 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
|
|
* introduced widget flag attribute
|
|
|
|
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
|
|
* 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
|
|
* 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)
|
|
|
|
* each transcript widget has its own box, they share their content (via a common GtkListStore)
* currently the filename is displayed in the combo boxes
|
|
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
|
|
|
|
* 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!!!
|
|
introduced helper function for displaying GErrors in a message box
|
|
* under windows, "C:\..." paths are constructed for the quickopen-menu,
they are not accepted by libvlc_media_new_location()
* support both loading filenames and URIs
|
|
|