]> git.sesse.net Git - vlc/log
vlc
16 years agoRemoved meta-preparsed.
Laurent Aimar [Sun, 14 Oct 2007 12:18:17 +0000 (12:18 +0000)]
Removed meta-preparsed.

16 years agoRemoved meta-preparsed variable.
Laurent Aimar [Sun, 14 Oct 2007 12:17:37 +0000 (12:17 +0000)]
Removed meta-preparsed variable.
Audioscrobbler is not fixed but I let a comment explaining how to do it.

16 years agoFixed segfault with --minimize-threads
Laurent Aimar [Sun, 14 Oct 2007 12:14:03 +0000 (12:14 +0000)]
Fixed segfault with --minimize-threads

16 years agoRestore extension detection (ty and ty+)
Laurent Aimar [Sat, 13 Oct 2007 20:30:22 +0000 (20:30 +0000)]
Restore extension detection (ty and ty+)

16 years agocontrol/media_list_view.c: Rework the media_list_view. Make it unmutable.
Pierre d'Herbemont [Sat, 13 Oct 2007 13:53:45 +0000 (13:53 +0000)]
control/media_list_view.c: Rework the media_list_view. Make it unmutable.

16 years agoTony Anecito suggestions to make java bindings compile in cygwin integrated - needs...
Filippo Carone [Sat, 13 Oct 2007 12:03:06 +0000 (12:03 +0000)]
Tony Anecito suggestions to make java bindings compile in cygwin integrated - needs testing

16 years agoRelease shared objects when not debugging, not the other way around
Rémi Denis-Courmont [Sat, 13 Oct 2007 11:14:17 +0000 (11:14 +0000)]
Release shared objects when not debugging, not the other way around

16 years agoLink with the in-tree libvlc
Rémi Denis-Courmont [Sat, 13 Oct 2007 08:25:59 +0000 (08:25 +0000)]
Link with the in-tree libvlc

16 years agoAdded sout-mux-caching option. It allow to set the initial muxer cache value
Laurent Aimar [Fri, 12 Oct 2007 23:41:31 +0000 (23:41 +0000)]
Added sout-mux-caching option. It allow to set the initial muxer cache value
in millisecond.
 Original patch created by Jeff Hansen.

16 years agoImport new http://tivo-vlc.sf.net tivo demuxer version. (The author
Laurent Aimar [Fri, 12 Oct 2007 22:55:19 +0000 (22:55 +0000)]
Import new http://tivo-vlc.sf.net tivo demuxer version. (The author
is Neal Symms, patch made by Dave Still)
Changelog is
* v2.0.0 - 21-Mar-2005 - Series 2 support!  No AC-3 on S2 DTivo yet.
* v2.1.0 - 22-Mar-2005 - Support for AC-3 on S2 DTivo (long ac3 packets)
* v3.0.0 - 14-Jul-2005 - Support for skipping fwd/back via VLC hotkeys
Please test and report any regression. (The patch is too big to be
correctly reviewed)

16 years agovlc_threads: document gibalou's comment, and fix a small bug in win32 vlc_cond_timedw...
Damien Fouilleul [Fri, 12 Oct 2007 21:42:30 +0000 (21:42 +0000)]
vlc_threads: document gibalou's comment, and fix a small bug in win32 vlc_cond_timedwait()

16 years agomacosx: cosmetic, avoid pthread_join() on self
Damien Fouilleul [Fri, 12 Oct 2007 21:37:56 +0000 (21:37 +0000)]
macosx: cosmetic, avoid pthread_join() on self

16 years agoSkip APE tags at the start (like for id3)
Laurent Aimar [Fri, 12 Oct 2007 20:33:39 +0000 (20:33 +0000)]
Skip APE tags at the start (like for id3)

16 years agoUse field order (top/bottom) for correct bob/linear deinterlacing.
Laurent Aimar [Fri, 12 Oct 2007 19:49:44 +0000 (19:49 +0000)]
Use field order (top/bottom) for correct bob/linear deinterlacing.
(Decoder that does not set this info should be fixed)

16 years agoplaylistinfo.m: MacOS X GUI, fixed crash where meta psz_value is NULL (usn't be the...
Damien Fouilleul [Fri, 12 Oct 2007 19:26:39 +0000 (19:26 +0000)]
playlistinfo.m: MacOS X GUI, fixed crash where meta psz_value is NULL (usn't be the case before), crash happens in shoutcast service discovery

16 years agoqt4: do not access a widget from another thread
Rafaël Carré [Fri, 12 Oct 2007 18:43:02 +0000 (18:43 +0000)]
qt4: do not access a widget from another thread

16 years agologo filter: fail early if the logo hasn't been specified (rather than segfaulting)
Rafaël Carré [Fri, 12 Oct 2007 18:32:39 +0000 (18:32 +0000)]
logo filter: fail early if the logo hasn't been specified (rather than segfaulting)

16 years agoPatch by Richard Hosking: Userptr IO buffers need to be aligned according to the...
Jean-Paul Saman [Fri, 12 Oct 2007 16:50:53 +0000 (16:50 +0000)]
Patch by Richard Hosking: Userptr IO buffers need to be aligned according to the V4L2 reference capture c example (which has been updated with this recently). Also, the reference program has the device close operations after the 'free' calls so they have been moved. This fixes the issue I was having with my device crashing vlc on close. Also fixed a typo in an error message and renamed a local function which was badly named by me.

16 years agostandardpanel: Add some tooltips
Christophe Mutricy [Fri, 12 Oct 2007 16:46:29 +0000 (16:46 +0000)]
standardpanel: Add some tooltips
vlc_intf_strings.h: with the current intf having changing icons on the button (and not activated/desactivated state), tool tips can be confusing. So reword a strings slightly. Also "No repeat" may need to be improve

16 years agoplaylist: use a valid extension for Media Library ("xspf")
Rafaël Carré [Fri, 12 Oct 2007 16:42:50 +0000 (16:42 +0000)]
playlist: use a valid extension for Media Library ("xspf")

16 years agotypo
Rafaël Carré [Fri, 12 Oct 2007 16:39:58 +0000 (16:39 +0000)]
typo

16 years agotypo
Rafaël Carré [Fri, 12 Oct 2007 16:25:08 +0000 (16:25 +0000)]
typo

16 years agoOups
Christophe Mutricy [Fri, 12 Oct 2007 16:02:29 +0000 (16:02 +0000)]
Oups

16 years agoDistribute pixmaps/menus_info_16px.png and sort the file lists
Christophe Mutricy [Fri, 12 Oct 2007 15:46:02 +0000 (15:46 +0000)]
Distribute pixmaps/menus_info_16px.png and sort the file lists

16 years agoxspf: try to produce valid XSPF files (there's still a problem with URI %-encoding)
Rafaël Carré [Fri, 12 Oct 2007 14:20:48 +0000 (14:20 +0000)]
xspf: try to produce valid XSPF files (there's still a problem with URI %-encoding)

16 years agoQt4 - fix the assert bug on releasing the Video. There are other to do, but I don...
Jean-Baptiste Kempf [Fri, 12 Oct 2007 11:41:55 +0000 (11:41 +0000)]
Qt4 - fix the assert bug on releasing the Video. There are other to do, but I don't have time this WE, but here is the way to do it correctly.
funman ? :D

16 years agoContribs - faac updated to 1.26, no patch needed.
Jean-Baptiste Kempf [Thu, 11 Oct 2007 23:43:07 +0000 (23:43 +0000)]
Contribs - faac updated to 1.26, no patch needed.
btw, faad2.6 is out and they have supposedly changed their headers...

16 years agoDistribute header files
Christophe Mutricy [Thu, 11 Oct 2007 23:31:55 +0000 (23:31 +0000)]
Distribute header files

16 years agoFix make dist
Christophe Mutricy [Thu, 11 Oct 2007 20:58:58 +0000 (20:58 +0000)]
Fix make dist

16 years agoQt4 - Fix a Sout bug - spotted by humbleb on IRC
Jean-Baptiste Kempf [Thu, 11 Oct 2007 20:11:03 +0000 (20:11 +0000)]
Qt4 - Fix a Sout bug - spotted by humbleb on IRC

16 years agoQt4: close() slot problem fixed.
Jean-Baptiste Kempf [Thu, 11 Oct 2007 19:48:34 +0000 (19:48 +0000)]
Qt4: close() slot problem fixed.

16 years agoQt4 - Menus. small fix.
Jean-Baptiste Kempf [Thu, 11 Oct 2007 19:26:53 +0000 (19:26 +0000)]
Qt4 - Menus. small fix.

16 years agoQt4 - VLM improvements in the layout and in the function used.
Jean-Baptiste Kempf [Thu, 11 Oct 2007 19:26:21 +0000 (19:26 +0000)]
Qt4 - VLM improvements in the layout and in the function used.

16 years agoQt4 - fix compilation on QT4.2
Jean-Baptiste Kempf [Thu, 11 Oct 2007 17:51:45 +0000 (17:51 +0000)]
Qt4 - fix compilation on QT4.2

16 years agoAdded support for basic LOAS AAC stream.
Laurent Aimar [Thu, 11 Oct 2007 17:29:49 +0000 (17:29 +0000)]
Added support for basic LOAS AAC stream.

16 years agoIncrease upper tempo limit
Rémi Denis-Courmont [Thu, 11 Oct 2007 17:16:15 +0000 (17:16 +0000)]
Increase upper tempo limit

16 years agoEmulates MIDI tick real-time events
Rémi Denis-Courmont [Thu, 11 Oct 2007 17:10:19 +0000 (17:10 +0000)]
Emulates MIDI tick real-time events
Now, the synthetizer is "pinged" at regular interval.
This fixes the annoying stuttering when two consecutive notes where too distant

16 years agoIgnore key and time signatures - we don't have a metronome, and we don't print sheet...
Rémi Denis-Courmont [Thu, 11 Oct 2007 16:45:11 +0000 (16:45 +0000)]
Ignore key and time signatures - we don't have a metronome, and we don't print sheet music, so that's totally useless here (I think)

16 years agoImplement tempo meta event. Performance now runs at intended speed.
Rémi Denis-Courmont [Thu, 11 Oct 2007 16:00:34 +0000 (16:00 +0000)]
Implement tempo meta event. Performance now runs at intended speed.

16 years agoBoundary check
Rémi Denis-Courmont [Thu, 11 Oct 2007 15:33:44 +0000 (15:33 +0000)]
Boundary check

16 years agoMeta event payload may be non-ASCII. Fix previous commit
Rémi Denis-Courmont [Thu, 11 Oct 2007 15:30:53 +0000 (15:30 +0000)]
Meta event payload may be non-ASCII. Fix previous commit

16 years agoBasic infrastructure for non-MIDI event
Rémi Denis-Courmont [Thu, 11 Oct 2007 15:24:17 +0000 (15:24 +0000)]
Basic infrastructure for non-MIDI event

16 years agoqt4: typo
Rafaël Carré [Thu, 11 Oct 2007 13:47:57 +0000 (13:47 +0000)]
qt4: typo

16 years agocontrol/media_list.c: Don't forget to destroy the mutex.
Pierre d'Herbemont [Thu, 11 Oct 2007 13:26:23 +0000 (13:26 +0000)]
control/media_list.c: Don't forget to destroy the mutex.

16 years agoinclude/vlc_arrays.h: Fix previous commit.
Pierre d'Herbemont [Thu, 11 Oct 2007 12:12:31 +0000 (12:12 +0000)]
include/vlc_arrays.h: Fix previous commit.

16 years agocontrol/media_list.c: Use the new array API.
Pierre d'Herbemont [Thu, 11 Oct 2007 12:03:03 +0000 (12:03 +0000)]
control/media_list.c: Use the new array API.

16 years agoinclude/vlc_arrays.h: Export a static inlined array API.
Pierre d'Herbemont [Thu, 11 Oct 2007 12:02:06 +0000 (12:02 +0000)]
include/vlc_arrays.h: Export a static inlined array API.

16 years agoncurses: extra checks for playlist code
Rafaël Carré [Thu, 11 Oct 2007 11:09:59 +0000 (11:09 +0000)]
ncurses: extra checks for playlist code

16 years agoncurses: ressuscite file browser, and 'A' key (add an entry) with support for media...
Rafaël Carré [Thu, 11 Oct 2007 11:03:18 +0000 (11:03 +0000)]
ncurses: ressuscite file browser, and 'A' key (add an entry) with support for media library\nchecks vasprintf() return value

16 years agoservices_discovery: fix removal of nodes
Rafaël Carré [Thu, 11 Oct 2007 10:25:32 +0000 (10:25 +0000)]
services_discovery: fix removal of nodes

16 years agomodules/services_discovery/shout.c: Use services_discovery.h instead of playlist.h.
Pierre d'Herbemont [Thu, 11 Oct 2007 09:32:09 +0000 (09:32 +0000)]
modules/services_discovery/shout.c: Use services_discovery.h instead of playlist.h.

16 years agoplaylist/services_discovery.c: Isolate more the services_discovery code from the...
Pierre d'Herbemont [Thu, 11 Oct 2007 01:02:50 +0000 (01:02 +0000)]
playlist/services_discovery.c: Isolate more the services_discovery code from the playlist code by having two separate header. Partly revert [22536].

16 years agoplaylist/services_discovery.c: Fix a segfault.
Pierre d'Herbemont [Thu, 11 Oct 2007 00:22:58 +0000 (00:22 +0000)]
playlist/services_discovery.c: Fix a segfault.

16 years agoplaylist/services_discovery.c: Fix a warning.
Pierre d'Herbemont [Thu, 11 Oct 2007 00:12:57 +0000 (00:12 +0000)]
playlist/services_discovery.c: Fix a warning.

16 years agoplaylist/services_discovery.c: Attempt at removing also node as well as regular items...
Pierre d'Herbemont [Thu, 11 Oct 2007 00:11:26 +0000 (00:11 +0000)]
playlist/services_discovery.c: Attempt at removing also node as well as regular items. Need some testing with the hal services_discovery module.

16 years agoservices_discovery/hal.c: Get rid of the playlist code.
Pierre d'Herbemont [Wed, 10 Oct 2007 23:45:47 +0000 (23:45 +0000)]
services_discovery/hal.c: Get rid of the playlist code.

16 years agoservices_discovery: storing the category & onelevel playlist items with the services_...
Rafaël Carré [Wed, 10 Oct 2007 23:04:09 +0000 (23:04 +0000)]
services_discovery: storing the category & onelevel playlist items with the services_discovery_t is not needed anymore, simplify that.
put the services_discovery_t** in the public playlist_t to save one unchecked malloc() and the corresponding free()

16 years agoFixed a bunch of const warnings.
Laurent Aimar [Wed, 10 Oct 2007 22:06:35 +0000 (22:06 +0000)]
Fixed a bunch of const warnings.

16 years agoid3tag: fixed segfault (introduced with demux_meta_t)
Laurent Aimar [Wed, 10 Oct 2007 22:04:56 +0000 (22:04 +0000)]
id3tag: fixed segfault (introduced with demux_meta_t)

16 years agomacosx: playlistinfo.m. small typo which caused ObjC exception and froze interface...
Damien Fouilleul [Wed, 10 Oct 2007 21:23:33 +0000 (21:23 +0000)]
macosx: playlistinfo.m. small typo which caused ObjC exception and froze interface updates and screensaver management, etc...

16 years agoSlovenian and French l10n update. Thanks to Matej Urbančič and Dylan Aïssi.
Christophe Mutricy [Wed, 10 Oct 2007 21:21:40 +0000 (21:21 +0000)]
Slovenian and French l10n update. Thanks to Matej Urbančič and Dylan Aïssi.

16 years agoQt4: try to fix make dist.
Jean-Baptiste Kempf [Wed, 10 Oct 2007 20:22:14 +0000 (20:22 +0000)]
Qt4: try to fix make dist.

16 years agoQt4 - Don't use Qt4.2 functions.
Jean-Baptiste Kempf [Wed, 10 Oct 2007 19:51:45 +0000 (19:51 +0000)]
Qt4 - Don't use Qt4.2 functions.

16 years agoG.711 to news
Rémi Denis-Courmont [Wed, 10 Oct 2007 19:06:26 +0000 (19:06 +0000)]
G.711 to news

16 years agoMIDI message decoder using Fluidsynth software synthetizer
Rémi Denis-Courmont [Wed, 10 Oct 2007 19:05:00 +0000 (19:05 +0000)]
MIDI message decoder using Fluidsynth software synthetizer

16 years agoQt4 - use a docked playlist, remove dead code, don't reinvent the wheel, remove the...
Jean-Baptiste Kempf [Wed, 10 Oct 2007 18:59:36 +0000 (18:59 +0000)]
Qt4 - use a docked playlist, remove dead code, don't reinvent the wheel, remove the behaviour where media library hides the video. Don't split the menu between two dialogs, this is weird and anti sane GUI guidelines.
Use enums when you can.
Add the popup menu to the always video cone.
And more...

16 years agoQt4 - add a --qt-minimal-view option as requested on the forums.
Jean-Baptiste Kempf [Wed, 10 Oct 2007 18:55:22 +0000 (18:55 +0000)]
Qt4 - add a --qt-minimal-view option as requested on the forums.

16 years agoQt4 - remove trailing spaces.
Jean-Baptiste Kempf [Wed, 10 Oct 2007 18:54:43 +0000 (18:54 +0000)]
Qt4 - remove trailing spaces.

16 years agoYet another useless debug
Rémi Denis-Courmont [Wed, 10 Oct 2007 18:46:39 +0000 (18:46 +0000)]
Yet another useless debug

16 years agoSame as previous commit
Rémi Denis-Courmont [Wed, 10 Oct 2007 18:45:18 +0000 (18:45 +0000)]
Same as previous commit

16 years agoExcess debug
Rémi Denis-Courmont [Wed, 10 Oct 2007 18:44:09 +0000 (18:44 +0000)]
Excess debug

16 years agoservices_discovery: stores the category & onelevel playlist_item_t* in the services_d...
Rafaël Carré [Wed, 10 Oct 2007 18:16:05 +0000 (18:16 +0000)]
services_discovery: stores the category & onelevel playlist_item_t* in the services_discovery_t structure
simplify upnp* and hal modules

16 years agoBuild SMF demux
Rémi Denis-Courmont [Wed, 10 Oct 2007 17:50:31 +0000 (17:50 +0000)]
Build SMF demux

16 years agoCreate ES, maintain PTS, and actually send MIDI messages to decoder
Rémi Denis-Courmont [Wed, 10 Oct 2007 15:01:02 +0000 (15:01 +0000)]
Create ES, maintain PTS, and actually send MIDI messages to decoder
(Still MIDI tempo is critically missing)

16 years agoplaylist: a node item can have an input associated (example: cdda)
Rafaël Carré [Wed, 10 Oct 2007 15:00:01 +0000 (15:00 +0000)]
playlist: a node item can have an input associated (example: cdda)

16 years agoAttempt to stop subtitles going off screen in some formats, when
Bernie Purcell [Wed, 10 Oct 2007 03:41:17 +0000 (03:41 +0000)]
Attempt to stop subtitles going off screen in some formats, when
width and height are specified in the subtitles stream. This may
result in chunkier text in some instances, but it should get it
back on screen at least. Will look into smoothing it out next.

16 years agoSlovak and Polish l18n update. Thanks to Marián Hikaník and Michał Trzebiatowski
Christophe Mutricy [Tue, 9 Oct 2007 23:06:14 +0000 (23:06 +0000)]
Slovak and Polish l18n update. Thanks to Marián Hikaník and Michał Trzebiatowski

16 years agoUpdate l10n files
Christophe Mutricy [Tue, 9 Oct 2007 23:06:07 +0000 (23:06 +0000)]
Update l10n files

16 years agoAdd a check against broken files (It would be great if someone that understand
Laurent Aimar [Tue, 9 Oct 2007 22:16:12 +0000 (22:16 +0000)]
Add a check against broken files (It would be great if someone that understand
the mkv demuxer could double checked it)

16 years agoPreliminary incomplete Standard MIDI File demux
Rémi Denis-Courmont [Tue, 9 Oct 2007 20:15:44 +0000 (20:15 +0000)]
Preliminary incomplete Standard MIDI File demux
(Still missing the ES out so pretty useless, but got to sleep now)

16 years agoffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 17:33:50 +0000 (17:33 +0000)]
ffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn.

16 years agomacosx: Multiple GUI improvements follow j-b's and my approach to synchronise the...
Felix Paul Kühne [Tue, 9 Oct 2007 16:43:12 +0000 (16:43 +0000)]
macosx: Multiple GUI improvements follow j-b's and my approach to synchronise the QT4 and OSX intfs, more to come
- "Use DVD Menus" is inverted now, so it's "No DVD Menus"
- 3 dots at the end of a menu-item's caption mean that the entry will trigger a window (following Apple's HIGL)
- removed the entries for "Report a Bug" and "License". The first isn't necessary as we got enough of them and users doing useable reports know how to do, the latter will re-appear in the to-be-re-designed About panel.
- additionally, removed useless occurences of vlc_bool_t in favour of BOOL
- preparations to add fps to Statistics

16 years agoqt4 capture card dialog: lists v4l2
Rafaël Carré [Tue, 9 Oct 2007 15:13:17 +0000 (15:13 +0000)]
qt4 capture card dialog: lists v4l2

16 years agohttp: psz_dir is not meant to be a const
Rafaël Carré [Tue, 9 Oct 2007 14:08:55 +0000 (14:08 +0000)]
http: psz_dir is not meant to be a const

16 years agoPartly revert [20969]. fix #1311
Rafaël Carré [Tue, 9 Oct 2007 14:05:57 +0000 (14:05 +0000)]
Partly revert [20969]. fix #1311

16 years agohttp output: fix bonjour advertising
Rafaël Carré [Tue, 9 Oct 2007 12:45:33 +0000 (12:45 +0000)]
http output: fix bonjour advertising

16 years agofreetype: make sure the FontBuilder is finished when we destroy the module.
Rafaël Carré [Tue, 9 Oct 2007 11:48:29 +0000 (11:48 +0000)]
freetype: make sure the FontBuilder is finished when we destroy the module.

16 years agobonjour: checks asprintf() return value, checks name before using it
Rafaël Carré [Tue, 9 Oct 2007 06:48:49 +0000 (06:48 +0000)]
bonjour: checks asprintf() return value, checks name before using it

16 years agoQt4 - use enums instead of defines when you can.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 02:35:17 +0000 (02:35 +0000)]
Qt4 - use enums instead of defines when you can.

16 years agoQt4 - header corrections.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 02:28:01 +0000 (02:28 +0000)]
Qt4 - header corrections.

16 years agoQt4 - fix compilation.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 02:22:28 +0000 (02:22 +0000)]
Qt4 - fix compilation.

16 years agoQt4 - Open: start to use a completer, use an enum and no stupid #define.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 02:20:07 +0000 (02:20 +0000)]
Qt4 - Open: start to use a completer, use an enum and no stupid #define.

16 years agoQt4 - no more timeElapsed/timeReamining menu for a boolean option. Right and left...
Jean-Baptiste Kempf [Tue, 9 Oct 2007 02:16:30 +0000 (02:16 +0000)]
Qt4 - no more timeElapsed/timeReamining menu for a boolean option. Right and left click toggle it, while double click opens the goto one. kudos to the KDE team.

16 years agoQt4 - playlist: invert random/repeat buttons to match OSX intf and iTunes.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 02:11:18 +0000 (02:11 +0000)]
Qt4 - playlist: invert random/repeat buttons to match OSX intf and iTunes.

16 years agoQt4 - double clicking the time can open the gotoTimeDialog ! Feature request to match...
Jean-Baptiste Kempf [Tue, 9 Oct 2007 02:10:33 +0000 (02:10 +0000)]
Qt4 - double clicking the time can open the gotoTimeDialog ! Feature request to match OSX behaviour.

16 years agoQt4 - Don't use things that can change from one version to another one of Qt.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 02:09:22 +0000 (02:09 +0000)]
Qt4 - Don't use things that can change from one version to another one of Qt.

16 years agoQt4 - pixmaps: fix compilation with new pixmaps.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 01:55:01 +0000 (01:55 +0000)]
Qt4 - pixmaps: fix compilation with new pixmaps.

16 years agoQt-4 - res update for pixmaps.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 01:38:56 +0000 (01:38 +0000)]
Qt-4 - res update for pixmaps.

16 years agoQt4 - pixmaps again. Removing bigger images, useless ones, and cleaning.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 01:29:15 +0000 (01:29 +0000)]
Qt4 - pixmaps again. Removing bigger images, useless ones, and cleaning.

16 years agoQt - pixmaps cleaning. First.
Jean-Baptiste Kempf [Tue, 9 Oct 2007 01:03:03 +0000 (01:03 +0000)]
Qt - pixmaps cleaning. First.