1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
Antoine Cellerier
2cb472dba0 FSF address change. 2006-01-12 23:10:04 +00:00
Clément Stenac
a078354921 Add support for several message queues - please test
Initial support for registering and handling some shared stats
2006-01-04 22:29:53 +00:00
Yoann Peronneau
b0e0bc12ee * modules/gui/ncurses.c: Filebrowser enhancements:
- sorting
  - show/hide hidden files (with '.')
2005-09-14 00:43:57 +00:00
Yoann Peronneau
0cd03567e4 * modules/gui/ncurses.c: use <space> in the filebrowser to add the selected directory to the playlist. 2005-09-13 22:15:00 +00:00
Rémi Denis-Courmont
fe087a3828 Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
Rémi Denis-Courmont
85b29bdc28 Copyright fixes
(da big courmischage)
2005-07-08 18:12:44 +00:00
Yoann Peronneau
61e1c2f534 svn merge -r 11182:11183 branches/0.8.2 trunk 2005-05-30 09:09:15 +00:00
Felix Paul Kühne
49a88c0e0f * playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly
* ncurses.c: don't localise "Ncurses"
2005-05-06 17:41:09 +00:00
Clément Stenac
9ceef3c75e * Playlist :
- fix crash when deleting current item
  - SAP: don't store pointers
  - don't pass pointers to interface in item-appended
  - remove VIEW_SIMPLE that was confusing and bug-generating

* wx: 
  - Fix open layout
  - Fix slider behaviour, patch by Greg Hazel
2005-04-13 17:43:12 +00:00
Clément Stenac
f2d226da0a Compile fix 2005-03-03 17:35:26 +00:00
Clément Stenac
ba9826cacf Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
+ put access and demux in the right place
2005-03-03 06:58:04 +00:00
Yoann Peronneau
e94bb0dd56 * modules/gui/ncurses.c: incremental search works now with tree playlist. 2005-01-21 21:49:28 +00:00
Yoann Peronneau
8313b721e3 * modules/access/directory.c: fix a segfault when reading an empty directory
* modules/gui/ncurses.c: fix a segfault when playlist is empty
2005-01-14 18:01:36 +00:00
Yoann Peronneau
0eee762179 * modules/gui/ncurses.c: support for tree playlist in ncurses interface
use 'v' to toggle view
2005-01-14 16:14:01 +00:00
Clément Stenac
91d93983e6 * Provide playlist_LockFoo functions for some functions
* Fix deadlock with preparse
2004-12-14 11:40:09 +00:00
Clément Stenac
a90a19a6b0 Improvements to preferences
* Each module can declare a "human-readable short name" with set_name
* Modules are sorted by category (set_category, set_subcategory).
  Modules configs can be separated by set_section()
* Separated audio-filter and audio-visual
* Separated extraintf and control
* New command and widget : add_module_list() for comma-separated modules
* Vfilters now use "," as separator
2004-12-11 14:45:46 +00:00
Felix Paul Kühne
00dcf466a2 * string review 2004-09-05 16:53:04 +00:00
Derk-Jan Hartman
4bfdf490d7 * spelling error 2004-07-15 15:20:46 +00:00
Gildas Bazin
2252f84afe * modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes. 2004-06-23 10:12:41 +00:00
Laurent Aimar
07aadc3951 * all: rework of the input. 2004-06-22 19:34:20 +00:00
Laurent Aimar
94cae6a543 * ncurses: fixed the error that was making the browser so slow. 2004-05-31 01:48:09 +00:00
Derk-Jan Hartman
b33d1c4911 * modules/gui/ncurses.c: Ahum fixed broken filebrowser.
that's what you get when you are hacking something 
  you don't understand 100%
2004-05-31 00:54:44 +00:00
Derk-Jan Hartman
58cdead84a * Added a filebrowser (B)
* Messages now uses 'L' as hotkey
2004-05-30 18:39:29 +00:00
Yoann Peronneau
cda630441a * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line. 2004-05-29 17:47:30 +00:00
Derk-Jan Hartman
d24d65d8bf * ncurses intf
- Moved one dir higher
  - Fixed the Quit function
  - Added Volume Controls
  - Added Repeat/Loop/Random
  - Fixed the info box
  - Added Fullscreen remark to help box

It is now the perfect remote controller if I use my 'bedside terminal'.
ssh/screen/ncurses is like magic.
2004-05-28 22:23:38 +00:00