Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-07 | TODO: add some planning comments | Stefan Sauer | 2 | -1/+12 | |
2014-07-07 | mi-info: add wikilink for opus | Stefan Sauer | 1 | -0/+1 | |
2013-10-21 | mi-info: handle streams with unknown duration | Stefan Sauer | 1 | -0/+3 | |
2013-10-21 | mi-info: start handling missing plugin messages | Stefan Sauer | 1 | -0/+11 | |
We only print them to the debug log for now. | |||||
2013-10-21 | mi-preview: use ensure_native() in realized() | Stefan Sauer | 2 | -2/+12 | |
This fixes X crashers at startup when preparing the overlay. | |||||
2013-10-19 | mi/TODO: planning update | Stefan Sauer | 1 | -4/+9 | |
2013-10-19 | mi-info: go back to use the sync api | Stefan Sauer | 1 | -1/+3 | |
If we discover 'too quickly' the machinery seems to get into a state, where it does not discover anything anymore. | |||||
2013-10-19 | mi-preview: reflow the overlay sync | Stefan Sauer | 3 | -23/+28 | |
We need to listen to preview-widget resizing to send an expose to the gst- overlay. Defer discovering until the ui has be realized. | |||||
2013-10-19 | mi-app: use an idle-handler to set the initial directory | Stefan Sauer | 1 | -4/+7 | |
This ensures we don't emit selection changed signals before we're up and running. | |||||
2013-10-19 | mi-info: improve media preview | Stefan Sauer | 1 | -31/+10 | |
Set double_buffering when we analyzed the media. Drop signal handlers on preview widget for delayed configuration. Prepare preview as soon as we have discovered. | |||||
2013-10-07 | mi-todo: planning and todo comment update | Stefan Sauer | 2 | -2/+9 | |
2013-10-07 | mi-info: add two more wikilinks | Stefan Sauer | 1 | -0/+2 | |
2013-10-07 | mi-info: filter language-code from tags | Stefan Sauer | 1 | -0/+1 | |
We already show the language code as a separate field. | |||||
2013-10-04 | mi-info: add more wikilinks | Stefan Sauer | 1 | -3/+19 | |
2013-10-04 | mi-info: pretty print framerates | Stefan Sauer | 1 | -1/+12 | |
Avoid to print 0 fps. Handle the special 0/1 case for still images. | |||||
2013-10-03 | mi-info: add a helper to format bit-rates | Stefan Sauer | 1 | -4/+21 | |
Print bit-rates in kbit/sec. Add handling for unknown values and ranges. | |||||
2013-10-03 | mi-preview: ensure that natural-size >= min-size | Stefan Sauer | 1 | -0/+2 | |
2013-10-03 | mi/TODO: planning update | Stefan Sauer | 1 | -9/+10 | |
2013-10-03 | mi-info: reset toc info when we did not get disco info | Stefan Sauer | 1 | -0/+1 | |
2013-09-30 | mi-info: filter buffer entries from caps | Stefan Sauer | 1 | -1/+11 | |
Filter buffer entries from caps before showing them as string. | |||||
2013-09-30 | mi-info: show tooltip for caps labels with full caps string | Stefan Sauer | 1 | -1/+3 | |
2013-09-30 | mi-info: send seek events when clicking toc entries | Stefan Sauer | 2 | -9/+21 | |
Get the start-pos from the active toc entry and seek. | |||||
2013-09-30 | mi-info: use a TreeView for the toc | Stefan Sauer | 1 | -15/+30 | |
Use a TreeView with a TreeStore to show toc-entries. | |||||
2013-09-25 | mi-info: indent toc entries | Stefan Sauer | 1 | -7/+9 | |
Also add todo for how to make it a treeview instead | |||||
2013-09-25 | TODO: planning | Stefan Sauer | 1 | -1/+3 | |
2013-09-25 | mi-info: mark nullable parameters as such | Stefan Sauer | 1 | -3/+3 | |
2013-09-25 | mi-info: add start/stop times in toc | Stefan Sauer | 1 | -2/+8 | |
2013-09-15 | mi-info: extact helper to format times | Stefan Sauer | 1 | -15/+41 | |
2013-09-15 | mi-info: comment updates | Stefan Sauer | 1 | -2/+2 | |
2013-09-15 | TODO: update planing | Stefan Sauer | 1 | -4/+7 | |
2013-09-15 | mi-info: extract ui-helper for format/codec-rows | Stefan Sauer | 1 | -101/+39 | |
2013-09-15 | mi-info: extract ui helper for adding an entry | Stefan Sauer | 1 | -85/+27 | |
A helper to add a label + str formatted details as a table row. | |||||
2013-09-15 | mi-info: extract more common ui code into helpers | Stefan Sauer | 1 | -313/+363 | |
2013-09-15 | mi-info: reshuffle container widgets | Stefan Sauer | 1 | -22/+22 | |
Prepare for handling nested containers. | |||||
2013-09-15 | mi-info: code cleanups | Stefan Sauer | 1 | -12/+11 | |
First reset the info pane and then check/update. This fixes not resetting the tabs on info==null. | |||||
2013-09-15 | mi-info: fix type | Stefan Sauer | 1 | -1/+1 | |
It is 'Notebook' and not 'NoteBook'. | |||||
2013-09-15 | mi: code cleanups, comments | Stefan Sauer | 3 | -69/+78 | |
2013-09-15 | mi-info: fix tab-index in compact mode | Stefan Sauer | 1 | -9/+28 | |
2013-09-15 | info: sort streams by stream_id | Stefan Sauer | 1 | -22/+32 | |
This way we are activating the right stream when switching tabs. | |||||
2013-09-15 | TODO: spelling fixes and update | Stefan Sauer | 1 | -3/+3 | |
2013-09-15 | app: allow giving an uri instead of a directory as a startup arg | Stefan Sauer | 2 | -13/+27 | |
This way we can play streams. | |||||
2013-09-15 | preview: fix minimal size | Stefan Sauer | 2 | -11/+15 | |
We need some minial size, otherwise we can enlarge, but not shrink the window. | |||||
2013-09-15 | TODO: small ideas update | Stefan Sauer | 1 | -2/+1 | |
2013-09-15 | HACKING: update instructions | Stefan Sauer | 2 | -21/+27 | |
2013-09-15 | preview: extract preview area as separate widget | Stefan Sauer | 3 | -68/+149 | |
2013-09-15 | mi: update my name and years | Stefan Sauer | 3 | -3/+3 | |
2013-09-15 | mi: set the log domain | Stefan Sauer | 3 | -1/+5 | |
2013-09-15 | mi-info: comment updates | Stefan Sauer | 1 | -4/+1 | |
2013-09-15 | mi-info: turn stdout.printf into debug log calls | Stefan Sauer | 1 | -20/+21 | |
2013-09-15 | mi-info: add todo for stream switching | Stefan Sauer | 1 | -0/+4 | |