Difference between revisions of "QtIntfTODO"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Add page to Category:Qt)
 
(74 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 +
{{Historical}}
 +
= TODO 07/07 =
 +
by [[User:J-b|jb]] 22:27, 3 July 2007 (CEST)
 +
 +
* [[QT4StringsReview|Strings Review]]
 +
 +
== Menus ==
 +
* Callbacks for checking playlist/extended settings/advanced controls in the menu. Only playlist to do [[User:J-b|jb]] 17:44, 10 July 2007 (CEST). Done  [[User:J-b|jb]] 06:27, 8 November 2007 (CET)
 +
* Show / Hide interface implementation Done.[[User:J-b|jb]] 22:46, 10 October 2007 (CEST)
 +
 +
== Dialogs ==
 +
* Open Qt4.3 fixing. Done [[User:J-b|jb]] 06:25, 8 November 2007 (CET)
 +
* Capture Win32 support. Done [[User:J-b|jb]] 00:13, 10 January 2008 (CET)
 +
* DVD Win32 support. done [[User:J-b|jb]] 06:25, 8 November 2007 (CET)
 +
* Sout rewrite. Mainly done for the deisgn, the code needs to follow [[User:J-b|jb]] 12:54, 6 September 2007 (CEST)
 +
* Open/Preferences Modules_Exist uses. Done [[User:J-b|jb]] 05:46, 20 December 2007 (CET)
 +
* Simple preferences save. done [[User:J-b|jb]] 06:25, 8 November 2007 (CET)
 +
* Extended settings repairing. done [[User:J-b|jb]] 19:38, 3 August 2007 (CEST)
 +
 +
* VLM write. Mostly Done [[User:J-b|jb]] 05:46, 20 December 2007 (CET)
 +
* Bookmarks write Done [[User:J-b|jb]] 00:53, 11 January 2008 (CET)
 +
* Help and about write. mainly done  [[User:J-b|jb]] 18:27, 1 September 2007 (CEST). done [[User:J-b|jb]] 06:25, 8 November 2007 (CET)
 +
 +
== Playlist ==
 +
* Choose column and remember it... done [[User:J-b|jb]] 22:00, 2 August 2007 (CEST) (ILEoo)
 +
* QSplitter for left column. done [[User:J-b|jb]] 22:00, 2 August 2007 (CEST)
 +
* Dockable. Done [[User:J-b|jb]] 22:47, 10 October 2007 (CEST)
 +
 +
== Main Interface ==
 +
* Dock Playlist. done [[User:J-b|jb]] 22:47, 10 October 2007 (CEST)
 +
* Undock Video. Won't do [[User:J-b|jb]] 05:46, 20 December 2007 (CET)
 +
* Buttons update
 +
 +
== Skins2 ==
 +
* Bug fixes. see http://mailman.videolan.org/pipermail/vlc-devel/2007-August/033930.html
 +
 
= Main interface =
 
= Main interface =
  
 
== Icons ==
 
== Icons ==
 +
=== Controller Icons ===
 +
 +
* ''Playback:''
 +
** Play / Pause / Stop / Next / Previous
 +
** Faster / Slower (not urgent, unused at the time)
 +
 +
* ''Volume Control:''
 +
** Sound (and sound muted if clicked)
  
=== Controler Icons ===
+
* Open
 +
** Open File
 +
** Open URL
 +
** Open Disc
 +
 
 +
* ''Other:''
 +
** Playlist
 +
** Open extended GUI / Equalizer ( 1 ? 2 ?)
 +
** FullScreen (not urgent, unused at the time)
 +
 
 +
* ''Playlist :''
 +
** Add file <br />
 +
** Add Folder <br />
 +
** Shuffle <br />
 +
** Repeat One / Repeat All / Search
 +
 
 +
* Playlist item types
 +
** File
 +
** Folder/Node
 +
** Playlist
 +
** Network stream
 +
** Disc
 +
** Acquisition card
  
Volume control / Playback control / Playlist control (see current wxWidgets interface for approx list)
 
 
Size is up to you to decide as long as it doesn't look too big (or too small) ...
 
Size is up to you to decide as long as it doesn't look too big (or too small) ...
  
 
=== Prefs Icons ===
 
=== Prefs Icons ===
  
Approx size: 50x50 pixels for Simple prefs ( http://people.videolan.org/~dionoea/sprefs_1.png )
+
Approx size: 50x50 pixels for Simple prefs  
 
25x25 pixels for normal prefs (like what we have in current wxWidgets)
 
25x25 pixels for normal prefs (like what we have in current wxWidgets)
 +
* why not use 24x24 and 48x48 ? [[User:Funman|funman]]
  
Icons needed: "Video", "Audio", "Input and Codecs", "Playlist", "Interface", "Subtitles", "Advanced"
+
Icons needed:
 +
* "Video"
 +
* "Audio"
 +
* "Input and Codecs"
 +
* "Playlist"
 +
* "Interface"
 +
* "Subtitles"
  
 +
''DONE'' on March 14th.[[User:J-b|jb]] 20:15, 14 March 2007 (CET)
  
= Input manager =
+
== General missing things ==
 +
 
 +
=== Open ===
 +
* Open file and advanced Open file merging ** => Integration of a QFileDialog ? ''Done [[User:J-b]]''
 +
* Open rep and Open file merging ** ''Done [[User:J-b]]''
 +
* Generic stuff ** ''Done [[User:J-b]]''
 +
* Acquisition tabs ** TODO
 +
 
 +
=== Other ===
 +
* VLM **
 +
* extended dialogs * Done by [User:dionoea|dionoea] [[User:J-b|jb]] 23:48, 1 July 2007 (CEST)
 +
* Help *
 +
* Bookmarks
 +
* Systray icon. Done [[User:J-b|jb]] 22:54, 1 July 2007 (CEST)
 +
 
 +
== Dialogs to check ==
 +
* Messages (verbosity and Save) - ''Done [http://trac.videolan.org/vlc/changeset/18673 R18673]''
 +
* Information Stats to be better - ''Done [http://trac.videolan.org/vlc/changeset/18669 R18669]''
 +
 
 +
== Main design ==
 +
* Subclass of buttons ?
  
* Disc frame management *
 
  
 
= Playlist =  
 
= Playlist =  
  
* Finish the standard model *** [[User:Zorglub]]
+
* Finish Popup handling ** (especially to move things between PL and ML)
* Popup handling **
+
* A -> B repeat (loops from point to point B) *
* Menus **
+
* Go to time ** Done.[[User:J-b|jb]] 00:53, 2 April 2007 (CEST)
  
= Info dialog =
+
= Preferences =
  
* Implement the notebook *
+
* Widgets *** Mostly done by [[User:J-b]]
* Meta information panel * [[User:j-b]]
 
* Advanced info panel * [[User:j-b]]
 
  
= Open dialog =
+
Missing :
 +
* DIRECTORY_ITEMS ''Done in'' [http://trac.videolan.org/vlc/changeset/19229 19229]
 +
* FONT items
 +
* debug
 +
* tootltip
 +
* icons centering
  
* Generic stuff **
+
= Streaming =
* File tab **
 
* Disc tab **
 
* Network tab **
 
* Autogenerated tabs ***
 
  
= Preferences =
+
* Profiles
 +
* We have to find an intelligent way to deal with recording
 +
 
 +
= Machine State =
 +
 
 +
There are three entry states to Qt Interface
 +
 
 +
* Mode Integrated
 +
In this state, you start {{VLC}} as a MPC or WMP. When you start VLC, you have a black video with a cone in the interface, like this one ([http://www.softpedia.com/screenshots/Media-Player-Classic-for-Win2kXP_1.png]).
 +
Your playlist is integrated in the interface like WMP. When you play music, the video_plugins are integrated in the intf.
 +
Extended GUI is separated (?)
 +
 
 +
* Mode Desintegrated
 +
In this states, you start {{VLC}} as a vlc -Iwx --no-wx-embed, everything is separated, Video, playlist, etc...
 +
You can stack the extended GUI.
  
* Framework for simple prefs ** [[User:Dionoea|Dionoea]]
+
* Mode Minimal
* Widgets *** [[User:Dionoea|Dionoea]]
+
This is the same mode as the Mode Integrated, but has no menu, no control at all. Everything is controlled by right click !
 +
A hotkey combinaison can lead you to show the menu and the controls and you are back to Mode Integrated.
  
= Interaction =  
+
* ASCII schema
 +
<pre>
 +
MM
 +
 +
 +
MI <====> MI_pl_detached
 +
↑                    ↑
 +
↓                    ↓
 +
MI_video_detached <=> MD <====> MD_extended_GUI_integrated
  
* Everything ***
+
</pre>
  
= Streaming =
 
  
Profiles
+
Notes :
 +
* Extended GUI is always detached by default (?)
  
 
= Issues =
 
= Issues =
  
Some current issues being worked on or looked into.. latest reference svn-16390.
+
Some current issues being worked on or looked into.. latest reference svn-16791.
 +
 
 +
Bugs:
 +
* Add a file to the playlist, drag and drop to the left panel on Playlist or Media library icon, double click on that icon (that will expand it and show the element just added), double click on the element -> CRASH
 +
* Tools, Interface, Console (problem only applies to this option), File open file, play, close with X -> continues playing (while the vout is destroyed, audio goes on) until the Console window is "selected", then the clip really "quits".
 +
* Height consistency on Tools, Preferences, "Basic". The Video, Audio etc. option text consists of about 4 lines height. On "All", the Advanced is only one line, while the expanded options like CPU features, Filters etc. are 2 lines again.
 +
* File location of playing item in Windows shows forward instead of backslash (also in playlist items) -- Hum ? Looks like a core issue ? [[User:Zorglub]] -- CRASH issue when opening a 2nd file. main debug: adding item <garbage>. Does not happen in WX. When media files are in the default folder (Application Data?) then no problems occur since no path needs to be selected. Also qt4 in gdb refuses to open a file [[User:Trax]]
  
Open:
 
  
* File, Quick Open file -> lot of empty space on all the menu options on left side (seems reserved for options that can have a selected option but that is not the case for many menu options)
+
Unreproducible (in linux):
* Window size is a lot larger than WX (it's already smaller since recent commits. Is this still an issue?)
+
* Preferences, All, Audio, Filters, select Headphone then Equalizer, the show settings (to select Basic or All) and the whole left section suddenly becomes very wide/stretched. Same goes for selecting Filters, parametric equalizer right away.
* Audio volume slider "doesn't go where you click" (while the video slider does. Is this still an issue? sliders in preferences don't do this either). I considered this as better for "normal" sliders. It can be changed easily. What do you think ? [[User:Zorglub]] Should be left as is IMO [[User:Dionoea|Dionoea]]
+
* Interface, Main Interface, Skins, 2 entries of enable transparency effects
* "No suitable decoder.." too small popup boxes without any cancel buttons or additional information  -- Interaction support is far from complete [[User:Zorglub]]
+
 
* File location of playing item in Windows shows forward instead of backslash (also in playlist items) -- Hum ? Looks like a core issue ? [[User:Zorglub]]
+
 
* Tools, Information doesn't have a close button. Preferences doesn't have an apply or save all yet either
+
Missing stuff:
* Press play makes the icon disappear, no pause icon
 
* Playlist icon is the same as the "mute/no audio" button -- Yes, no icon designed :) [[User:Zorglub]]
 
* Video, Zoom, doesn't have a (default) value selected -- Same in WX, there is no "default" value for this, it would become invalid as soon as you resize [[User:Zorglub]]
 
* Rightclick on item in playlist: 600 700 Object::connect: No such slot PLModel::popupPreparse() Object::connect: No such slot PLModel::popupInfo() (this was a previous crash issue) -- Incomplete popup support [[User:Zorglub]]
 
* Start VLC, click on play button, nothing happens. Old behaviour was that File, Open File starts.
 
* Height consistency on Tools, Preferences, "Basic". The Video, Audio etc. option text consists of about 4 lines height. On "All", the Advanced is only one line, while the expanded options like CPU features, Filters etc. are 2 lines again.
 
* Tools, Preferences, "All", select the Advanced tickbox -> CRASH. Seems to happen when no item is selected yet at the options.
 
* File, Open playlist, Operations, Add to current playlist or Media library, File, select one, OK -> CRASH
 
* Tools, Interface, Console, File open file, play, close with X -> continues playing (while the vout is destroyed, audio goes on) until the Console window is "selected", then the clip really "quits".
 
* Tools, "Preferences" or "Messages" window opened will not be destroyed when main player is closed.
 
* Audio, Visualisation, Goom -> CRASH
 
 
* File, Open .. think there should be a "All media types, or all supported types" listed which is default. (Also some File type listings have a space in front of them).
 
* File, Open .. think there should be a "All media types, or all supported types" listed which is default. (Also some File type listings have a space in front of them).
* Mouse click/location in Messages window is treated as new insertion/start point for following debug messages
+
 
* Interface, Main Interface, Skins, 2 entries of enable transparency effects
+
No fix possible or invalid:
  
 
Fixed:
 
Fixed:
  
* Quick Open, "All files" -> doesn't show -any- files
+
= Mockups =
* Location and name/duration first character slightly overlaps border/rectangle. Shift one to the right?
+
 
* Tools, Preferences, doesn't show "All" but "Basic" by default
+
Since I (pherthyl) am (going to be) helping with the Qt interface, I thought I'd keep a page of mockups for new UI ideas. While there are some things we need to copy from the wxWidgets interface, there are also lots of non-optimal bits of UI in the old interface that I think we should improve. Since the Qt interface isn't out yet, now is the time to make changes like this.
* Video, Zoom, CRASH
+
 
* Tools, Preferences, CRASH (incl. the Advanced option in "All" mode)
+
[[QtIntfMockups]]
* Selection in menu doesn't work:
+
[[Category:Dev Discussions]]
** Video, Fullscreen is always "selected" but in fact shows normal video. Functional but select icon doesn't follow status properly
+
[[Category:Qt]]
** Video, Always on top is always "selected" but not functional
 
** Video, Deinterlace modes are not "selected" but are functional
 
** Video, Aspect ratio modes are not "selected" but are functional
 
** Audio Track, Device, Channels and Visualizations: no default "selected"/shown
 
* No VLC icon in titlebar and in taskbar (also not when Preferences, Stream info window etc. open seperately)
 
* Rightclick in playlist, CRASH
 

Latest revision as of 05:24, 20 January 2019

This page is obsolete and kept only for historical interest. It may document features that are obsolete, superseded, or irrelevant. Do not rely on the information here being up-to-date.

TODO 07/07

by jb 22:27, 3 July 2007 (CEST)

Menus

  • Callbacks for checking playlist/extended settings/advanced controls in the menu. Only playlist to do jb 17:44, 10 July 2007 (CEST). Done jb 06:27, 8 November 2007 (CET)
  • Show / Hide interface implementation Done.jb 22:46, 10 October 2007 (CEST)

Dialogs

  • Open Qt4.3 fixing. Done jb 06:25, 8 November 2007 (CET)
  • Capture Win32 support. Done jb 00:13, 10 January 2008 (CET)
  • DVD Win32 support. done jb 06:25, 8 November 2007 (CET)
  • Sout rewrite. Mainly done for the deisgn, the code needs to follow jb 12:54, 6 September 2007 (CEST)
  • Open/Preferences Modules_Exist uses. Done jb 05:46, 20 December 2007 (CET)
  • Simple preferences save. done jb 06:25, 8 November 2007 (CET)
  • Extended settings repairing. done jb 19:38, 3 August 2007 (CEST)
  • VLM write. Mostly Done jb 05:46, 20 December 2007 (CET)
  • Bookmarks write Done jb 00:53, 11 January 2008 (CET)
  • Help and about write. mainly done jb 18:27, 1 September 2007 (CEST). done jb 06:25, 8 November 2007 (CET)

Playlist

  • Choose column and remember it... done jb 22:00, 2 August 2007 (CEST) (ILEoo)
  • QSplitter for left column. done jb 22:00, 2 August 2007 (CEST)
  • Dockable. Done jb 22:47, 10 October 2007 (CEST)

Main Interface

  • Dock Playlist. done jb 22:47, 10 October 2007 (CEST)
  • Undock Video. Won't do jb 05:46, 20 December 2007 (CET)
  • Buttons update

Skins2

Main interface

Icons

Controller Icons

  • Playback:
    • Play / Pause / Stop / Next / Previous
    • Faster / Slower (not urgent, unused at the time)
  • Volume Control:
    • Sound (and sound muted if clicked)
  • Open
    • Open File
    • Open URL
    • Open Disc
  • Other:
    • Playlist
    • Open extended GUI / Equalizer ( 1 ? 2 ?)
    • FullScreen (not urgent, unused at the time)
  • Playlist :
    • Add file
    • Add Folder
    • Shuffle
    • Repeat One / Repeat All / Search
  • Playlist item types
    • File
    • Folder/Node
    • Playlist
    • Network stream
    • Disc
    • Acquisition card

Size is up to you to decide as long as it doesn't look too big (or too small) ...

Prefs Icons

Approx size: 50x50 pixels for Simple prefs 25x25 pixels for normal prefs (like what we have in current wxWidgets)

  • why not use 24x24 and 48x48 ? funman

Icons needed:

  • "Video"
  • "Audio"
  • "Input and Codecs"
  • "Playlist"
  • "Interface"
  • "Subtitles"

DONE on March 14th.jb 20:15, 14 March 2007 (CET)

General missing things

Open

  • Open file and advanced Open file merging ** => Integration of a QFileDialog ? Done User:J-b
  • Open rep and Open file merging ** Done User:J-b
  • Generic stuff ** Done User:J-b
  • Acquisition tabs ** TODO

Other

  • VLM **
  • extended dialogs * Done by [User:dionoea|dionoea] jb 23:48, 1 July 2007 (CEST)
  • Help *
  • Bookmarks
  • Systray icon. Done jb 22:54, 1 July 2007 (CEST)

Dialogs to check

  • Messages (verbosity and Save) - Done R18673
  • Information Stats to be better - Done R18669

Main design

  • Subclass of buttons ?


Playlist

  • Finish Popup handling ** (especially to move things between PL and ML)
  • A -> B repeat (loops from point to point B) *
  • Go to time ** Done.jb 00:53, 2 April 2007 (CEST)

Preferences

Missing :

  • DIRECTORY_ITEMS Done in 19229
  • FONT items
  • debug
  • tootltip
  • icons centering

Streaming

  • Profiles
  • We have to find an intelligent way to deal with recording

Machine State

There are three entry states to Qt Interface

  • Mode Integrated

In this state, you start VLC media player as a MPC or WMP. When you start VLC, you have a black video with a cone in the interface, like this one ([1]). Your playlist is integrated in the interface like WMP. When you play music, the video_plugins are integrated in the intf. Extended GUI is separated (?)

  • Mode Desintegrated

In this states, you start VLC media player as a vlc -Iwx --no-wx-embed, everything is separated, Video, playlist, etc... You can stack the extended GUI.

  • Mode Minimal

This is the same mode as the Mode Integrated, but has no menu, no control at all. Everything is controlled by right click ! A hotkey combinaison can lead you to show the menu and the controls and you are back to Mode Integrated.

  • ASCII schema
MM
↑
↓
MI <====> MI_pl_detached
↑                     ↑
↓                     ↓
MI_video_detached <=> MD <====> MD_extended_GUI_integrated


Notes :

  • Extended GUI is always detached by default (?)

Issues

Some current issues being worked on or looked into.. latest reference svn-16791.

Bugs:

  • Add a file to the playlist, drag and drop to the left panel on Playlist or Media library icon, double click on that icon (that will expand it and show the element just added), double click on the element -> CRASH
  • Tools, Interface, Console (problem only applies to this option), File open file, play, close with X -> continues playing (while the vout is destroyed, audio goes on) until the Console window is "selected", then the clip really "quits".
  • Height consistency on Tools, Preferences, "Basic". The Video, Audio etc. option text consists of about 4 lines height. On "All", the Advanced is only one line, while the expanded options like CPU features, Filters etc. are 2 lines again.
  • File location of playing item in Windows shows forward instead of backslash (also in playlist items) -- Hum ? Looks like a core issue ? User:Zorglub -- CRASH issue when opening a 2nd file. main debug: adding item <garbage>. Does not happen in WX. When media files are in the default folder (Application Data?) then no problems occur since no path needs to be selected. Also qt4 in gdb refuses to open a file User:Trax


Unreproducible (in linux):

  • Preferences, All, Audio, Filters, select Headphone then Equalizer, the show settings (to select Basic or All) and the whole left section suddenly becomes very wide/stretched. Same goes for selecting Filters, parametric equalizer right away.
  • Interface, Main Interface, Skins, 2 entries of enable transparency effects


Missing stuff:

  • File, Open .. think there should be a "All media types, or all supported types" listed which is default. (Also some File type listings have a space in front of them).

No fix possible or invalid:

Fixed:

Mockups

Since I (pherthyl) am (going to be) helping with the Qt interface, I thought I'd keep a page of mockups for new UI ideas. While there are some things we need to copy from the wxWidgets interface, there are also lots of non-optimal bits of UI in the old interface that I think we should improve. Since the Qt interface isn't out yet, now is the time to make changes like this.

QtIntfMockups