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

70 Commits

Author SHA1 Message Date
Christophe Mutricy
12efe79799 Forward port [17015] + a few more i18n fix 2006-10-10 08:47:43 +00:00
Christophe Mutricy
dc8b128a9f forward port [17012] and make update-po 2006-10-09 22:37:29 +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
Jean-Paul Saman
3c0e4d3559 Fix time update and slider movement on PDA interface. Patch from fredyd (http://forum.videolan.org/viewtopic.php?t=19028) modified by me. 2006-04-04 20:11:39 +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
Jean-Paul Saman
38540559f5 Update e-mail address 2006-03-09 09:47:30 +00:00
Antoine Cellerier
97278aab3f sout-standard-url is deprecated 2006-02-05 22:14:00 +00:00
Antoine Cellerier
2cb472dba0 FSF address change. 2006-01-12 23:10:04 +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
Clément Stenac
107cc2a5cf Remove i263 from stream output dialogs. Closes #187 2005-06-10 18:50:32 +00:00
Jean-Paul Saman
7ecdbca34b Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI. 2005-03-16 21:02:05 +00:00
Steve Lhomme
3d831e04ec Avoid \r\n problems between platforms 2005-03-02 16:47:31 +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
Laurent Aimar
c6edf8d812 * all: don't use input_OffsetToTime anymore. 2004-06-07 21:26:35 +00:00
Laurent Aimar
65fd1e940b * use var_Set/Get "state"/"position"/"rate" instead of old functions.
I haven't tested thoses changes ...
2004-06-07 18:26:27 +00:00
Felix Paul Kühne
5f6c3bf407 * modules/gui/macosx/intf.*: made the Services-menu translatable
* modules/gui/macosx/macosx.m: rewritten a pref-string
* modules/gui/pda/pda.glade: Fixed "VLC media player"
* po/de.po: Updated translation
2004-05-17 22:14:25 +00:00
Felix Paul Kühne
d5d59ea9a5 * modules/control/telnet.c: removed translation of "VLM"
* modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
* modules/gui/wxwindows/wizard.cpp: minor string-corrections
* modules/misc/logger.c: more minor string-corrections
* modules/misc/sap.c: ditto
* src/libvlc.h: ditto
* po/de.po: updated german translation
2004-04-16 18:41:00 +00:00
Felix Paul Kühne
90917b8255 * modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
* po/de.po: Updated german translation
2004-04-07 11:50:13 +00:00
Gildas Bazin
d93ca7c44a * modules/gui/*: compilation fixes for the new input_item_t change. 2004-03-31 22:55:48 +00:00
Carlo Calabrò
44bc88f363 String review, as promised :)
Found and fixed:
- some untranslated macros
- some acronyms which were not in capital letters
- a couple of VLC Media Player (_m_edia _p_layer, now)
- typos here and there
- dots missing in some of the long texts
- spaces before ? and :, which is correct in french but not in english :)
- NT services are now called Windows Services
2004-03-05 19:24:14 +00:00
Sam Hocevar
45adedc913 * Added "Id" svn:keywords property to all files containing "$Id:".
* Removed .cvsignore files and added proper svn:ignore properties.
2004-03-05 17:34:23 +00:00
Gildas Bazin
c87d50dd85 * ALL: changed the prototype of module_Need() to accept a "strict" boolean argument.
If "strict" is true and a module name is provided then module_Need() will only look for the specified module
If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
2004-03-03 20:39:53 +00:00
Jean-Paul Saman
5f02f2623d Updated PDA interface. 2004-02-29 22:59:59 +00:00
Jean-Paul Saman
405c632cb4 Disabled the preference menu, it is not filled in anyway. 2004-02-13 10:09:46 +00:00
Jean-Paul Saman
1204fed2ec Missed the deadline again ;-(
- Fixed the playlist_AddExt() call
- Fixed a compiler warning
2004-02-10 20:28:37 +00:00
Clément Stenac
499a384591 Options as infos were bad in several ways: it broke PLAYLIST_GO, used
much memory, and was inconsistent, especially with input_CreateThread
taking an array of options

* Revert to using array of options

* To add an item with options:
    - either use playlist_ItemNew, ItemAddOption, and then AddItem
      (useful if you don't have all your options in an array)
    - either use playlist_AddExt (use this if all your options are
      already in an array)

* To add an item without options: use playlist_Add

You can still add options after an item has been added by using either
playlist_AddOption or playlist_ItemAddOption

* Attempt to improve API and solve thread safety issues.
  - playlist_Item* functions allow to touch items only.
    p_item->lock must be used when needed
    (playlist_ItemNew, playlist_ItemDelete, playlist_Item*Info,
     playlist_ItemSet* )

  - playlist_ItemGetById and ItemGetByPos give you playlist_items
    for GetByPos, you should have the playlist lock

At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
2004-01-29 17:51:08 +00:00
Gildas Bazin
b5c5386544 * ALL: removed a bunch of unused add_category_hint(). 2004-01-25 18:53:07 +00:00
Felix Paul Kühne
c14327c1ed * string review 2004-01-25 14:15:21 +00:00
Clément Stenac
85c7ea2e8e * ALL: playlist API changes
What may be broken (untested):
------------------------------
   - Theora and Speex decoders
   - some interfaces
   - VCDX and CDDAX access

The problems shouldn't hopefully excess compilation glitches.
(removal of AddExt, of psz_author, and prototype of Add)

Additionnaly, interfaces that do not support item-change will have
update problems.

* Updated modules list
2004-01-05 13:07:03 +00:00
Sam Hocevar
5ca0ebcca2 * Coding style cleanup: removed tabs and trailing spaces. 2003-12-22 14:32:57 +00:00
Sam Hocevar
4219568532 * toolbox:
+ Added pda.glade to the list of Glade2 generated files.
    + Remove strings such as "http://" or "/dev/video0" from the list of
      translated strings in the PDA interface.
  * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
    whitespaces and tabulations here and there.
2003-12-22 02:24:53 +00:00
Jean-Paul Saman
43e9ac1b12 PDA Interface:
- some cleanup
- reinstated automatic lowering of interface when play button was pressed.
- double click in playlist window play selected items.
2003-12-07 18:58:38 +00:00
Jean-Paul Saman
dd92e7ef15 Removing last files of previous Familiar interface. Porting to Gtk+2 widget set of this interface is now finished. Policing and improving remains. 2003-12-06 22:58:58 +00:00
Jean-Paul Saman
0c6e14df54 PDA Interface:
- Fixed last segmentation fault.
- Slider and time progress updating.

This makes the new PDA interface almost complete. It misses the following items still:
- preference panel
- changing postion in stream with slider widget.

The missing items above will move to the next release of VLC. Now testing and package building for iPAQ will begin. I expect to have a package at the end of the week.
2003-12-06 22:41:40 +00:00
Gildas Bazin
c3638c4d87 * modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE. 2003-12-04 10:25:47 +00:00
Jean-Paul Saman
e5304bfd52 Syncing with current CVS. 2003-12-03 20:47:06 +00:00
Jean-Paul Saman
9ac4974df9 PDA Interface:
- Coding Style
- Added SAP/SLP to transcode tabpage
- Reworking transcoding options for playlist
2003-11-30 23:19:13 +00:00
Jean-Paul Saman
fb1651c676 PDA Interface:
- Fixed resource leak with playlists
- VLC coding style cleanup
- Rework v4l and stream out interface code to use  VLC playlists as it should be used.
- Remove dead wood
2003-11-30 21:21:20 +00:00
Jean-Paul Saman
d96dc743e7 PDA Interface:
- Removing obsolete files.
- Remove debug messages.
2003-11-30 11:22:29 +00:00
Jean-Paul Saman
4f29f4f857 PDA Interface:
- Updating, removing and clearing playlist works.
2003-11-30 10:26:19 +00:00
Jean-Paul Saman
92bbd4ea05 PDA Interface:
- Fixed a p_playlist refcount problem
- Clearing VLC playlist and Playlist widget.
2003-11-25 20:41:35 +00:00
Jean-Paul Saman
66a7953074 PDA Interface:
- Fix segfault when adding one file to the playlist widget from the fileview widget.
- Cleanup of code.
2003-11-25 20:01:08 +00:00
Jean-Paul Saman
9b889a6a3d PDA Interface:
- Code cleanup and fixes for file view widget.
2003-11-21 09:23:49 +00:00
Jean-Paul Saman
7d5b21c45a PDA Interface:
- Cleanup code
- Cleanup interface
- Adding items to playlist widgets from File, Camera, Transcode tabs.
2003-11-18 20:36:40 +00:00
Jean-Paul Saman
a4c1c8f526 PDA Interface:
* Transcode tabpage added
* code cleanup
2003-11-09 21:29:52 +00:00
Jean-Paul Saman
c6d07829b0 PDA Interface:
* Camera tabpage is done.
2003-11-09 19:49:48 +00:00
Jean-Paul Saman
06b4737cfb PDA interface:
* improvements on Camera tabpage
2003-11-09 18:52:29 +00:00