Steve Lhomme
5363279805
remove the $Id$ in the source code
7 years ago
Hugo Beauzée-Luyssen
a3cbcf46ae
qt: Remove HAVE_TRANSPARENCY
It's always been set to 1 since 2009
8 years ago
Pierre Lamot
24b436c88a
qt: fix setScreen might crash on wayland when entering fullscreen
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Pierre Lamot
562a10a157
qt: set FSControler screen when entering in fullscreen mode
qt-fullscreen-screennumber was read at startup for FSControler
but dynamically for the main interface
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Pierre Lamot
0b053e6444
qt: specify the image extension in Qt ressource keys for proper rendering of SVG with Qt5.6
this is workaround for https://bugreports.qt.io/browse/QTBUG-55388
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Hugo Beauzée-Luyssen
d9961de012
gui: qt: Fix build with Qt4
9 years ago
Steve Lhomme
a6ee93bc04
qt: remove the renderer selection dialog
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Steve Lhomme
2762e73e18
Qt: allow to add a renderer button in the toolbar
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Benoit du Payrat
27b241e4cb
Qt: toggling fullscreen by double click toggles everything
Fix #14064
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Jean-Baptiste Kempf
b32eea4b1a
Rename qt4.hpp to qt.hpp
10 years ago
Jean-Baptiste Kempf
c27d273bca
Move Qt from qt4 to qt folder
10 years ago
Jean-Baptiste Kempf
c2325c89af
Unify strings between Qt and OS X
11 years ago
Ludovic Fauvet
a3cec8ae42
Qt: remove superfluous forward declarations
11 years ago
Uwe L. Korn
212bf2e8a5
qt4: Replace redundant virtual with Q_DECL_OVERRIDE
Declaring a virtual function in a subclass as virtual may be a good
documentation that we are overriding a method from the superclass but
has no effect during compilation. With C++11, we can use the override
keyword for this (which will even trigger a compiler error if we try to
override a non-virtual function).
To stay backwards-compatible, we use Qt5's Q_DECL_OVERRIDE macro to
support C++ <11.
Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
12 years ago
Jean-Baptiste Kempf
98ed7f65a6
Qt: make the mouse sensitivity in FSC configurable
Close #9462
12 years ago
Sandeep Kumar
1a8bfb0deb
Qt: Make fullscreen bar thinner in one line interface profile.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Edward Wang
9cd6df73b1
Correct widespread misuse of the word 'subtitle'
Subtitle is the adjective describing what kind of text. So "subtitle text" is an adjective phrase describing what kind of encoding.
For example, we don't listen to "audios tracks", program "videos codecs", or open "playlists files". Therefore, use the correct form of the word subtitle for the context.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
13 years ago
Edward Wang
cc71c7c6ad
Qt4: replace awkward word 'keep-pressed'
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Francois Cartegnie
41e0bd5998
Qt: ControlsWidget: fix layout visibility
14 years ago
Jean-Baptiste Kempf
89dd589de5
Qt: allow people to use a native seek bar
Close #6109
14 years ago
Jean-Baptiste Kempf
9403ca5824
Qt: fix hovering text of the playlist button.
Close #5948
14 years ago
Edward Wang
e0fee1e53f
Qt4: Add new timelabels to default layout
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Edward Wang
abfcd0d5d3
Qt4: allow more types of timeLabel in toolbars
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Edward Wang
18120e5ae2
Qt4: allow speedlabel in toolbars
Modified-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Edward Wang
c630050511
Qt4: Add aspect ratio combobox to toolbar editor
Close #4127
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Baptiste Kempf
31c91f640a
Qt4: small fixes on the toolbar custom dialog
15 years ago
Ludovic Fauvet
6e71a9b9f6
Qt: rework of the fullscreen controller
- fix the logic
- simplify
- repair the ability to save the state and position
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Pere Orga
9abcaacf83
fix filename self-references
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Ludovic Fauvet
37fef4bd0e
Qt: fix multi-screens weirdness caused by the dockable FSC
Close #5668
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Edward Wang
dcae1998d9
Qt: Allow fullscreen controller to be stacked at the bottom
Close #3120
Modified-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Baptiste Kempf
855294edab
Qt: Fix protectedness of customEvent
15 years ago
Jean-Baptiste Kempf
10f1025e05
Qt: provide a button to open subtitle
Useful for people with accessibility difficulties. No icon yet.
Close #2253
15 years ago
Jean-Baptiste Kempf
d3c77e3320
Qt, fsc: fix opacity when mouseover
And close #4542
15 years ago
Jean-Baptiste Kempf
0f3df12edd
Qt, add a playback buttons group, with prev/play/next in the same deck
15 years ago
Jean-Baptiste Kempf
9d390b3ae5
Qt: reinstore the resizeGrip in all cases
And fix a statusBar bug
15 years ago
Jean-Baptiste Kempf
afc7f65223
Qt: replace next/prev with next+fwd/prev+bckwd
And classic next/prev are still available in customize.
15 years ago
Jean-Baptiste Kempf
1bcf6df4ca
Qt, provide new combo-buttons for next/fwd, prev/bckwd
15 years ago
Jean-Baptiste Kempf
77bcf64b01
Qt, controller: put all buttons in QHBoxLayouts
This will be needed for special styling
15 years ago
Jean-Baptiste Kempf
7ab98f85cc
Qt: rename a class
15 years ago
Jean-Baptiste Kempf
a924e4302e
Qt: move the playlist button in the main controller
16 years ago
Rémi Denis-Courmont
a7c0e2a065
Typos
16 years ago
Jean-Baptiste Kempf
961e494b74
Qt: don't resize the mainWindow when toolbar changes
This introduced way too many bugs.
Close #3297 and "activate-subs hide the video" bug and a few more.
This is way suboptimal, but no fix works in a reliable fashion so far.
16 years ago
Jean-Baptiste Kempf
c916c6f2f2
Qt: allow a info button in interface toolbar
Close #2866
17 years ago
Jean-Baptiste Kempf
23c3cf34d7
Qt: add repeat and random button to the default toolbar
17 years ago
Jean-Baptiste Kempf
745c83a01a
Qt: allow loop/repeat button to be in a toolbar (part 1)
17 years ago
Jean-Baptiste Kempf
7bcfcc69ba
Qt: moving Random to the normal toolbars
17 years ago
Rémi Denis-Courmont
51a66e85dc
Qt4: process FSC key event in the main interface (factor code)
17 years ago
Rémi Denis-Courmont
cbac33a987
Missing const
17 years ago
Jean-Baptiste Kempf
eac7613e45
Qt4: fullscreen controller should stay on top
Thanks a lot to Ludovic Fauvet who made the hard debugging work and found the idea.
(cherry picked from commit d38092676b46d5ac3c6f280204e43021de90f3fa)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
17 years ago
Jean-Baptiste Kempf
66b985c303
Qt: cosmetics.
17 years ago