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
Francois Cartegnie
0f1dbde669
Qt: move animators code
12 years ago
Rémi Denis-Courmont
6282c0e368
Qt: map Print and Pause keys
13 years ago
Jean-Baptiste Kempf
2d37a070d7
Qt4: correctly save the keys, indepententy from the locale
13 years ago
Francois Cartegnie
126469035a
Qt: QVLCDial: move value in corner
13 years ago
Francois Cartegnie
ba5d2dc02c
Qt: QDial: show value on control ( fix #8906 )
13 years ago
Francois Cartegnie
cec03a34cb
Qt: profiles_editor: display muxers capabilities.
Also shows possible warning for non native muxers.
14 years ago
Rémi Denis-Courmont
d94635b679
Qt4: map Browser Refresh to VLC
14 years ago
Francois Cartegnie
1085ee3933
Qt: PixmapAnimator: replace AnimatedIcon.
As Qt >= 4.6.0 provides AbstractAnimation we no longer need QTimer
based animators.
PixmapAnimator allows to be used by Q*Painter.
Unused still frame support is removed, but can easily be implemented.
14 years ago
Rémi Denis-Courmont
0be34d7019
Qt4: show localized hotkey strings in preferences
14 years ago
Rémi Denis-Courmont
3ff3d5775f
Provisions for localized key code strings (refs #5974 )
14 years ago
Francois Cartegnie
251eeba2e0
Revert "Qt: handle special mouse buttons"
This reverts commit e3511f67bc .
14 years ago
Francois Cartegnie
e3511f67bc
Qt: handle special mouse buttons
14 years ago
Jean-Baptiste Kempf
3a85241181
Qt: fix copyright years
15 years ago
Cheng Sun
5337619228
Fix QToolButtonExt edge cases
Previously QToolButtonExt had some undesirable edge case behaviour.
Firstly, once the user presses down on a QToolButtonExt there is no
way to cancel the action; either a short or a long click will be
generated. Compare this to a normal button, which can be cancelled by
releasing the mouse outside of the button area.
Secondly, with the mouse button held down, moving the mouse in and out
of the button area will generate multiple short click events, when no
event at all is desired.
This patch corrects this: by releasing the mouse outside the button area
no event is generated; additionally no short click events are generated
simply by moving the depressed mouse in and out of the button.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Rémi Denis-Courmont
976c7dd236
Remove some debug
15 years ago
Jean-Baptiste Kempf
0d348f07a8
Qt: use isEmpty() iso empty()
15 years ago
Jean-Baptiste Kempf
c745ebb55a
Qt: use count() iso size() on Qt Containers
15 years ago
Jean-Baptiste Kempf
b5386f6883
Qt: more of the same simplifications and warnings
15 years ago
Jean-Baptiste Kempf
8b2c14996c
Qt: more warnings
15 years ago
Jean-Baptiste Kempf
b6fa76eaf9
Qt: kill a bunch of warnings
15 years ago
Jean-Baptiste Kempf
aca5da7db2
Qt: fix a warning about operator precedence
15 years ago
Francois Cartegnie
6680329869
Qt: ExtToolButton: set delay relatively to dblclick's
15 years ago
Jean-Baptiste Kempf
b306b3a782
Qt, new utility class to differentiate short and long clicks
ShortClick is the normal click
LongClick is emitted regularly until the button is released
15 years ago
Jean-Baptiste Kempf
f043388ca8
Qt: rename utility classes
Depending whether they are VLC specific or not
15 years ago
Rémi Denis-Courmont
c810198e17
Merge ConfigKeyToString and KeyToString
15 years ago
Jean-Philippe André
001d8f3d2e
Qt: add new widgets: AnimatedIcon & SpinningIcon
Very simple, displays a series of pixmaps in a loop animation.
The spinning icon can be used to indicate background activity,
especially designed for Lua SDs and Lua extensions.
15 years ago
Jean-Baptiste Kempf
0734535daf
Qt: misc simplifications and corrections
16 years ago
Jean-Baptiste Kempf
5f47703c35
Qt: simplification
16 years ago
Jean-Baptiste Kempf
e14f47780d
Qt: split searchLineEdit in its own file
16 years ago
Juho Vähä-Herttua
fb48e36345
qt4: Get rid of towlower in favor of portability
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Jean-Baptiste Kempf
f18a9358a2
Qt: playlist code refactoring
16 years ago
Francois Cartegnie
b3564a7d81
Qt: messages dialog: new verbosity spinbox
16 years ago
Juho Vähä-Herttua
3056962ed1
qt4: Add OSX to supported platforms of the towlower function.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Hugo Beauzée-Luyssen
0a47447d5c
Qt4: Cosmetics about ClickLineEdit, QVLCFramelessButton
This removes useless member, useless parameter, useless empty dtor, and
adds a missing reference.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Jean-Baptiste Kempf
fe4a2f20f2
Qt: fix F* keys in Preferences - #3827
KEY_F* are not consequential, while Qt::Key_F* are
Close #3827
16 years ago
Rémi Denis-Courmont
55a915eaae
Qt4: handle Meta modifier in the prefs
16 years ago
Jakob Leben
05d736eac9
Qt: respect font sizes
16 years ago
Jean-Baptiste Kempf
43848e7ed4
Qt: fix Win32 compilation
Mingw, Mingw-w64 and MSVC support towlower
16 years ago
Jakob Leben
5a109618b3
Qt: couple of minor corrections
- searchLineEdit: proper clearing
- locationBar content will not affect searchLineEdit size
16 years ago
Rémi Denis-Courmont
9de1b1e3b6
Qt4: add extended Latin-1 and a few multimedia keys, binary search
16 years ago
Jakob Leben
b639f729c0
Qt: properly styled SearchLineEdit
And replaced QVLCIconLabel with QVLCFramelessButton.
16 years ago
Jakob Leben
17786c59b1
Qt4: fix build with Qt < 4.5
17 years ago
Jakob Leben
e9c40e538e
Qt4: replace Podcast add / remove buttons with plain icons
17 years ago
Rémi Denis-Courmont
90ee09e819
KeyToString: allocate key on heap
This will allow returning dynamically generated strings
17 years ago
Rémi Denis-Courmont
25cd5920e5
KEY_SPACE = 32, simplify several outputs and interfaces
17 years ago
Rémi Denis-Courmont
9024e28cb0
Disambiguate trivial tool tips ( fixes : #3068 )
This was requested for Arabic.
17 years ago
Jean-Baptiste Kempf
dcbb433f4f
Qt: Remove some connect errors.
17 years ago
Francois Cartegnie
7393f3b36c
UI: prefix/namespace resources for better maintainability
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
17 years ago