]> git.sesse.net Git - vlc/log
vlc
13 years agoXDG: wait for end of screensaver preemption before cancelling
Rémi Denis-Courmont [Sun, 21 Nov 2010 17:12:09 +0000 (19:12 +0200)]
XDG: wait for end of screensaver preemption before cancelling

13 years agoDisable screensaver preemption before destroying the module
Rémi Denis-Courmont [Sun, 21 Nov 2010 17:12:32 +0000 (19:12 +0200)]
Disable screensaver preemption before destroying the module

13 years agoContribs: Win32 targets reordering, based on types
Jean-Baptiste Kempf [Sun, 21 Nov 2010 16:01:42 +0000 (17:01 +0100)]
Contribs: Win32 targets reordering, based on types

13 years agoContribs: update freetype and GnuTLS
Jean-Baptiste Kempf [Sun, 21 Nov 2010 15:44:22 +0000 (16:44 +0100)]
Contribs: update freetype and GnuTLS

13 years agoQt4: fix crash regression in 1.1.5 closeAllWindows() not thread-safe
Rémi Denis-Courmont [Sun, 21 Nov 2010 16:08:06 +0000 (18:08 +0200)]
Qt4: fix crash regression in 1.1.5 closeAllWindows() not thread-safe

All UI related operations in Qt4 must be done on the UI thread, as
QtGui is not thread-safe internally.

13 years agoQt4: cosmetic fixes
Rémi Denis-Courmont [Sun, 21 Nov 2010 16:00:38 +0000 (18:00 +0200)]
Qt4: cosmetic fixes

13 years agoEliminate dead code
Rémi Denis-Courmont [Sun, 21 Nov 2010 16:06:58 +0000 (18:06 +0200)]
Eliminate dead code

13 years agolibvlc_set_format_callbacks: dynamic video format selection
Rémi Denis-Courmont [Sun, 21 Nov 2010 13:54:13 +0000 (15:54 +0200)]
libvlc_set_format_callbacks: dynamic video format selection

LibVLC applications can now select their video memory format when the
video output is created. In particular, this allows preservation of the
original pixel dimensions.

While untested, this should also enable planar YCbCr rendering. Until
this, vmem assumed that all planes had equal pitches, so that subsampled
planes would not really work.

13 years agovmem: set the video format via callback
Rémi Denis-Courmont [Sun, 21 Nov 2010 13:50:10 +0000 (15:50 +0200)]
vmem: set the video format via callback

13 years agoQt4: do not crash if the video window is released after the interface
Rémi Denis-Courmont [Sun, 21 Nov 2010 11:45:19 +0000 (13:45 +0200)]
Qt4: do not crash if the video window is released after the interface

This should fix #3359.

13 years agoQt4: cosmetic + comment
Rémi Denis-Courmont [Sun, 21 Nov 2010 11:30:38 +0000 (13:30 +0200)]
Qt4: cosmetic + comment

13 years agopackage/ios: Improve build.sh.
Pierre d'Herbemont [Sat, 20 Nov 2010 18:13:45 +0000 (19:13 +0100)]
package/ios: Improve build.sh.

Make sure the specified SDK exists, add a verbose mode, allow to change the default SDK.

13 years agoUse \deprecated explicitly for l_v_get_height and l_v_get_widget
Rémi Denis-Courmont [Sat, 20 Nov 2010 13:52:47 +0000 (15:52 +0200)]
Use \deprecated explicitly for l_v_get_height and l_v_get_widget

13 years agolibvlc_video_set_callbacks: add references
Rémi Denis-Courmont [Sat, 20 Nov 2010 13:05:35 +0000 (15:05 +0200)]
libvlc_video_set_callbacks: add references

13 years agovmem: trivial code factorization
Rémi Denis-Courmont [Sat, 20 Nov 2010 13:01:01 +0000 (15:01 +0200)]
vmem: trivial code factorization

13 years agoQt4: toURI shouldn't need toNativeSeparators()
Ilkka Ollakka [Sat, 20 Nov 2010 13:07:31 +0000 (15:07 +0200)]
Qt4: toURI shouldn't need toNativeSeparators()

Seems like most likely cause to #4078 (reappeared near sametime as toURI was introduced).

13 years agodoc_helper: must be executable, fix Doxygen
Rémi Denis-Courmont [Sat, 20 Nov 2010 10:20:59 +0000 (12:20 +0200)]
doc_helper: must be executable, fix Doxygen

13 years agoDoxyfile: update to version 1.7.1
Rémi Denis-Courmont [Sat, 20 Nov 2010 10:17:01 +0000 (12:17 +0200)]
Doxyfile: update to version 1.7.1

13 years agoImprove libvlc_video_set_callbacks documentation
Rémi Denis-Courmont [Sat, 20 Nov 2010 10:07:37 +0000 (12:07 +0200)]
Improve libvlc_video_set_callbacks documentation

This is untested. Doxygen does not seem to work anymore here:
no module lists, no function documentation, only source code.

13 years agofile output: support for writing to an already open file descriptor
Rémi Denis-Courmont [Fri, 19 Nov 2010 16:11:36 +0000 (18:11 +0200)]
file output: support for writing to an already open file descriptor

13 years agolive555: remove "sdp" access_demux
Rémi Denis-Courmont [Fri, 19 Nov 2010 15:52:09 +0000 (17:52 +0200)]
live555: remove "sdp" access_demux

13 years agoSDP: dummy access that return the URL path
Rémi Denis-Courmont [Fri, 19 Nov 2010 15:45:40 +0000 (17:45 +0200)]
SDP: dummy access that return the URL path

With this, we can parse an SDP the same way if it comes from SAP
(as sdp://...) or from a file or the network.

13 years agoUse AC_FUNC_STRCOLL / HAVE_STRCOLL
Rafaël Carré [Fri, 19 Nov 2010 19:58:49 +0000 (20:58 +0100)]
Use AC_FUNC_STRCOLL / HAVE_STRCOLL

Windows CE for example doesn't have this function

13 years agovlm: accept "ps" and "ts" as mux arguments
Pierre Ynard [Fri, 19 Nov 2010 18:56:09 +0000 (19:56 +0100)]
vlm: accept "ps" and "ts" as mux arguments

Having to type "mux mp2t" was lame

13 years agofix libogg build on OSX (patch taken from upstream)
Rafaël Carré [Fri, 19 Nov 2010 13:41:42 +0000 (14:41 +0100)]
fix libogg build on OSX (patch taken from upstream)

remove obsolete patch forgotten in [4b6e13d37fba]

13 years agovod: don't handle pause state toggling in the RTSP stack
Pierre Ynard [Fri, 19 Nov 2010 12:45:54 +0000 (13:45 +0100)]
vod: don't handle pause state toggling in the RTSP stack

RTSP doesn't toggle pause state, it sends unconditional PLAY/PAUSE
commands. Let the VLM handle it.

13 years agoQt4: pictureflow, if target futher than 20, jump closer and scroll last 20 items
Ilkka Ollakka [Fri, 19 Nov 2010 11:37:19 +0000 (13:37 +0200)]
Qt4: pictureflow, if target futher than 20, jump closer and scroll last 20 items

13 years agoqt4: remove an assert (a check for NULLity is enough).
Rémi Duraffort [Fri, 19 Nov 2010 09:51:07 +0000 (10:51 +0100)]
qt4: remove an assert (a check for NULLity is enough).

13 years agoQt: tell that vlc processed the media keys
Hannes Domani [Wed, 17 Nov 2010 11:46:42 +0000 (12:46 +0100)]
Qt: tell that vlc processed the media keys

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoConfigure: do not use XCB on Symbian
Jean-Baptiste Kempf [Thu, 18 Nov 2010 14:06:02 +0000 (15:06 +0100)]
Configure: do not use XCB on Symbian

13 years agoQt: fix WinXP quitting issue
Jean-Baptiste Kempf [Fri, 19 Nov 2010 01:58:42 +0000 (02:58 +0100)]
Qt: fix WinXP quitting issue

13 years agoskins2(Win32): remove an unneeded WS_EX_TOOLWINDOW option
Erwan Tulou [Thu, 18 Nov 2010 23:47:26 +0000 (00:47 +0100)]
skins2(Win32): remove an unneeded WS_EX_TOOLWINDOW option

This option prevents windows from being displayed in the alt-tab list.
This should fix trac #4343 for Vista and Win7  (to be tested)

13 years agofix [41373a85a2]
Rafaël Carré [Thu, 18 Nov 2010 18:19:09 +0000 (19:19 +0100)]
fix [41373a85a2]

We don't want an universal build on osx

13 years agofix [50c315b8e37a6]
Rafaël Carré [Thu, 18 Nov 2010 17:50:13 +0000 (18:50 +0100)]
fix [50c315b8e37a6]

13 years agoncurses: redraw interface unconditionally
Rafaël Carré [Tue, 16 Nov 2010 12:35:40 +0000 (13:35 +0100)]
ncurses: redraw interface unconditionally

redraw happens on getch() return, on timeout (1 second), or on keypress
wether the key was handled or not.

input change is now checked in the main loop

13 years agox264: write first SEI NAL into first picture
Rafaël Carré [Sun, 7 Nov 2010 17:55:58 +0000 (18:55 +0100)]
x264: write first SEI NAL into first picture

It contains the x264 version info and options used for encoding
If we let it in extradata it will not be present in the final file

libavcodec does that already, and this makes it easier to compare x264
options used by VLC and FFmpeg.

Comparing FFmpeg and VLC with the exact same set of options might help
finding why mpeg (at least mpeg2/mpeg4/flv) encoding is 5 times slower
with vlc than with ffmpeg, supposedly for the same set of options.

13 years agotranscode: reduce decoder aspect ratio fraction
Rafaël Carré [Thu, 18 Nov 2010 10:25:58 +0000 (11:25 +0100)]
transcode: reduce decoder aspect ratio fraction

avoids integer overflow with aspect ratio = BIG:BIG
fixes #4312

13 years agocontrib: distclean target removes every thing
Rémi Duraffort [Thu, 18 Nov 2010 09:04:16 +0000 (10:04 +0100)]
contrib: distclean target removes every thing

13 years agoAllow demux to select the PTS delay, fallback to access
Rémi Denis-Courmont [Wed, 17 Nov 2010 21:40:36 +0000 (23:40 +0200)]
Allow demux to select the PTS delay, fallback to access

This will allow the SDP parsers to set their PTS delay according
to rtsp-caching/rtp-caching rather than the caching value of the
access module. The access module is irrelevant in that particular
case.

13 years agocontrib: No need to remove distro file before ln -sf.
Pierre d'Herbemont [Wed, 17 Nov 2010 18:53:44 +0000 (19:53 +0100)]
contrib: No need to remove distro file before ln -sf.

13 years agocontrib: .iconv->.iconv-from-os when appropriate.
Pierre d'Herbemont [Wed, 17 Nov 2010 18:47:41 +0000 (19:47 +0100)]
contrib: .iconv->.iconv-from-os when appropriate.

13 years agocontrib: Build tools first.
Pierre d'Herbemont [Wed, 17 Nov 2010 18:47:22 +0000 (19:47 +0100)]
contrib: Build tools first.

13 years agobootstrap: Use a link to distro file instead of a copy.
Pierre d'Herbemont [Wed, 17 Nov 2010 18:17:24 +0000 (19:17 +0100)]
bootstrap: Use a link to distro file instead of a copy.

13 years agovod: use time instead of position for seek requests
Pierre Ynard [Wed, 17 Nov 2010 18:23:43 +0000 (19:23 +0100)]
vod: use time instead of position for seek requests

RTSP uses NPT in seconds, so don't convert for nothing...

13 years agoios_vout: Build fix.
Pierre d'Herbemont [Wed, 17 Nov 2010 17:53:21 +0000 (18:53 +0100)]
ios_vout: Build fix.

13 years agocontrib: Remove ifdef recursion in .live target, and fix iOS build.
Pierre d'Herbemont [Wed, 17 Nov 2010 17:12:16 +0000 (18:12 +0100)]
contrib: Remove ifdef recursion in .live target, and fix iOS build.

13 years agocontrib: Fixed SVN version number for contribs.
Pierre d'Herbemont [Wed, 17 Nov 2010 16:36:34 +0000 (17:36 +0100)]
contrib: Fixed SVN version number for contribs.

We want to be able to re-create the exact same build for a given vlc version, including contrib.

13 years agoFix memory leak in previous commit
Rémi Denis-Courmont [Wed, 17 Nov 2010 17:37:43 +0000 (19:37 +0200)]
Fix memory leak in previous commit

13 years agoLift the line length limit on config files (fixes #4338)
Rémi Denis-Courmont [Wed, 17 Nov 2010 17:07:27 +0000 (19:07 +0200)]
Lift the line length limit on config files (fixes #4338)

13 years agoLoad the whole config file all the time
Rémi Denis-Courmont [Wed, 17 Nov 2010 16:34:33 +0000 (18:34 +0200)]
Load the whole config file all the time

This avoids iterating through all config items of each modules. On my
system, this cuts the vlcrc load time in half, and is also far simpler.
The loader is essentially ignoring the config section, which reflects
the architectural "limitation" of the VLC configuration.

This also avoids loosing settings during VLC upgrades if an option moves
from one module to another one (which did happen in the past).

13 years agovod: remove pf_media_{add,del}_es
Pierre Ynard [Wed, 17 Nov 2010 15:59:01 +0000 (16:59 +0100)]
vod: remove pf_media_{add,del}_es

These are never used

13 years agortp sout: vorbis packetizer
Pierre Ynard [Wed, 17 Nov 2010 13:18:01 +0000 (14:18 +0100)]
rtp sout: vorbis packetizer

13 years agoskins2: fix wrong check (cosmetics)
Erwan Tulou [Wed, 17 Nov 2010 09:31:00 +0000 (10:31 +0100)]
skins2: fix wrong check (cosmetics)

For clarity, i_children can be -1 (at init) or 0 for no child. Yet, there was
no bug, since buildNode was just a noop for -1.

pointed out on the forum

13 years agortp sout: make private functions static
Pierre Ynard [Tue, 16 Nov 2010 23:06:27 +0000 (00:06 +0100)]
rtp sout: make private functions static

13 years agoMerge VoD module into RTP stream output module
Pierre Ynard [Tue, 16 Nov 2010 21:33:20 +0000 (22:33 +0100)]
Merge VoD module into RTP stream output module

Cleaner and better working solution for VoD than the bad hack that we
currently have. Instead of (badly) duplicating large portions of codes,
it reuses the existing RTSP stack and factorizes the RTP payload code,
and provides support for a number of ES not limited to one audio and one
video tracks, as well as for missing features in RTSP headers.

The VoD module is responsible for starting and running the RTSP stack.
When a VoD media instance is started, the VLM passes down media and
session parameters as variables to the RTP stream output object, that
uses them to hook back into the VoD code (and through it, into the RTSP
stack), to retrieve accurate, already set up parameters, and provide
playback data.

13 years agoAdd http-referrer option to HTTP access module
Jonas Gehring [Fri, 12 Nov 2010 22:49:17 +0000 (23:49 +0100)]
Add http-referrer option to HTTP access module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoSubtitles: remove .txt for autodetection
Jean-Baptiste Kempf [Mon, 15 Nov 2010 22:04:51 +0000 (23:04 +0100)]
Subtitles: remove .txt for autodetection

This lead to way too many false positive and complaints when VLC tried
to open a .txt file that had nothing to do with a subtitle

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoi18n: add new file
Pierre Ynard [Tue, 16 Nov 2010 05:06:27 +0000 (06:06 +0100)]
i18n: add new file

13 years agodirectory: build fix
Pierre Ynard [Tue, 16 Nov 2010 05:00:20 +0000 (06:00 +0100)]
directory: build fix

13 years agortp: fix vorbis header parsing
Pierre Ynard [Tue, 16 Nov 2010 04:09:42 +0000 (05:09 +0100)]
rtp: fix vorbis header parsing

13 years agoQt: correctly implement play-and-exit in menu
Jean-Baptiste Kempf [Mon, 15 Nov 2010 21:20:09 +0000 (22:20 +0100)]
Qt: correctly implement play-and-exit in menu

This calls a var_GetBool each time a menu is redrawn. This may be not
optimal. Maybe a callback on "play-and-exit" would be better?
Do we care about the performance on that part (menu display)?
Close #3842

13 years agoQt: improve look of extension dialog
Jean-Baptiste Kempf [Mon, 15 Nov 2010 20:57:34 +0000 (21:57 +0100)]
Qt: improve look of extension dialog

Should close #4332

13 years agodirectory: collate file names from the same directory
Rémi Denis-Courmont [Mon, 15 Nov 2010 20:24:03 +0000 (22:24 +0200)]
directory: collate file names from the same directory

13 years agodirectory: use vlc_loaddir instead of vlc_readdir
Rémi Denis-Courmont [Mon, 15 Nov 2010 20:00:54 +0000 (22:00 +0200)]
directory: use vlc_loaddir instead of vlc_readdir

This makes the input thread much less responsive. But there is no other
way to enable directory sorting.

13 years agodirectory: cleanup, avoid useless allocs
Rémi Denis-Courmont [Mon, 15 Nov 2010 19:14:17 +0000 (21:14 +0200)]
directory: cleanup, avoid useless allocs

13 years agoFix typo.
Rémi Duraffort [Mon, 15 Nov 2010 18:20:24 +0000 (19:20 +0100)]
Fix typo.

13 years agodirectory: small simplification
Rémi Denis-Courmont [Mon, 15 Nov 2010 18:14:27 +0000 (20:14 +0200)]
directory: small simplification

13 years agovideo_filters: remove dummy assignement.
Rémi Duraffort [Mon, 15 Nov 2010 17:07:39 +0000 (18:07 +0100)]
video_filters: remove dummy assignement.

13 years agoC++: use prefix iterators instead of postfix.
Rémi Duraffort [Fri, 12 Nov 2010 09:57:39 +0000 (10:57 +0100)]
C++: use prefix iterators instead of postfix.

13 years agoConfigure: require libbluray 0.2
Jean-Baptiste Kempf [Sun, 14 Nov 2010 23:33:22 +0000 (00:33 +0100)]
Configure: require libbluray 0.2

13 years agowindrive: basic disc discovery for Win32
Rémi Denis-Courmont [Sun, 14 Nov 2010 21:13:17 +0000 (23:13 +0200)]
windrive: basic disc discovery for Win32

This is completely untested (other than compiling & linking).

13 years agoswscale: fix 15- and 16-bits RGB conversions
Rémi Denis-Courmont [Sun, 14 Nov 2010 16:26:19 +0000 (18:26 +0200)]
swscale: fix 15- and 16-bits RGB conversions

This is tested with X11 and should fix LP#665298.

This partially reverts commit fb7f014161f68c914e028adbea68b7ee9863c76e.
RV24 is left as is because I cannot test it on my GPU.

13 years agocontribs: fixed libiconv hack on Darwin10
Felix Paul Kühne [Sun, 14 Nov 2010 15:41:50 +0000 (16:41 +0100)]
contribs: fixed libiconv hack on Darwin10

13 years agoFix constness
Pierre Ynard [Sun, 14 Nov 2010 10:58:01 +0000 (11:58 +0100)]
Fix constness

Partially reverts f3f203e5fd90f74850ffd0663e90e3f30cc05a29

13 years agoFix const warnings
Pierre Ynard [Sun, 14 Nov 2010 09:23:25 +0000 (10:23 +0100)]
Fix const warnings

13 years agortp: use VLC_TS_INVALID
Pierre Ynard [Sun, 14 Nov 2010 04:11:12 +0000 (05:11 +0100)]
rtp: use VLC_TS_INVALID

13 years agortp input: vorbis payload format is now an RFC
Pierre Ynard [Sat, 13 Nov 2010 22:48:23 +0000 (23:48 +0100)]
rtp input: vorbis payload format is now an RFC

13 years agoOpenCV: do not assume picture is at p_data_orig
Rémi Denis-Courmont [Sat, 13 Nov 2010 21:55:27 +0000 (23:55 +0200)]
OpenCV: do not assume picture is at p_data_orig

This seems quite wrong to me, but untested.

13 years agoOSD: use picture_Release() not free() !
Rémi Denis-Courmont [Sat, 13 Nov 2010 21:44:18 +0000 (23:44 +0200)]
OSD: use picture_Release() not free() !

13 years agoOSD: remove always NULL p_feedback button field
Rémi Denis-Courmont [Sat, 13 Nov 2010 21:40:24 +0000 (23:40 +0200)]
OSD: remove always NULL p_feedback button field

13 years agoUpdate the release howto to actually match what we are doing
Jean-Baptiste Kempf [Sat, 13 Nov 2010 19:33:06 +0000 (20:33 +0100)]
Update the release howto to actually match what we are doing

13 years agoqt4: Get rid of towlower in favor of portability
Juho Vähä-Herttua [Fri, 12 Nov 2010 13:26:00 +0000 (15:26 +0200)]
qt4: Get rid of towlower in favor of portability

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoFreeType: mark some options as safe
Rémi Denis-Courmont [Fri, 5 Nov 2010 17:24:41 +0000 (19:24 +0200)]
FreeType: mark some options as safe

Font is not safe because it uses the file system, and is dependent on
the local system anyway. YUVP is only for encoding, so it seems
irrelevant. Other options seem fine.

13 years agoMake returning fatal error from the Read() more obvious. No functional change.
Sven Petai [Sat, 6 Nov 2010 10:25:01 +0000 (12:25 +0200)]
Make returning fatal error from the Read() more obvious. No functional change.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoReturn fatal error to the upper layers when connection is lost while reading the...
Sven Petai [Sat, 6 Nov 2010 09:32:59 +0000 (11:32 +0200)]
Return fatal error to the upper layers when connection is lost while reading the ICY metadata. Otherwise we will end up with an endless loop since -1 is interpreted by AStreamRefillStream() as a temporary error.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoOpenGL: use clz()
Rémi Denis-Courmont [Sat, 13 Nov 2010 16:47:44 +0000 (18:47 +0200)]
OpenGL: use clz()

13 years agoFortunes, smoking in the morning and JS
Jean-Baptiste Kempf [Fri, 12 Nov 2010 10:40:57 +0000 (11:40 +0100)]
Fortunes, smoking in the morning and JS

13 years agoAVIO: fix compilation when avio.h is separated from avformat.h
Jean-Baptiste Kempf [Thu, 11 Nov 2010 19:54:01 +0000 (20:54 +0100)]
AVIO: fix compilation when avio.h is separated from avformat.h

13 years agoFixed CC support when present using multiples specs (close #4327).
Laurent Aimar [Fri, 12 Nov 2010 01:58:41 +0000 (02:58 +0100)]
Fixed CC support when present using multiples specs (close #4327).

13 years agoFixed rar stream_filter generated playlist.
Laurent Aimar [Tue, 9 Nov 2010 18:29:17 +0000 (19:29 +0100)]
Fixed rar stream_filter generated playlist.

The items url where not complete.

13 years agoReset the stream position when rar stream_filter failed to load.
Laurent Aimar [Tue, 9 Nov 2010 18:28:43 +0000 (19:28 +0100)]
Reset the stream position when rar stream_filter failed to load.

13 years agovlm: use make_URI()
Pierre Ynard [Fri, 12 Nov 2010 00:38:22 +0000 (01:38 +0100)]
vlm: use make_URI()

13 years agoMerge 1.1.5 NEWS into 1.2.0
Jean-Baptiste Kempf [Thu, 11 Nov 2010 23:15:35 +0000 (00:15 +0100)]
Merge 1.1.5 NEWS into 1.2.0

13 years agoFix use of unitialized value.
Rémi Duraffort [Thu, 11 Nov 2010 10:18:10 +0000 (11:18 +0100)]
Fix use of unitialized value.

13 years agoC++: use postfix operator for interators (that's supposedly faster and a good practice).
Rémi Duraffort [Tue, 9 Nov 2010 21:37:28 +0000 (22:37 +0100)]
C++: use postfix operator for interators (that's supposedly faster and a good practice).

13 years agocontrib: Fix a typo.
Pierre d'Herbemont [Wed, 10 Nov 2010 19:22:21 +0000 (20:22 +0100)]
contrib: Fix a typo.

Thanks funman.

13 years agolibvlc_media_get_tracks_info(): correct help
Rafaël Carré [Wed, 10 Nov 2010 16:42:24 +0000 (17:42 +0100)]
libvlc_media_get_tracks_info(): correct help

We don't need sout_stream_description hack anymore

13 years agouse var_Inherit
Rémi Denis-Courmont [Wed, 10 Nov 2010 16:41:38 +0000 (18:41 +0200)]
use var_Inherit

13 years agoQt4: use toURI()
Rémi Denis-Courmont [Wed, 10 Nov 2010 16:27:33 +0000 (18:27 +0200)]
Qt4: use toURI()

13 years agoQt4: simplification
Rémi Denis-Courmont [Wed, 10 Nov 2010 16:23:39 +0000 (18:23 +0200)]
Qt4: simplification