- 30 Aug, 2007 1 commit
-
-
Rafaël Carré authored
-
- 25 Aug, 2007 1 commit
-
-
Ilkka Ollakka authored
don't connect QSpingBox valuechanged to edit-stuff, seems that signal is emited when value is updated from software also (textEdited for text is emited only when user changes stuff).
-
- 24 Aug, 2007 1 commit
-
-
Rafaël Carré authored
-
- 23 Aug, 2007 1 commit
-
-
Rafaël Carré authored
There is no way at the moment to know if a file is audio only
-
- 22 Aug, 2007 5 commits
-
-
Antoine Cellerier authored
Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters). Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly.
-
Antoine Cellerier authored
-
Rafaël Carré authored
Enforce access to input_item_t through input_item_{G,S}et*() Unlock mutexes before calling these functions Free strings returned by input_item_Get*() New functions added: char * input_item_GetURI( input_item_t * ) void input_item_SetURI( input_item_t * , char * ) mtime_t input_item_GetDuration( input_item_t * ) void input_item_SetDuration( input_item_t * , mtime_t ) to access input_item_t->psz_uri and input_item_t->i_duration
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Revert [21140] which broke the extend panels in Qt4 + add a comment so this doesn't happen again. (Please test changes before commiting ... thanks)
-
- 20 Aug, 2007 8 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
cosmetics.
-
Jean-Baptiste Kempf authored
Fix some segfaults by disabling functions. Slower, faster are on the side of the slider now.
-
Jean-Baptiste Kempf authored
- Don't use the .ui, do all by hand :) - Use a ControlWidgets to design all the controls, and implement the functions - Change a bit the advanced widget, that must be integrated in the controlsWidget There is a lot of Not Yet Implemented, so feel free to add some.
-
Rafaël Carré authored
Redesign the label & edits placement to resize the dialog
-
- 19 Aug, 2007 5 commits
-
-
Ilkka Ollakka authored
-
Rafaël Carré authored
Adds CONFIG_ITEM_PASSWORD for showing stars in preferences dialog (still to be implemented in interfaces)
-
Ilkka Ollakka authored
Second try, show save meta button if user changes any input field, also then set in_edit=true so playlist changes doesn't change meta-data what to edit.
-
Ilkka Ollakka authored
Edit mediainfo so you can edit meta-data even when playitem changes in background. Also sets default to readonly, so user can't change meta if he/she doesn't want to edit it. First try ;)
-
Jean-Baptiste Kempf authored
Patch by Ilkka Ollakka, modified by myself to rip-off extra spaces, to modify a constant one and not 4 times, and functions placement in the code.
-
- 18 Aug, 2007 2 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 16 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Aug, 2007 2 commits
-
-
Damien Fouilleul authored
-
Pierre d'Herbemont authored
* Protect input item's meta through setters and getters. That allows tracking of input item meta info changes. * vlc_meta_t gains a table for accessing its non-extra meta.
-
- 13 Aug, 2007 3 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 11 Aug, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
I_PL_REPEAT/I_PL_LOOP/I_PL_RANDOM etc. strings as done after toggleRepeat usage etc. Patch by Ilkka Ollakka
-
- 07 Aug, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
Patch by Ilkka Ollakka
-
- 04 Aug, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 Aug, 2007 2 commits
-
-
Jean-Baptiste Kempf authored
Qt4 - Sizing, first step for the Playlist. Impeach the playlist to collapse but let the selector collapse.
-
Jean-Baptiste Kempf authored
Qt4 - PlaylistWidget use a much nicer QSplitter. Removes also too much class inheritance and hierarchy.
-
- 11 Jul, 2007 1 commit
-
-
Konstantin Pavlov authored
-
- 28 Jun, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 24 Jun, 2007 2 commits
-
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-