Put filedialogs in the correct parent.
This commit is contained in:
parent
77f9088231
commit
403b9257cc
3 changed files with 2 additions and 8 deletions
|
|
@ -61,7 +61,7 @@ SkinDisplay::fileOpen (void)
|
||||||
XMMSHandler *xmmsh = XMMSHandler::getInstance();
|
XMMSHandler *xmmsh = XMMSHandler::getInstance();
|
||||||
QStringList files;
|
QStringList files;
|
||||||
|
|
||||||
files = QFileDialog::getOpenFileNames (NULL, "Select files to play",
|
files = QFileDialog::getOpenFileNames (this, "Select files to play",
|
||||||
QDir::homePath(),
|
QDir::homePath(),
|
||||||
"Music (*.mp3 *.ogg *.flac *.wav *.mpc *.mp4)");
|
"Music (*.mp3 *.ogg *.flac *.wav *.mpc *.mp4)");
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -343,7 +343,7 @@ PlaylistWidget::menuAddFile ()
|
||||||
XMMSHandler *xmmsh = XMMSHandler::getInstance();
|
XMMSHandler *xmmsh = XMMSHandler::getInstance();
|
||||||
QStringList files;
|
QStringList files;
|
||||||
|
|
||||||
files = QFileDialog::getOpenFileNames (NULL, "Select files to play",
|
files = QFileDialog::getOpenFileNames (this, "Select files to play",
|
||||||
QDir::homePath(),
|
QDir::homePath(),
|
||||||
"Music (*.mp3 *.ogg *.flac *.wav *.mpc *.mp4)");
|
"Music (*.mp3 *.ogg *.flac *.wav *.mpc *.mp4)");
|
||||||
|
|
||||||
|
|
|
||||||
6
TODO
6
TODO
|
|
@ -4,14 +4,8 @@ Todo:
|
||||||
* ServerConfig
|
* ServerConfig
|
||||||
* ApplicationConfig
|
* ApplicationConfig
|
||||||
* Balance
|
* Balance
|
||||||
* VolumeBar
|
|
||||||
* Playlist
|
* Playlist
|
||||||
* PlaylistButton
|
|
||||||
* CloseButton
|
|
||||||
* ShadeButton
|
|
||||||
* Add files / folders
|
|
||||||
* Jump entry to dialog
|
* Jump entry to dialog
|
||||||
* move viewport when walking outside it with keyboard
|
|
||||||
* drag and drop outside viewport
|
* drag and drop outside viewport
|
||||||
* jump to entry when it's played.
|
* jump to entry when it's played.
|
||||||
* accept drops from other applications
|
* accept drops from other applications
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue