]> git.sesse.net Git - vlc/log
vlc
14 years agolibvlc: restore Teletext functionality
Jean-Paul Saman [Thu, 4 Feb 2010 14:37:24 +0000 (15:37 +0100)]
libvlc: restore Teletext functionality

Reverts part of 7db94f4d2fc742537828fbe0c8eb5a and rewrite the code.

14 years agovariables: print an error message when a variable is created without a type (often...
Rémi Duraffort [Fri, 5 Feb 2010 11:15:54 +0000 (12:15 +0100)]
variables: print an error message when a variable is created without a type (often a typo like the previous commit).

14 years agovideo_filter_colorthres: fix a typo.
Rémi Duraffort [Fri, 5 Feb 2010 11:09:25 +0000 (12:09 +0100)]
video_filter_colorthres: fix a typo.

14 years agoprojectm: use the new constructor of libprojectM2 if available.
Rémi Duraffort [Fri, 5 Feb 2010 09:32:23 +0000 (10:32 +0100)]
projectm: use the new constructor of libprojectM2 if available.

14 years agovlm: make vod input objects children of vod server
Pierre Ynard [Fri, 5 Feb 2010 09:55:39 +0000 (10:55 +0100)]
vlm: make vod input objects children of vod server

Currently, input objects of VoD media instances are children of the
libvlc object; this patch makes them children of the VoD server object
instead. This will provide simpler and cleaner communication means.

14 years agoContribs: mac, put the Sparkle framework at the right place.
Jean-Baptiste Kempf [Fri, 5 Feb 2010 08:48:47 +0000 (09:48 +0100)]
Contribs: mac, put the Sparkle framework at the right place.

14 years agoSD: Fix podcast announcement and Qt special hack
Jean-Philippe André [Thu, 4 Feb 2010 20:07:10 +0000 (21:07 +0100)]
SD: Fix podcast announcement and Qt special hack

14 years agoLua/SD: Set the "longname" configuration parameter
Jean-Philippe André [Thu, 4 Feb 2010 19:53:34 +0000 (20:53 +0100)]
Lua/SD: Set the "longname" configuration parameter

This will allow successful matches between the luaSD title and the
real SD psz_name

14 years agoSD: set the name to configuration value "longname"
Jean-Philippe André [Thu, 4 Feb 2010 19:52:30 +0000 (20:52 +0100)]
SD: set the name to configuration value "longname"

If this configuration value does not exist, fallback on the
module name. This is the current behaviour.

14 years agoBuild XCB statically, and hack pkg-config file accordingly
Rémi Denis-Courmont [Thu, 4 Feb 2010 20:00:16 +0000 (22:00 +0200)]
Build XCB statically, and hack pkg-config file accordingly

14 years agoContribs: make libass static on all platforms
Rémi Denis-Courmont [Thu, 4 Feb 2010 19:36:03 +0000 (21:36 +0200)]
Contribs: make libass static on all platforms

We only link it once, so this is more efficient. This allows the build
-time linker to remove unused functions and the export table.

We could probably do the same with a few other libraries.

14 years agopanoramix: obsolete bools are not deprecated aliases
Rémi Denis-Courmont [Thu, 4 Feb 2010 19:29:00 +0000 (21:29 +0200)]
panoramix: obsolete bools are not deprecated aliases

An obsolete item is one that is not used anymore.
Aliases are used when the name of an item changes.

For some reason, this also fixes a memory leak.
Regression from [5768f29871cfc12975b86dae31a56f43250e7348].

14 years agoFix memory leak and dummy warning
Rémi Denis-Courmont [Thu, 4 Feb 2010 19:24:20 +0000 (21:24 +0200)]
Fix memory leak and dummy warning

14 years agoLUA SD: simplify and fix a memory leak (untested)
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:36:50 +0000 (20:36 +0200)]
LUA SD: simplify and fix a memory leak (untested)

14 years agowin32text is for WinCE, not Win32
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:35:58 +0000 (20:35 +0200)]
win32text is for WinCE, not Win32

Pointed-out-by: Jean-Baptiste Kempf
14 years agoTypo in [1b9f9692f91dcf0659919b16551389e0dbf96412]
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:35:21 +0000 (20:35 +0200)]
Typo in [1b9f9692f91dcf0659919b16551389e0dbf96412]

14 years agoDe-uglify root SD item name (part 2)
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:08:29 +0000 (20:08 +0200)]
De-uglify root SD item name (part 2)

14 years agoRemove be_sure_to_add_VLC_COMMOM_MEMBERS and check offset
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:01:15 +0000 (20:01 +0200)]
Remove be_sure_to_add_VLC_COMMOM_MEMBERS and check offset

This saves a bit of space (though the message becomes a bit more
confusing). This also ensures that VLC_COMMOM_MEMBERS is actually at the
top of the struct (in C only).

14 years agoQt: locationBar: buttons adjustment
Jakob Leben [Thu, 4 Feb 2010 17:05:42 +0000 (18:05 +0100)]
Qt: locationBar: buttons adjustment

now also the text is not elided if not necessary

14 years agoSD: initialize config chain also in LibVLC media discovery, fix leaks
Rémi Denis-Courmont [Thu, 4 Feb 2010 16:50:08 +0000 (18:50 +0200)]
SD: initialize config chain also in LibVLC media discovery, fix leaks

14 years agoconfig_ChainCreate: result must be free()'d, so it must be used
Rémi Denis-Courmont [Thu, 4 Feb 2010 16:43:05 +0000 (18:43 +0200)]
config_ChainCreate: result must be free()'d, so it must be used

14 years agoDe-uglify root SD item name
Rémi Denis-Courmont [Thu, 4 Feb 2010 16:35:17 +0000 (18:35 +0200)]
De-uglify root SD item name

Regression from [0a69bbfd9e69bed4760995eccf99552a68a7e193].

14 years agoFix pl_Release() crash with -S
Rémi Denis-Courmont [Thu, 4 Feb 2010 16:24:23 +0000 (18:24 +0200)]
Fix pl_Release() crash with -S

14 years agoluasd: the script loading module
Fabio Ritrovato [Wed, 3 Feb 2010 22:45:25 +0000 (23:45 +0100)]
luasd: the script loading module

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoluasd: use a configuration chain to pass parameters to SD
Fabio Ritrovato [Wed, 3 Feb 2010 22:42:16 +0000 (23:42 +0100)]
luasd: use a configuration chain to pass parameters to SD

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoDo not use an enumeration for a bits field
Rémi Denis-Courmont [Thu, 4 Feb 2010 16:07:15 +0000 (18:07 +0200)]
Do not use an enumeration for a bits field

This violates the C standard. Passing a value outside not part of the
enumeration is undefined. This obviously excludes bits fields.

14 years agoQt: simple FirstRun dialog and rewording
Jean-Baptiste Kempf [Thu, 4 Feb 2010 16:00:11 +0000 (17:00 +0100)]
Qt: simple FirstRun dialog and rewording

14 years agoShow the normal popupMenu when no item is under the selection
Jean-Baptiste Kempf [Thu, 4 Feb 2010 12:18:51 +0000 (13:18 +0100)]
Show the normal popupMenu when no item is under the selection

14 years agoQt: iconView, code cosmetics
Jean-Baptiste Kempf [Thu, 4 Feb 2010 11:47:11 +0000 (12:47 +0100)]
Qt: iconView, code cosmetics

14 years agoQt: iconView, setSpacing seems to be ignored in our setup
Jean-Baptiste Kempf [Thu, 4 Feb 2010 11:31:12 +0000 (12:31 +0100)]
Qt: iconView, setSpacing seems to be ignored in our setup

14 years agoQt: iconView, make the item higher
Jean-Baptiste Kempf [Thu, 4 Feb 2010 11:27:11 +0000 (12:27 +0100)]
Qt: iconView, make the item higher

14 years agocontribs: updated binary package for Darwin including a proper libass
Felix Paul Kühne [Thu, 4 Feb 2010 11:15:30 +0000 (12:15 +0100)]
contribs: updated binary package for Darwin including a proper libass

14 years agocontribs: fixed distribution of libass when using Apple's Intel-variant of ld
Felix Paul Kühne [Thu, 4 Feb 2010 11:04:45 +0000 (12:04 +0100)]
contribs: fixed distribution of libass when using Apple's Intel-variant of ld

14 years agoQt: neat and crispy location bar, new location buttons
Jakob Leben [Thu, 4 Feb 2010 08:19:00 +0000 (09:19 +0100)]
Qt: neat and crispy location bar, new location buttons

14 years agoQt: make playlist widget even a bit more pretty
Jakob Leben [Thu, 4 Feb 2010 04:34:02 +0000 (05:34 +0100)]
Qt: make playlist widget even a bit more pretty

14 years agoQt: OpenUrlDialog ain't a Singleton anymore
Jean-Baptiste Kempf [Thu, 4 Feb 2010 02:46:49 +0000 (03:46 +0100)]
Qt: OpenUrlDialog ain't a Singleton anymore

And remove unnecessary killInstances

14 years agoExtensions: remove useless hold/release
Jean-Philippe André [Thu, 4 Feb 2010 02:37:21 +0000 (03:37 +0100)]
Extensions: remove useless hold/release

Pointed by fenrir

14 years agoExtensions: fix leak: free commands
Jean-Philippe André [Thu, 4 Feb 2010 02:29:37 +0000 (03:29 +0100)]
Extensions: fix leak: free commands

14 years agoQt: cleanup dialogs on destruction
Jean-Baptiste Kempf [Thu, 4 Feb 2010 02:22:48 +0000 (03:22 +0100)]
Qt: cleanup dialogs on destruction

14 years agoQt: fix a forgotten deletion
Jean-Baptiste Kempf [Thu, 4 Feb 2010 02:12:59 +0000 (03:12 +0100)]
Qt: fix a forgotten deletion

14 years agoQt: save Plugins/Extension dialog position
Jean-Baptiste Kempf [Thu, 4 Feb 2010 02:12:41 +0000 (03:12 +0100)]
Qt: save Plugins/Extension dialog position

14 years agoSqlite: Unlock commit transaction on success, not fail
Srikanth Raju [Wed, 3 Feb 2010 15:41:06 +0000 (21:11 +0530)]
Sqlite: Unlock commit transaction on success, not fail

14 years agoFinal fix for extensions+Qt unload issues
Jean-Philippe André [Thu, 4 Feb 2010 01:51:00 +0000 (02:51 +0100)]
Final fix for extensions+Qt unload issues

Well... I hope it is final :)

14 years agoRevert "Lua dialogs: remove show() and hide()"
Jean-Philippe André [Thu, 4 Feb 2010 01:00:09 +0000 (02:00 +0100)]
Revert "Lua dialogs: remove show() and hide()"

This reverts commit 67d36fd7c71ff213ac363d092d59290b1a943980.

14 years agoRevert "Lua dialogs: remove b_hide parameter"
Jean-Philippe André [Thu, 4 Feb 2010 00:59:58 +0000 (01:59 +0100)]
Revert "Lua dialogs: remove b_hide parameter"

This reverts commit 6787595024f61d65d68a1fe467e6520c75756b20.

14 years agoQt: Better media info panel
Jean-Baptiste Kempf [Thu, 4 Feb 2010 02:00:46 +0000 (03:00 +0100)]
Qt: Better media info panel

14 years agoWin32: prepare vlc-cache-gen for distribution
Jean-Baptiste Kempf [Thu, 4 Feb 2010 01:49:14 +0000 (02:49 +0100)]
Win32: prepare vlc-cache-gen for distribution

14 years agoFIx mozilla plugin compilation
Jean-Baptiste Kempf [Thu, 4 Feb 2010 01:34:45 +0000 (02:34 +0100)]
FIx mozilla plugin compilation

14 years agom4: be more safe about quotes
Jean-Baptiste Kempf [Thu, 4 Feb 2010 01:16:00 +0000 (02:16 +0100)]
m4: be more safe about quotes

14 years agoWin32: try to fix win32text linking.
Jean-Baptiste Kempf [Thu, 4 Feb 2010 01:03:01 +0000 (02:03 +0100)]
Win32: try to fix win32text linking.

14 years agoExtensions: do not wait on widget if dialog is deleted
Jean-Philippe André [Wed, 3 Feb 2010 23:49:21 +0000 (00:49 +0100)]
Extensions: do not wait on widget if dialog is deleted

If the dialog is about to be deleted, it's too late to care about
the widget (it has already been removed from the UI).

14 years agoExtensions/Qt: fix the deactivation race condition
Jean-Philippe André [Wed, 3 Feb 2010 22:56:32 +0000 (23:56 +0100)]
Extensions/Qt: fix the deactivation race condition

Bind signal EDP::destroyed() to Dialog::deleteLater()
Clear p_sys_intf variable of the dialog
Signal condition when this is done

14 years agoRevert ef5d32ea57103: hopefully fix a race condition on deactivation
Jean-Philippe André [Wed, 3 Feb 2010 22:55:57 +0000 (23:55 +0100)]
Revert ef5d32ea57103: hopefully fix a race condition on deactivation

This was wrong, the fix should not come there.

14 years agoFix totally broken configure
Jean-Baptiste Kempf [Thu, 4 Feb 2010 00:51:17 +0000 (01:51 +0100)]
Fix totally broken configure

Yeah, changing the behaviour about -l flags without explaning why nor changing the configure.ac accordingly was a good idea...

14 years agomacosx_dialog_provider: b_hide is gone.
Pierre d'Herbemont [Thu, 4 Feb 2010 00:34:05 +0000 (01:34 +0100)]
macosx_dialog_provider: b_hide is gone.

14 years agomacosx/framework: Remove libvlc_exception_t where needed.
Toralf Niebuhr [Wed, 3 Feb 2010 19:13:17 +0000 (20:13 +0100)]
macosx/framework: Remove libvlc_exception_t where needed.

Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
14 years agoTypo
Rémi Denis-Courmont [Wed, 3 Feb 2010 22:44:46 +0000 (00:44 +0200)]
Typo

14 years agoUse eval in setting *FLAGS.
Daniel Mierswa [Wed, 3 Feb 2010 22:30:13 +0000 (23:30 +0100)]
Use eval in setting *FLAGS.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFix passing of modules of pkg-config stuff.
Daniel Mierswa [Wed, 3 Feb 2010 21:26:49 +0000 (22:26 +0100)]
Fix passing of modules of pkg-config stuff.

Due to a missing patch from the configure.ac patch series, this has to
temporarily get fixed.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoChange configure comments to reflect autoconf logic.
Daniel Mierswa [Tue, 26 Jan 2010 19:04:49 +0000 (20:04 +0100)]
Change configure comments to reflect autoconf logic.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoDon't use uname in configure.ac.
Daniel Mierswa [Sun, 24 Jan 2010 21:24:14 +0000 (22:24 +0100)]
Don't use uname in configure.ac.

uname considers the build system not the host system.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoUse one configure option for alsa/access_alsa.
Daniel Mierswa [Sun, 24 Jan 2010 09:17:56 +0000 (10:17 +0100)]
Use one configure option for alsa/access_alsa.

This matches the behaviour of --enable-jack and --enable-oss.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoUse new VLC_ADD_* capabilities in configure.ac.
Daniel Mierswa [Tue, 2 Feb 2010 20:47:27 +0000 (21:47 +0100)]
Use new VLC_ADD_* capabilities in configure.ac.

Make use of the new feature in configure.ac.
I also removed some redundant calls to VLC_ADD* by combining them.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoMake VLC_ADD_* capable of handling multiple plugins.
Daniel Mierswa [Tue, 2 Feb 2010 20:46:15 +0000 (21:46 +0100)]
Make VLC_ADD_* capable of handling multiple plugins.

Loop during autoconf since we always use fixed strings for the first
parameter anyway. Probably saves some runtime too ;).

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoRemove obsolete/deprecated configure options.
Daniel Mierswa [Sun, 24 Jan 2010 21:29:38 +0000 (22:29 +0100)]
Remove obsolete/deprecated configure options.

It's time to let go of those.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoRemove --enable-cdda it's no longer used.
Daniel Mierswa [Sat, 23 Jan 2010 21:00:48 +0000 (22:00 +0100)]
Remove --enable-cdda it's no longer used.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoAdded netsync in NEWS.
Laurent Aimar [Wed, 3 Feb 2010 20:41:18 +0000 (21:41 +0100)]
Added netsync in NEWS.

14 years agoEnabled netsync build by default.
Laurent Aimar [Wed, 3 Feb 2010 20:30:34 +0000 (21:30 +0100)]
Enabled netsync build by default.

14 years agoHard-code MSN plugin on Windows
Rémi Denis-Courmont [Wed, 3 Feb 2010 20:31:33 +0000 (22:31 +0200)]
Hard-code MSN plugin on Windows

14 years agoHard-code ntservice, motion and signals interface as appropriate
Rémi Denis-Courmont [Wed, 3 Feb 2010 20:31:05 +0000 (22:31 +0200)]
Hard-code ntservice, motion and signals interface as appropriate

14 years agoAlways build win32text resp quartztext on Win32 resp Darwin
Rémi Denis-Courmont [Wed, 3 Feb 2010 20:30:27 +0000 (22:30 +0200)]
Always build win32text resp quartztext on Win32 resp Darwin

14 years agoAlways build oldrc and mediadirs
Rémi Denis-Courmont [Wed, 3 Feb 2010 20:29:21 +0000 (22:29 +0200)]
Always build oldrc and mediadirs

14 years agoRemove quite useless audioscrobbler configure option
Rémi Denis-Courmont [Wed, 3 Feb 2010 20:25:23 +0000 (22:25 +0200)]
Remove quite useless audioscrobbler configure option

No dependencies, and default to on...

14 years agoLibVLC VLM: save a few kilobytes of code
Rémi Denis-Courmont [Wed, 3 Feb 2010 20:07:54 +0000 (22:07 +0200)]
LibVLC VLM: save a few kilobytes of code

14 years agoLibVLC VoD: remove exceptions
Rémi Denis-Courmont [Wed, 3 Feb 2010 19:55:19 +0000 (21:55 +0200)]
LibVLC VoD: remove exceptions

14 years agoLibVLC VLM: comment out unimplemented functions
Rémi Denis-Courmont [Wed, 3 Feb 2010 19:38:37 +0000 (21:38 +0200)]
LibVLC VLM: comment out unimplemented functions

14 years agoLibVLC VLM: remove exceptions
Rémi Denis-Courmont [Wed, 3 Feb 2010 19:37:14 +0000 (21:37 +0200)]
LibVLC VLM: remove exceptions

14 years agoRevert "libvlc: Export libvlc_video_get_size() in .sym."
Rémi Denis-Courmont [Wed, 3 Feb 2010 19:36:49 +0000 (21:36 +0200)]
Revert "libvlc: Export libvlc_video_get_size() in .sym."

This reverts commit db14d090e4ab927d186aef9d109c76f2971ef4ee.

14 years agoTypo
Christophe Mutricy [Wed, 3 Feb 2010 19:02:36 +0000 (19:02 +0000)]
Typo

Fix quiet MOC generation

14 years agoTypos
Christophe Mutricy [Wed, 3 Feb 2010 19:02:16 +0000 (19:02 +0000)]
Typos

14 years agol10n: Update french translation of installer
Eric Lassauge [Tue, 2 Feb 2010 23:07:25 +0000 (23:07 +0000)]
l10n: Update french translation of installer

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoEnable double-click in Plugins & Extensions panel
Jean-Philippe André [Wed, 3 Feb 2010 18:07:27 +0000 (19:07 +0100)]
Enable double-click in Plugins & Extensions panel

14 years agoFix keys order
Rémi Denis-Courmont [Wed, 3 Feb 2010 18:07:54 +0000 (20:07 +0200)]
Fix keys order

14 years agoRemove some exceptions in media_list
Rémi Denis-Courmont [Wed, 3 Feb 2010 18:06:21 +0000 (20:06 +0200)]
Remove some exceptions in media_list

14 years agoLua dialogs: remove b_hide parameter
Jean-Philippe André [Wed, 3 Feb 2010 16:58:29 +0000 (17:58 +0100)]
Lua dialogs: remove b_hide parameter

Widgets can still be hidden though

14 years agoLua dialogs: remove show() and hide()
Jean-Philippe André [Wed, 3 Feb 2010 16:52:49 +0000 (17:52 +0100)]
Lua dialogs: remove show() and hide()

Lua dialogs are deleted when closed, they can't be hidden or shown.

14 years agoFactorize cleanup case of win32 make
Jean-Baptiste Kempf [Wed, 3 Feb 2010 16:53:21 +0000 (17:53 +0100)]
Factorize cleanup case of win32 make

14 years agoWin32: makefile cleanup
Jean-Baptiste Kempf [Wed, 3 Feb 2010 16:13:31 +0000 (17:13 +0100)]
Win32: makefile cleanup

14 years agoWin32: stop bitching us and fail in the middle of the build
Jean-Baptiste Kempf [Wed, 3 Feb 2010 16:09:02 +0000 (17:09 +0100)]
Win32: stop bitching us and fail in the middle of the build

Either you die at start or you don't. Stop making us loosing our time.

14 years agoDon't package qt4 and skins2 in win32 xpi
Jean-Baptiste Kempf [Wed, 3 Feb 2010 16:04:31 +0000 (17:04 +0100)]
Don't package qt4 and skins2 in win32 xpi

14 years agoFix memory leaks in extensions
Jean-Philippe André [Wed, 3 Feb 2010 16:36:28 +0000 (17:36 +0100)]
Fix memory leaks in extensions

14 years agoMove C++ binding to a new repository vlc/bindings/libvlcpp.git
Rémi Duraffort [Wed, 3 Feb 2010 16:22:01 +0000 (17:22 +0100)]
Move C++ binding to a new repository vlc/bindings/libvlcpp.git

14 years agoUse standard ASCII for ^H, ^I, ^M and escape
Rémi Denis-Courmont [Wed, 3 Feb 2010 16:28:11 +0000 (18:28 +0200)]
Use standard ASCII for ^H, ^I, ^M and escape

14 years agoQt: fix layout of extension info panel
Jean-Philippe André [Wed, 3 Feb 2010 16:08:59 +0000 (17:08 +0100)]
Qt: fix layout of extension info panel

14 years agoExtensions: info panel, fix layout and use shortdesc
Jean-Philippe André [Wed, 3 Feb 2010 15:08:33 +0000 (16:08 +0100)]
Extensions: info panel, fix layout and use shortdesc

14 years agoExtensions: they can also have a short description
Jean-Philippe André [Wed, 3 Feb 2010 15:08:03 +0000 (16:08 +0100)]
Extensions: they can also have a short description

This is "shortdesc" in the Lua descriptor

14 years agoExtensions: hopefully fix a race condition on deactivation
Jean-Philippe André [Wed, 3 Feb 2010 14:04:17 +0000 (15:04 +0100)]
Extensions: hopefully fix a race condition on deactivation

14 years agoExtensions: call lua_DialogFlush after Lua call
Jean-Philippe André [Wed, 3 Feb 2010 13:31:07 +0000 (14:31 +0100)]
Extensions: call lua_DialogFlush after Lua call

This flushes the dialog (updates it at the UI level) after a Lua
function return.

14 years agoLua: dialog auto-flush at end of function (pcall)
Jean-Philippe André [Wed, 3 Feb 2010 10:31:06 +0000 (11:31 +0100)]
Lua: dialog auto-flush at end of function (pcall)

14 years agoLua dialogs: introduce "dlg:flush()"
Jean-Philippe André [Wed, 3 Feb 2010 09:48:55 +0000 (10:48 +0100)]
Lua dialogs: introduce "dlg:flush()"

After the next commit, you'll have to flush a dialog in order to
update it immediately on the screen.
Flush sends an update signal to the UI dialog provider.