]> git.sesse.net Git - vlc/log
vlc
10 years agocopy packetizer: don't overwrite i_length for opus
Rafaël Carré [Mon, 24 Jun 2013 04:50:51 +0000 (06:50 +0200)]
copy packetizer: don't overwrite i_length for opus

this field is used as end trimming

Refs: #8295

10 years agoogg demux: generate correct PTS for opus
Rafaël Carré [Mon, 24 Jun 2013 04:50:23 +0000 (06:50 +0200)]
ogg demux: generate correct PTS for opus

Refs: #8295

10 years agoogg demux: fill i_physical_channels
Rafaël Carré [Mon, 24 Jun 2013 04:09:16 +0000 (06:09 +0200)]
ogg demux: fill i_physical_channels

Refs: #8295

10 years agoopensles: resample if original sampling rate is not accepted
Rafaël Carré [Mon, 24 Jun 2013 03:10:48 +0000 (05:10 +0200)]
opensles: resample if original sampling rate is not accepted

Close: #8638

10 years agoflac: don't overwrite bitspersample
Rafaël Carré [Sun, 23 Jun 2013 23:51:36 +0000 (01:51 +0200)]
flac: don't overwrite bitspersample

The decoder might have filters in place that cause it to output to
something else than s16n

Close: #6400

10 years agoOSX: don't open items twice
Rafaël Carré [Sat, 22 Jun 2013 13:22:03 +0000 (15:22 +0200)]
OSX: don't open items twice

Closes: #8611
10 years agoSimplify FLAC extradata (streaminfo) parsing
Rafaël Carré [Sun, 23 Jun 2013 21:15:55 +0000 (23:15 +0200)]
Simplify FLAC extradata (streaminfo) parsing

Prefer the shorter version (avcodec/avformat support both)

10 years agoUpdate mailmap
Christoph Miebach [Sun, 23 Jun 2013 19:59:39 +0000 (21:59 +0200)]
Update mailmap

10 years agoflac demux: don't skip STREAMINFO block twice
Rafaël Carré [Sun, 23 Jun 2013 18:19:27 +0000 (20:19 +0200)]
flac demux: don't skip STREAMINFO block twice

Refs: #8830

10 years agoflac decoder: supports avformat extradata
Rafaël Carré [Sun, 23 Jun 2013 18:15:09 +0000 (20:15 +0200)]
flac decoder: supports avformat extradata

10 years agoImprove mailmap
Christoph Miebach [Sun, 23 Jun 2013 16:50:48 +0000 (18:50 +0200)]
Improve mailmap

10 years agoQt: ExtensionTab: switch to buttonsbox
Francois Cartegnie [Sun, 23 Jun 2013 15:01:59 +0000 (17:01 +0200)]
Qt: ExtensionTab: switch to buttonsbox

10 years agoQt: Extensions: fix showing cone when no custom logo
Francois Cartegnie [Sun, 23 Jun 2013 13:41:39 +0000 (15:41 +0200)]
Qt: Extensions: fix showing cone when no custom logo

10 years agoQt: Extensions: fullfill usage of data abstraction model
Francois Cartegnie [Sun, 23 Jun 2013 13:33:32 +0000 (15:33 +0200)]
Qt: Extensions: fullfill usage of data abstraction model

10 years agoQt: ExtensionsModel: use data abstraction in delegate
Francois Cartegnie [Sat, 22 Jun 2013 13:20:52 +0000 (15:20 +0200)]
Qt: ExtensionsModel: use data abstraction in delegate

10 years agoQt: ExtensionCopy: fix memleak
Francois Cartegnie [Sun, 23 Jun 2013 11:33:01 +0000 (13:33 +0200)]
Qt: ExtensionCopy: fix memleak

10 years agoinvert: check supported chroma (fixes #8840, fixes #8841)
Rémi Denis-Courmont [Sun, 23 Jun 2013 05:51:03 +0000 (08:51 +0300)]
invert: check supported chroma (fixes #8840, fixes #8841)

10 years agoskins2: update documentation (width/height for image and slider)
Erwan Tulou [Sat, 22 Jun 2013 17:17:58 +0000 (19:17 +0200)]
skins2: update documentation (width/height for image and slider)

10 years agoskins2: add width/height parameters to slider
Erwan Tulou [Sat, 22 Jun 2013 15:24:11 +0000 (17:24 +0200)]
skins2: add width/height parameters to slider

These parameters will allow to create a slider which adapts to the display.
width/height parameters will be optional. If set, the initial slider will
be resized to meet these requirements.

A main use case will be the possibility to create a fullscreen timeslider
that automatically spans the whole screen whatever the screen resolution.
e.g syntax would be <Slider width="100%" ....>

10 years agoskins2: update documentation for xoffset/yoffset
Erwan Tulou [Sat, 22 Jun 2013 13:48:31 +0000 (15:48 +0200)]
skins2: update documentation for xoffset/yoffset

10 years agoskins2: fix documentation wrt to xoffset, yoffset, xmargin, ymargin
Erwan Tulou [Sat, 22 Jun 2013 13:41:18 +0000 (15:41 +0200)]
skins2: fix documentation wrt to xoffset, yoffset, xmargin, ymargin

10 years agoskins2: extend xoffset and yoffset parameters
Erwan Tulou [Sat, 22 Jun 2013 12:05:46 +0000 (14:05 +0200)]
skins2: extend xoffset and yoffset parameters

Till now, these two parameters only had a meaning for geographical positioning.
As explained at http://forum.videolan.org/viewtopic.php?f=26&t=111572,
extending xoffset and yoffset for the general case would help a lot skin
developpers easily position an object of unknown size around a given point :
for instance,
    x="50%" xoffset="-50%" would center an object horizontally.
    x="100%" xoffset="-100%" would set an object to the East

This patch doesn't modify the existing behaviour. It just implements a new
feature for the case where it was a silent no op.

x,y, width, height percentages are computed against the parent container
xoffset and yoffset percentages are computed against the current object

TODO: this approach could be generalized to all objects (need to extend the dtd)

10 years agoOSX: fix crash when no SD are found
Rafaël Carré [Sat, 22 Jun 2013 12:24:53 +0000 (14:24 +0200)]
OSX: fix crash when no SD are found

10 years agovlc.desktop: add missing --started-from-file option (fixes #8839)
Rémi Denis-Courmont [Sat, 22 Jun 2013 11:54:29 +0000 (14:54 +0300)]
vlc.desktop: add missing --started-from-file option (fixes #8839)

10 years agoosx: fix crash with --no-media-library
Rafaël Carré [Sat, 22 Jun 2013 11:39:08 +0000 (13:39 +0200)]
osx: fix crash with --no-media-library

10 years agoRevert "contrib: fix bghudappkit for xcodebuild of vlc project"
Rafaël Carré [Sat, 22 Jun 2013 11:24:24 +0000 (13:24 +0200)]
Revert "contrib: fix bghudappkit for xcodebuild of vlc project"

This reverts commit acf5397b37d648b8df13eb3a0d1bee14d8e3ae2c.

Conflicts:
contrib/src/bghudappkit/rules.mak

10 years agoskins2: improve fullscreen behaviour
Erwan Tulou [Sat, 22 Jun 2013 00:07:00 +0000 (02:07 +0200)]
skins2: improve fullscreen behaviour

At the core level, the 'f' hotkey and the double click are managed in a
slightly different way. The former sets up both the playlist and the vout
"fullscreen" variables whereas the latter only sets up the vout variable.

This patch first relies on the vout state if any, and falls back to the
playlist state. This ensures that the fullscreen button always works
consistently for the user. Otherwise, user needs to press twice instead
of once when the playlist and the vout are no longer in sync (after a double
click)

10 years agocontrib: gettext: fix osx patch
Rafaël Carré [Sat, 22 Jun 2013 10:58:00 +0000 (12:58 +0200)]
contrib: gettext: fix osx patch

10 years agomacosx: dialogs provider: fix crash for question dialog and also improve robustness...
David Fuhrmann [Sat, 22 Jun 2013 10:21:12 +0000 (12:21 +0200)]
macosx: dialogs provider: fix crash for question dialog and also improve robustness of other dialogs

10 years agoskins2: fix stray line in Qt menu used by skins2
Erwan Tulou [Sat, 22 Jun 2013 10:06:44 +0000 (12:06 +0200)]
skins2: fix stray line in Qt menu used by skins2

10 years agoskins2: fix documentation error
Erwan Tulou [Sat, 22 Jun 2013 10:01:10 +0000 (12:01 +0200)]
skins2: fix documentation error

as reported on the forum at http://forum.videolan.org/viewtopic.php?f=26&t=111572

10 years agoskins2: fix nested panels wrongly positioned if not the first child
Erwan Tulou [Sat, 22 Jun 2013 09:27:22 +0000 (11:27 +0200)]
skins2: fix nested panels wrongly positioned if not the first child

plus factorise some code.

This fixes a bug reported on the forum at
http://forum.videolan.org/viewtopic.php?f=26&t=111572

10 years agoflac demux: fix seekpoint leak
Rafaël Carré [Sat, 22 Jun 2013 09:11:55 +0000 (11:11 +0200)]
flac demux: fix seekpoint leak

10 years agoflac demux: fix picture leak
Rafaël Carré [Sat, 22 Jun 2013 09:10:10 +0000 (11:10 +0200)]
flac demux: fix picture leak

10 years agoflac: STREAMINFO is not necessarily the first METADATA_BLOCK
Rafaël Carré [Sat, 22 Jun 2013 09:07:25 +0000 (11:07 +0200)]
flac: STREAMINFO is not necessarily the first METADATA_BLOCK

Close: #8830

10 years agomacosx: CAS: remove duplicated code
David Fuhrmann [Fri, 21 Jun 2013 20:37:54 +0000 (22:37 +0200)]
macosx: CAS: remove duplicated code

10 years agomacosx: CAS: fix update of customization sheet for last saved profile
David Fuhrmann [Fri, 21 Jun 2013 20:37:08 +0000 (22:37 +0200)]
macosx: CAS: fix update of customization sheet for last saved profile

10 years agomacosx: CAS: fix format for custom profiles storage
David Fuhrmann [Fri, 21 Jun 2013 20:17:10 +0000 (22:17 +0200)]
macosx: CAS: fix format for custom profiles storage

10 years agomacosx: CAS: introduce functionality for keep checkboxes (close #8601)
David Fuhrmann [Fri, 21 Jun 2013 20:05:51 +0000 (22:05 +0200)]
macosx: CAS: introduce functionality for keep checkboxes (close #8601)

10 years agomacosx: CAS: fix customize dialog for {video,audio}-only profiles
David Fuhrmann [Fri, 21 Jun 2013 19:20:39 +0000 (21:20 +0200)]
macosx: CAS: fix customize dialog for {video,audio}-only profiles

10 years agomsi: remove older (nsis) version before install
Ludovic Fauvet [Fri, 21 Jun 2013 18:27:58 +0000 (20:27 +0200)]
msi: remove older (nsis) version before install

If a pre-2.1 version is detected it will be uninstalled silently before
proceeding.

10 years agowin32: avoid the POSIX timer API for now
Rémi Denis-Courmont [Fri, 21 Jun 2013 15:58:45 +0000 (18:58 +0300)]
win32: avoid the POSIX timer API for now

10 years agowin32: do not straddle on POSIX threads symbols
Rémi Denis-Courmont [Fri, 21 Jun 2013 15:53:05 +0000 (18:53 +0300)]
win32: do not straddle on POSIX threads symbols

10 years agoscreen: fix mouse file location
Rémi Denis-Courmont [Fri, 21 Jun 2013 15:34:11 +0000 (18:34 +0300)]
screen: fix mouse file location

10 years agofingerprinter: set sub category
Francois Cartegnie [Fri, 21 Jun 2013 12:39:18 +0000 (14:39 +0200)]
fingerprinter: set sub category

10 years agofingerprinter: don't hardcode acoustid module selection
Francois Cartegnie [Fri, 21 Jun 2013 12:37:04 +0000 (14:37 +0200)]
fingerprinter: don't hardcode acoustid module selection

10 years agoQt: fallback on the high-resolution icons instead of the xpm
Ludovic Fauvet [Fri, 21 Jun 2013 11:56:21 +0000 (13:56 +0200)]
Qt: fallback on the high-resolution icons instead of the xpm

10 years agoQt: use the theme icons for the system tray too
Ludovic Fauvet [Fri, 21 Jun 2013 11:55:37 +0000 (13:55 +0200)]
Qt: use the theme icons for the system tray too

10 years agoQt: Simple Preferences: conditionally hide the whole groupbox, not
Francois Cartegnie [Fri, 21 Jun 2013 11:53:26 +0000 (13:53 +0200)]
Qt: Simple Preferences: conditionally hide the whole groupbox, not
just widgets

10 years agoQt: get window icon from theme (falling back to existing pixmap)
Philip Sequeira [Wed, 19 Jun 2013 09:18:11 +0000 (05:18 -0400)]
Qt: get window icon from theme (falling back to existing pixmap)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoncurses: translate title
Rafaël Carré [Fri, 21 Jun 2013 11:28:25 +0000 (13:28 +0200)]
ncurses: translate title

10 years agomacosx: fix space hotkey for audio files (close #8818)
David Fuhrmann [Thu, 20 Jun 2013 19:51:04 +0000 (21:51 +0200)]
macosx: fix space hotkey for audio files (close #8818)

10 years agomacosx: save idle main window frame as early as possible (refs #8826)
David Fuhrmann [Thu, 20 Jun 2013 19:15:56 +0000 (21:15 +0200)]
macosx: save idle main window frame as early as possible (refs #8826)

10 years agomacosx: update condition for idle fullscreen button state
David Fuhrmann [Thu, 20 Jun 2013 18:55:54 +0000 (20:55 +0200)]
macosx: update condition for idle fullscreen button state

10 years agomacosx: delay start in fullscreen animation to allow to finish resize animation befor...
David Fuhrmann [Thu, 20 Jun 2013 18:53:18 +0000 (20:53 +0200)]
macosx: delay start in fullscreen animation to allow to finish resize animation before (close #8780)

10 years agohttplive: turn STREAM_CAN_CONTROL_PACE on to restore playback
Ilkka Ollakka [Wed, 19 Jun 2013 08:09:12 +0000 (11:09 +0300)]
httplive: turn STREAM_CAN_CONTROL_PACE on to restore playback

This is just quick fix and workaround for now.

Should Fix #8619 and #8713

10 years agoavcodec: disable threading when decoding in hardware(fixes #8786)
Rémi Denis-Courmont [Thu, 20 Jun 2013 16:15:57 +0000 (19:15 +0300)]
avcodec: disable threading when decoding in hardware(fixes #8786)

10 years agoRevert "Work around test failing with cli interface"
Rémi Denis-Courmont [Thu, 20 Jun 2013 16:13:58 +0000 (19:13 +0300)]
Revert "Work around test failing with cli interface"

This reverts commit 32ce763be9747ebf7281a981193d54ba9dadc197.

10 years agolua: raise an erro from net.poll() when quitting
Rémi Denis-Courmont [Thu, 20 Jun 2013 16:12:08 +0000 (19:12 +0300)]
lua: raise an erro from net.poll() when quitting

This forces Lua RC to exit cleanly in all cases.

10 years agolua: remove no-op
Rémi Denis-Courmont [Thu, 20 Jun 2013 16:07:56 +0000 (19:07 +0300)]
lua: remove no-op

10 years agolua: fix potential busy loop in net.poll()
Rémi Denis-Courmont [Thu, 20 Jun 2013 16:02:22 +0000 (19:02 +0300)]
lua: fix potential busy loop in net.poll()

10 years agoLua: remove write-only set_intf()
Rémi Denis-Courmont [Thu, 20 Jun 2013 15:53:08 +0000 (18:53 +0300)]
Lua: remove write-only set_intf()

10 years agomerge NEWS from 2.0
Rafaël Carré [Thu, 20 Jun 2013 12:52:16 +0000 (14:52 +0200)]
merge NEWS from 2.0

10 years agoWork around test failing with cli interface
Rafaël Carré [Thu, 20 Jun 2013 12:37:02 +0000 (14:37 +0200)]
Work around test failing with cli interface

10 years agoavcodec/video.c: correct error message when vlc_va_Get() fails.
Jean-Paul Saman [Thu, 20 Jun 2013 09:17:22 +0000 (11:17 +0200)]
avcodec/video.c: correct error message when vlc_va_Get() fails.

When calling vlc_va_Get() failed inside ffmpeg_GetFrameBuf(), then
the error messages says "vaGrabSurface failed" however it should
say "vlc_va_Get failed". Since hw accelerators are called through a
vlc abstraction defined in va.h. It originated from libva (VAAPI),
but it includes VDPAU and DXVA2 now.

10 years agomjpeg : remove optional quotes from MIME boundary
Sébastien Escudier [Wed, 19 Jun 2013 20:43:49 +0000 (20:43 +0000)]
mjpeg : remove optional quotes from MIME boundary

10 years agoAdd yet another XDCAM fourCC
Jean-Baptiste Kempf [Wed, 19 Jun 2013 15:17:29 +0000 (17:17 +0200)]
Add yet another XDCAM fourCC

10 years agonsis: register x64 axvlc.dll properly
Rafaël Carré [Wed, 19 Jun 2013 12:30:45 +0000 (14:30 +0200)]
nsis: register x64 axvlc.dll properly

10 years agofr translation: fix ncurses strings broken in 6c316cc596
Rafaël Carré [Tue, 18 Jun 2013 21:36:26 +0000 (23:36 +0200)]
fr translation: fix ncurses strings broken in 6c316cc596

10 years agomacosx: add visual markers for 100% of the volume (refs #8628)
Felix Paul Kühne [Tue, 18 Jun 2013 19:30:08 +0000 (21:30 +0200)]
macosx: add visual markers for 100% of the volume (refs #8628)

10 years agolivehttp: try to follow draft 11 section 6.2.2
Ilkka Ollakka [Tue, 18 Jun 2013 19:07:30 +0000 (22:07 +0300)]
livehttp: try to follow draft 11 section 6.2.2

Keep atleast 3 * seglen amount of segments in playlist if possible.
This will cause playlist to increase sometimes over i_numseg, but it
follows the draft better.

10 years agotranscode: use 1000 as frame rate base and don't try to do any rounding
Ilkka Ollakka [Tue, 11 Jun 2013 16:44:01 +0000 (19:44 +0300)]
transcode: use 1000 as frame rate base and don't try to do any rounding

10 years agolivehttp: check opendts to be lowest dts available
Ilkka Ollakka [Wed, 5 Jun 2013 13:24:19 +0000 (16:24 +0300)]
livehttp: check opendts to be lowest dts available

10 years agolivehttp: try to comply draft 11 section 6.2.2 for how long to keep segments around...
Ilkka Ollakka [Wed, 5 Jun 2013 11:00:55 +0000 (14:00 +0300)]
livehttp: try to comply draft 11 section 6.2.2 for how long to keep segments around in sliding window

10 years agoAvcodec: disable multi-threading for MPEG-4 Video
Jean-Baptiste Kempf [Tue, 18 Jun 2013 09:10:26 +0000 (11:10 +0200)]
Avcodec: disable multi-threading for MPEG-4 Video

This seems buggy in libavcodec

Close #8486

10 years agoauhal: fix wrong analog 5.1 channel ordering (close #8589)
David Fuhrmann [Tue, 18 Jun 2013 06:59:46 +0000 (08:59 +0200)]
auhal: fix wrong analog 5.1 channel ordering (close #8589)

10 years agoQt: fix Win32 MOC breakage
Jean-Baptiste Kempf [Mon, 17 Jun 2013 21:04:32 +0000 (23:04 +0200)]
Qt: fix Win32 MOC breakage

Introduced by WIN32 -> _WIN32 probably

Close #8804

10 years agoQt: InputManager: Split playback state change and item change
Francois Cartegnie [Mon, 17 Jun 2013 21:01:24 +0000 (23:01 +0200)]
Qt: InputManager: Split playback state change and item change

Close #8510

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agomp4: be more restrictive for samplerate
Jean-Baptiste Kempf [Mon, 17 Jun 2013 20:55:03 +0000 (22:55 +0200)]
mp4: be more restrictive for samplerate

Close #8787

10 years agoUpdate gitignore for automake 1.13
Rémi Denis-Courmont [Mon, 17 Jun 2013 18:12:35 +0000 (21:12 +0300)]
Update gitignore for automake 1.13

10 years agov4l2: respect line pitch specified by the device driver (fixes #8802)
Rémi Denis-Courmont [Sun, 16 Jun 2013 15:43:17 +0000 (18:43 +0300)]
v4l2: respect line pitch specified by the device driver (fixes #8802)

10 years agov4l2: add per-codec bytes per pixel in codec table (refs #8802)
Rémi Denis-Courmont [Sun, 16 Jun 2013 15:42:38 +0000 (18:42 +0300)]
v4l2: add per-codec bytes per pixel in codec table (refs #8802)

10 years agorawvideo: deal with visible width/height (refs #8802)
Rémi Denis-Courmont [Sun, 16 Jun 2013 15:40:44 +0000 (18:40 +0300)]
rawvideo: deal with visible width/height (refs #8802)

So far rawvideo assumed that the full pitch was part of the picture.

10 years agoLua: intf: fix cancellation handling
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:39:48 +0000 (17:39 +0300)]
Lua: intf: fix cancellation handling

The target thread has no defined cancellation points, so simply remove
the vlc_cancel() call. (Adding vlc_savecancel() would work to the same
effects, but with extra code.)

10 years agoLua: CLI: exit cleanly
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:39:02 +0000 (17:39 +0300)]
Lua: CLI: exit cleanly

10 years agoLua: extension: fix inverted cancellation logic
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:21:23 +0000 (17:21 +0300)]
Lua: extension: fix inverted cancellation logic

The cancellation-safe section was protected instead of the
cancellation-unsafe section.

10 years agoLua: extension: reindent
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:18:04 +0000 (17:18 +0300)]
Lua: extension: reindent

10 years agoLua: extension: simplify command dequeuing
Rémi Denis-Courmont [Sun, 16 Jun 2013 14:13:12 +0000 (17:13 +0300)]
Lua: extension: simplify command dequeuing

10 years agovlc_UrlParse: end username at the last @ rather than the first
Rémi Denis-Courmont [Sun, 16 Jun 2013 12:11:03 +0000 (15:11 +0300)]
vlc_UrlParse: end username at the last @ rather than the first

This fixes the corner where the username or the password contains @
(although encoding would probably be a better idea).

10 years agopulse: use libvlc-provisioned application infos (fixes #8706)
Rémi Denis-Courmont [Sun, 16 Jun 2013 08:12:06 +0000 (11:12 +0300)]
pulse: use libvlc-provisioned application infos (fixes #8706)

10 years agovlc: use libvlc_set_app_id()
Rémi Denis-Courmont [Sun, 16 Jun 2013 08:11:55 +0000 (11:11 +0300)]
vlc: use libvlc_set_app_id()

10 years agolib: add libvlc_set_app_id() to complement libvlc_set_user_agent()
Rémi Denis-Courmont [Sun, 16 Jun 2013 08:11:22 +0000 (11:11 +0300)]
lib: add libvlc_set_app_id() to complement libvlc_set_user_agent()

10 years agolib: fix wrong user-agent and http-user-agent values at start
Rémi Denis-Courmont [Sun, 16 Jun 2013 08:29:22 +0000 (11:29 +0300)]
lib: fix wrong user-agent and http-user-agent values at start

VLC main() initializes the values too late for interfaces and playlist.

10 years agoavcodec: option name is avcodec-hw
Rémi Denis-Courmont [Sat, 15 Jun 2013 19:00:43 +0000 (22:00 +0300)]
avcodec: option name is avcodec-hw

10 years agoXCB/XVideo: create window directly with correct position and dimensions
Rémi Denis-Courmont [Sat, 15 Jun 2013 18:22:34 +0000 (21:22 +0300)]
XCB/XVideo: create window directly with correct position and dimensions

10 years agodtv: ignore SEC errors
Rémi Denis-Courmont [Sat, 15 Jun 2013 17:45:37 +0000 (20:45 +0300)]
dtv: ignore SEC errors

This should fix ISDB-S tuning.

10 years agoQt: fix layout resizing
Ludovic Fauvet [Fri, 14 Jun 2013 19:06:52 +0000 (21:06 +0200)]
Qt: fix layout resizing

10 years agoQt: missing white space between the host and build date
Ludovic Fauvet [Fri, 14 Jun 2013 13:25:57 +0000 (15:25 +0200)]
Qt: missing white space between the host and build date

10 years agoQt: style the about dialog scrollbars
Ludovic Fauvet [Fri, 14 Jun 2013 10:50:11 +0000 (12:50 +0200)]
Qt: style the about dialog scrollbars

10 years agoQt: remove duplicate background-color
Ludovic Fauvet [Fri, 14 Jun 2013 10:48:08 +0000 (12:48 +0200)]
Qt: remove duplicate background-color