- 19 Jul, 2014 2 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- 18 Jul, 2014 4 commits
-
-
Tristan Matthews authored
-
Erwan Tulou authored
in Qt doc about QMainWindow, about statusBar() and setStatusBar(), it reads : "Note that QMainWindow takes ownership of the statusbar pointer and deletes it at the appropriate time." So, trying to delete the pointer returned by statusBar() can but end up in a double free at some point.
-
Erwan Tulou authored
Always rely on the Dialog Provider to manage the popupmenu. This fixes a regression brought by 01f2d198
-
Francois Cartegnie authored
-
- 17 Jul, 2014 6 commits
-
-
Thomas Guillem authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Guillem authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Tristan Matthews authored
-
Ilkka Ollakka authored
revert mistake in commit 78db874b
-
Rafaël Carré authored
-
Tristan Matthews authored
-
- 16 Jul, 2014 3 commits
-
-
Francois Cartegnie authored
-
Tristan Matthews authored
Extra header is stored at &ogg_header + (1 * sizeof(ogg_header)), not &ogg_header + (sizeof(ogg_header) * sizeof(ogg_header)).
-
Tristan Matthews authored
-
- 15 Jul, 2014 11 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Rafaël Carré authored
-
- 13 Jul, 2014 12 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Erwan Tulou authored
-
Erwan Tulou authored
- make it a bit simpler to read - add a shortcut to "Open skin.." (Ctrl-Shift-S chosen instead of Ctrl-S, since the latter is already used elsewhere) - Reuse the full version of "Open Media" with all accelerators being displayed instead of the light version - add the Help menu With this new enriched popupmenu, skins2 should now offer all major vlc hotkeys, which users have been asking for repeatedly.
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
- 12 Jul, 2014 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-