aboutsummaryrefslogtreecommitdiff
path: root/src/default.ui
AgeCommit message (Collapse)AuthorFilesLines
2012-05-11integrated experiment navigator into UIRobin Haberkorn1-0/+61
* 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!!!
2012-05-11improved fullscreen mode support and cleaned up widget displayingRobin Haberkorn1-0/+1
2012-05-10fixed UI definition for Glade-3 on windowsRobin Haberkorn1-0/+1
for some strange reason, Glade-3 on windows has an additional orientation property for VBoxes
2012-05-09disabled focus-on-click for play/stop & reset play button state on movie openRobin Haberkorn1-0/+2
2012-05-09disable all player controls on startupRobin Haberkorn1-1/+2
2012-05-08support for opening the HTML manual from the experiment player help menuRobin Haberkorn1-0/+14
URI is configurable (--with-help-uri)
2012-05-08first implementation of the "quick open" feature based on POSIX callsRobin Haberkorn1-3/+16
2012-05-07fixed application exitRobin Haberkorn1-0/+2
2012-05-07removed volume button imageRobin Haberkorn1-5/+1
it's added automatically
2012-05-07redesigned video player controlsRobin Haberkorn1-22/+58
totem-like play/stop buttons, but in one HBox * also added a volume button
2012-05-07open movie menu and prepared quick open featureRobin Haberkorn1-0/+33
2012-05-04use GtkBuilder for UI, more sophisticated UIRobin Haberkorn1-0/+159
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)