1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

37 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
49bca36d80 Use free() instead of LocaleFree() for utf8_readdir() result 2006-11-10 21:50:39 +00:00
Felix Paul Kühne
b527c3fce1 * minor update to the current playlist API 2006-10-21 12:27:27 +00:00
Antoine Cellerier
19f542a35b Fix a bunch of gcc warnings 2006-10-01 17:12:02 +00:00
Clément Stenac
a06213d7f4 * Get rid of the Manager thread by making blocking interfaces listen to
p_libvlc->b_die
  Not implemented for OS X as I am not sure, please check if it is feasible.
* Don't run the dummy interface
2006-09-24 09:34:57 +00:00
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)
2006-09-15 14:31:51 +00:00
Damien Fouilleul
88e69eceaa fixed typo 2006-09-04 18:19:03 +00:00
Damien Fouilleul
5b880a59e4 - input: added intermediate state info opening & buffering 2006-09-04 17:48:38 +00:00
Clément Stenac
8f973a0b05 Fix playlist crasher and simplify a few things
(Remove ITEMPLAY method, which had become redundant)
2006-05-31 20:40:54 +00:00
Yoann Peronneau
1e8f294038 * gui/ncurses.c: first attempt to fix ncurses with new playlist
still not working: Add something to playlist
2006-05-17 02:59:48 +00:00
Clément Stenac
dfdcf7e993 * Remove Advanced/Misc
* Move out Advanced/Misc/Misc options
* Don't show any Stuff/General category anymore
* For interfaces, split out "General" from main interface settings
* Remove dummy from prefs
* Clean hotkeys settings

(Closes:#598)
2006-03-25 19:24:05 +00:00
Rémi Denis-Courmont
8bcbcd936d - Partial fix for reading characters with multibyte local encoding (refs #548)
- Fix memory leak
2006-02-14 09:57:58 +00:00
Rémi Denis-Courmont
dcddb65e52 - Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
- Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
2006-02-13 21:03:32 +00:00
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