Christophe Mutricy
19f019c7e4
Add a "Media Files" extension list + i18n
20 years ago
Clément Stenac
7f994b8bf2
Playlist menu
Add button in playlist widget
20 years ago
Clément Stenac
ec6749f151
Autosave size/position + fix a resizing bug in the stats panel
Cosmetics
20 years ago
Clément Stenac
7db1138565
A bit of cleanup in the info stuff
20 years ago
Clément Stenac
e69979be76
Temporary dialog for the equalizer
20 years ago
Clément Stenac
e12ddbf298
Fix Qt crash on exit
20 years ago
Clément Stenac
f485214f09
For consistency, remove references to vlc from libvlc
Also, make it clearer what is shared and instance-specific
So,
libvlc_t ==> libvlc_global_t
vlc_t ==> libvlc_int_t (internal instance)
p_object->p_libvlc ==> p_object->p_libvlc_globale
p_object->p_vlc ==> p_object->p_libvlc
VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC
And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
20 years ago
Clément Stenac
928454fad8
Fix a number of problems with interaction dialogs
Remove the "seeking too far" error, as it happens for broken AVI and is quite confusing
20 years ago
Clément Stenac
897144d1e6
Some cleanup here and there
* Add a CONNECT macro for simple signal->slot connections
* Untested save support in simple preferences
20 years ago
Clément Stenac
6ee0559da6
A bit of cleanup
Add the qtu (Qt To Utf8) and qta (Qt To Ascii) macros
20 years ago
Clément Stenac
277e9ab5a2
Fix SD support
20 years ago
Clément Stenac
f787ec76c1
open directory and playlist
20 years ago
Clément Stenac
268289cf27
Enable verbosity setting
20 years ago
Clément Stenac
e03cced9f3
Warnings/Errors dialog
20 years ago
Clément Stenac
21ab0e4198
Fix "All files"
20 years ago
Clément Stenac
fded9ae5c8
Fix a refcount issue
Start using media library
20 years ago
Clément Stenac
6920445459
Cosmetics + Enable menu in playlist
20 years ago
Clément Stenac
6a42cf33fb
* Allow service discoveries to state whether they prefer being displayed as tree
* Start putting together all interface strings (Refs:#703)
20 years ago
Jean-Baptiste Kempf
dc67fdebb8
Qt: Small fix on the filters for simpleOpenFile
20 years ago
Jean-Baptiste Kempf
3a95e2c14a
* First implementation of the simpleOpenFile Dialog for Qt4
* Cosmetic fixes in messages.
20 years ago
Jean-Baptiste Kempf
2c2ebc9c31
* First implementation of the messages dialog for qt4.
It works but it is not finished.
- The changing verbosity does not work yet.
- Too many messages are displayed ?
20 years ago
Clément Stenac
5b6e15db43
Qt4 playlist dialog base stuff
20 years ago
Clément Stenac
0c5b1abc5b
WTF isn't QEvent a QObject ?
20 years ago
Clément Stenac
4ca4116ea1
Don't use RTTI
20 years ago
Clément Stenac
b48e3d2890
Fix a bunch of bugs
20 years ago
Clément Stenac
efed5df6d3
* compiles-but-untested complete implementation of menus and popups
* handle play/pause status
20 years ago
Christophe Mutricy
df3a146185
qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id
20 years ago
Clément Stenac
7acc874923
Beginning of menus implementation
Fix a make dist bug
20 years ago
Clément Stenac
8a473ffa6e
Improve embedded video output
Skeleton for interaction
Fix window settings save
20 years ago
Clément Stenac
1b16878117
* Split apart gui and input management
* Functional stats panel
20 years ago
Clément Stenac
04e52ef4fc
Preferences
20 years ago
Clément Stenac
a47f560819
Start handling input
Quit
20 years ago
Clément Stenac
776ba66b04
* Fix QT detection and make dist
* First dialog
* Start of input management
20 years ago
Clément Stenac
1bf74fe732
Initial layout
20 years ago