Clément Stenac
d3fe7f2879
A bit of headers cleanup
...
* Headers in include must contain the structures and prototypes needed
by the plugins and should be named vlc_*.
* Headers in include/vlc must contain the structures and prototypes
needed by external libvlc clients
* Moved and renamed some things in headers.
- Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
- Removed snapshot.h (merged in vlc_vout.h)
- Removed vlc_spu.h (merged in vlc_osd.h)
- Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
- Moved all internal headers to src
- Merged vlc_video.h and video_output.h and move private things to src
- Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
(meta headers for use in modules, and often implying too large
dependencies)
* Removed some useless dependencies
* Unexported a bunch of functions and structures used only in src/
(--> Still some work here)
* Finally made input_thread_t and input_source_t (mostly) private.
Added input_GetItem to fetch the input_item of an input_thread
* Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol
prefix
This commit has a 99% probability of breaking the build, 0.1% of killing
your cat and 0% of getting you hot chicks.
2006-11-26 14:20:34 +00:00
Rémi Denis-Courmont
9ca47af17d
update-po again (cheap one!)
2006-11-25 14:49:31 +00:00
Rémi Denis-Courmont
1533f68784
Sync PO files to fix distcheck
2006-11-24 17:27:39 +00:00
Christophe Mutricy
4b9be2f78e
Make update-po
2006-11-19 23:18:13 +00:00
Rafaël Carré
989bdaf62b
Update slovenian translation
2006-11-15 13:59:29 +00:00
Pavlov Konstantin
d80535725e
updated russian translation, make update-po
2006-11-13 11:20:42 +00:00
Rémi Denis-Courmont
1241e76243
Fix make dist
2006-11-12 12:52:30 +00:00
Rafaël Carré
3531601620
Update slovenian translation
2006-11-11 15:20:09 +00:00
Antoine Cellerier
d89621d05a
Please run update-po (or whatever it's named) before commiting.
2006-11-05 14:57:56 +00:00
Rafaël Carré
d5f8852de1
Forward port translations from [17318] and [17414]
2006-11-04 22:34:40 +00:00
Rafaël Carré
d370b165a7
Update slovenian translation
2006-10-30 12:33:37 +00:00
Rafaël Carré
762c2acdec
Add Slovenian translation
2006-10-27 14:53:46 +00:00
Rafaël Carré
3290fe117e
Add missing ms.po + make update-po
2006-10-17 08:36:50 +00:00
Christophe Mutricy
dc8b128a9f
forward port [17012] and make update-po
2006-10-09 22:37:29 +00:00
Christophe Mutricy
dbe51edf07
Add Slovak l10n (Forward port of [16989], [16990] and [16991])
2006-10-08 13:56:27 +00:00
Christophe Mutricy
998c5eac2e
make update-po
2006-10-03 13:22:07 +00:00
Christophe Mutricy
6ff95ea330
Suppress references to mediacontrol_{init,plugin}
...
Make update-po
2006-09-25 21:06:50 +00:00
Christophe Mutricy
4f67f0cce6
make update-po
2006-09-22 23:29:06 +00:00
Christophe Mutricy
2d6ae8b891
Make update-po
2006-09-21 23:19:18 +00:00
Christophe Mutricy
f183c68634
Update portuguese l10n by Ari Constancio
2006-09-20 21:16:25 +00:00
Christophe Mutricy
92b376b0d3
Update portuguese l10n by Ari Constancio
2006-09-18 20:02:21 +00:00
Christophe Mutricy
7454370932
update-po and fix rules for qt4 ui
2006-09-18 11:30:31 +00:00
Christophe Mutricy
c5339761de
Update-po
2006-09-07 22:58:14 +00:00
Clément Stenac
315069b3b1
Split playlist include file in public/private
2006-09-05 06:09:42 +00:00
Christophe Mutricy
199f4a0e93
New update of the Portuguese l10n
2006-09-04 19:28:53 +00:00
Christophe Mutricy
17bf8ad695
We don't use utf-8 in localisable string so drop the option.
2006-09-04 10:43:50 +00:00
Christophe Mutricy
577191650a
* Tell gettext that we use UTF-8.
...
* run update-po
2006-09-04 09:27:21 +00:00
Christophe Mutricy
134720bdbf
Start of the work of Ari Constancio on Portuguese localisation
2006-09-03 15:17:11 +00:00
Pavlov Konstantin
87bde09801
added russian translation by Vladimir Yermolayev
2006-08-31 12:21:51 +00:00
Felix Paul Kühne
7dfa2761f9
* updated Swedish translation by Daniel Nylander <info at danielnylander dot se>
2006-08-31 11:02:17 +00:00
Christophe Mutricy
f3c04cc874
po/*: Fix make dist
2006-08-28 21:28:29 +00:00
Sam Hocevar
6e272e8c67
* Fixed make dist by updating POTFILES.in.
2006-08-23 11:57:43 +00:00
Christophe Mutricy
a4cdb18a63
Protect the email address
2006-07-26 12:04:25 +00:00
Christophe Mutricy
0e63174493
Don't include opie/ in the gettext stuff as it's not in the tarball.
2006-07-25 09:37:31 +00:00
Christophe Mutricy
717b507068
Grrrr, silly qt4 build system
2006-07-24 23:00:57 +00:00
Christophe Mutricy
62ab3db5c4
Localized the stings inside the .ui and update the po files.
2006-07-24 21:45:56 +00:00
Christophe Mutricy
27c3154a7a
Run update-po. Fix make dist
2006-07-20 08:59:14 +00:00
Rémi Denis-Courmont
25f65dade3
(Partial?) fix for make dist
2006-07-16 19:58:46 +00:00
Rémi Denis-Courmont
5d60e26348
Use nice apostrophe
2006-07-16 18:10:22 +00:00
Felix Paul Kühne
6eec4bf0c3
* fix make dist
2006-07-11 10:49:50 +00:00
Felix Paul Kühne
6f2a64ee29
* updated the po-files, started some work on the German translation, a minor string fix and removal of an untranslatable string
2006-07-10 21:30:31 +00:00
Felix Paul Kühne
44a72b16bb
* fixed typo pointed out by Dirk Stegemann on the forum
2006-07-10 18:46:46 +00:00
Mohammed Adnène Trojette
03f29fc27d
partial Arabic translation.
...
Courtesy from Zayed Al-Saidi <zayed ÷ alsaidi × gmail ÷ com>.
2006-07-06 10:09:47 +00:00
Mohammed Adnène Trojette
f87a719791
s/Conttrôle/Contrôle/ (thanks to OuTman <outman52 free fr>)
2006-05-26 05:41:42 +00:00
Christophe Mutricy
824df743f8
Update po file after filename change ( we should do a post-commit hook one day)
2006-05-22 08:53:17 +00:00
Christophe Mutricy
bc3f5d4829
Add Czech translation. Many thaks to Miroslav Oujesky
2006-05-18 23:00:48 +00:00
Felix Paul Kühne
056af2713d
* address the user formally instead of informally (comparable to tu <-> vous in French)
2006-05-18 17:50:19 +00:00
Jean-Paul Saman
f0a9192492
Fix po/Makefile.in.in
2006-05-17 11:17:31 +00:00
Felix Paul Kühne
2b38bca6c4
* update of the German translation by Mathias C. Berens | welcome-soft with some few additions by myself
2006-05-16 16:45:57 +00:00
Jean-Paul Saman
91b521689d
Fix po installation
2006-05-16 16:01:59 +00:00