]> git.sesse.net Git - vlc/log
vlc
17 years agoqt4 - i18n - Don't use HTML tags.
Jean-Baptiste Kempf [Wed, 4 Apr 2007 23:16:41 +0000 (23:16 +0000)]
qt4 - i18n - Don't use HTML tags.

17 years agoQt4 - Don't use html tags in strings ... This breaks all the i18n thing.
Jean-Baptiste Kempf [Wed, 4 Apr 2007 23:10:28 +0000 (23:10 +0000)]
Qt4 - Don't use html tags in strings ... This breaks all the i18n thing.

17 years agoQt4 - Remove unnecessary files from Modules.am
Jean-Baptiste Kempf [Wed, 4 Apr 2007 22:21:31 +0000 (22:21 +0000)]
Qt4 - Remove unnecessary files from Modules.am

17 years agoqt4 - remove unneeded file.
Jean-Baptiste Kempf [Wed, 4 Apr 2007 22:19:17 +0000 (22:19 +0000)]
qt4 - remove unneeded file.

17 years ago* Core: add var_Command function. This is used to execute a command registered on...
Antoine Cellerier [Wed, 4 Apr 2007 21:58:51 +0000 (21:58 +0000)]
* Core: add var_Command function. This is used to execute a command registered on a object with a given name.
* rc.c: use var_Command (instead of own code)
* telnet.c: add support for object commands (like in the rc interface)

17 years agoEnables D-Bus on BSD systems
Rafaël Carré [Wed, 4 Apr 2007 21:28:10 +0000 (21:28 +0000)]
Enables D-Bus on BSD systems

17 years agoQt4 - wording corrections. By Llynix
Jean-Baptiste Kempf [Wed, 4 Apr 2007 21:26:01 +0000 (21:26 +0000)]
Qt4 - wording corrections. By Llynix

17 years agoqt 4 - s/interface/instance...
Jean-Baptiste Kempf [Wed, 4 Apr 2007 21:20:52 +0000 (21:20 +0000)]
qt 4 - s/interface/instance...
error catched by Llynix

17 years agoAdd callback to change mosaic mask at runtime.
Antoine Cellerier [Wed, 4 Apr 2007 20:57:37 +0000 (20:57 +0000)]
Add callback to change mosaic mask at runtime.

17 years agoQt4 - SPrefsInterface Button is clicked by default.
Jean-Baptiste Kempf [Wed, 4 Apr 2007 20:41:39 +0000 (20:41 +0000)]
Qt4 - SPrefsInterface Button is clicked by default.

17 years agoRemove mask picture_t leak.
Antoine Cellerier [Wed, 4 Apr 2007 20:37:28 +0000 (20:37 +0000)]
Remove mask picture_t leak.

17 years agoUse local copies for album art, rather than download it from amazon
Rafaël Carré [Wed, 4 Apr 2007 20:31:44 +0000 (20:31 +0000)]
Use local copies for album art, rather than download it from amazon

17 years agoAdd mosaic_bridge transparency mask to the NEWS.
Antoine Cellerier [Wed, 4 Apr 2007 20:31:07 +0000 (20:31 +0000)]
Add mosaic_bridge transparency mask to the NEWS.

17 years agoAdd new "mask" option to the mosaic_bridge module. This makes it possible to define...
Antoine Cellerier [Wed, 4 Apr 2007 20:29:17 +0000 (20:29 +0000)]
Add new "mask" option to the mosaic_bridge module. This makes it possible to define a transparency mask used during mosaic blending. Example usage follows:

./vlc -I telnet --color -vvv --vlm-conf mosaic.vlm --mosaic-width 360 --mosaic-height 270 --mosaic-rows 6 --mosaic-cols 6 --mosaic-keep-picture --fake-file ~/images/mire.jpg --fake-width 360 --fake-height 270 --no-audio --sub-filter mosaic

And the vlm config:

new channel0 broadcast enabled
setup channel0 input /home/dionoea/media/redefined-nintendo.mpg
setup channel0 output #duplicate{dst=mosaic-bridge{id=0,height=270,width=360,mask=/home/dionoea/images/cone_360x270.png},select=video,dst=bridge-out{id=0},select=audio}

new background broadcast enabled
setup background input fake:
#setup background output #bridge-in:display
control background play

control channel0 play

The files used are available on http://people.videolan.org/~dionoea/mosaic/ if you want to test. (This will blend the redefined nintendo video in a cone like region)

17 years ago* make sure that the fspanel is being actived in all possible vout-goes-fullscreen...
Felix Paul Kühne [Wed, 4 Apr 2007 20:28:44 +0000 (20:28 +0000)]
* make sure that the fspanel is being actived in all possible vout-goes-fullscreen ways (closed #1132, forward-porting [19667])

17 years ago* fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the...
Felix Paul Kühne [Wed, 4 Apr 2007 20:07:59 +0000 (20:07 +0000)]
* fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the current wording ;)

17 years agoUse new gnome-screensaver D-Bus interface
Rafaël Carré [Wed, 4 Apr 2007 20:02:34 +0000 (20:02 +0000)]
Use new gnome-screensaver D-Bus interface

17 years ago* Fix missing include causing a build failure with GCC 4.3; patch by
Loïc Minier [Wed, 4 Apr 2007 14:20:36 +0000 (14:20 +0000)]
* Fix missing include causing a build failure with GCC 4.3; patch by
  Martin Michlmayr; Debian #417750.

17 years agoGettext produce libintl.h or libgnuintl.h depending the situation.
Christophe Mutricy [Wed, 4 Apr 2007 11:26:16 +0000 (11:26 +0000)]
Gettext produce libintl.h or libgnuintl.h depending the situation.
So patch libgnuintl.h.in so both header got the patch.
For win32 it seems to produce libintl.h so kludge this one.

17 years agoqt4 - Rename a confusing component
Jean-Baptiste Kempf [Wed, 4 Apr 2007 00:20:36 +0000 (00:20 +0000)]
qt4 - Rename a confusing component

17 years agoQt4 - New Simple Preferences look'n feel. Should work without too many segfaults...
Jean-Baptiste Kempf [Wed, 4 Apr 2007 00:05:33 +0000 (00:05 +0000)]
Qt4 - New Simple Preferences look'n feel. Should work without too many segfaults... Got rid of the QListWidget thing.
Some look has still to be done, especially for size/margin/padding.
I don't know yet if the look of the button will be like that ( flat, rounded onMouseOver, darked onCliked)

17 years agoQt4 - oops... Forgot that file in the precedent commit...
Jean-Baptiste Kempf [Tue, 3 Apr 2007 21:31:41 +0000 (21:31 +0000)]
Qt4 - oops... Forgot that file in the precedent commit...

17 years agoQt4 - Dialog. fix the reparenting Open Dialog for Win32
Jean-Baptiste Kempf [Tue, 3 Apr 2007 20:51:36 +0000 (20:51 +0000)]
Qt4 - Dialog. fix the reparenting Open Dialog for Win32

17 years agoMac OS X package: When the dmg is opened force the open of the dmg window. Order...
Pierre d'Herbemont [Tue, 3 Apr 2007 16:46:15 +0000 (16:46 +0000)]
Mac OS X package: When the dmg is opened force the open of the dmg window. Order the icon, and prepare the use of background image.

17 years agoOnly install libswscale.pc and swscale headers when needed.
Christophe Mutricy [Tue, 3 Apr 2007 16:01:25 +0000 (16:01 +0000)]
Only install libswscale.pc and swscale headers when needed.
This is in the process to be submitted upstream

17 years agoCleanup patch had 2 config.macosx entries.
Jean-Paul Saman [Tue, 3 Apr 2007 11:29:56 +0000 (11:29 +0000)]
Cleanup patch had 2 config.macosx entries.

17 years agoFix bug get_aspectRatio() that returned wrong error code.
Jean-Paul Saman [Tue, 3 Apr 2007 11:27:19 +0000 (11:27 +0000)]
Fix bug get_aspectRatio() that returned wrong error code.

17 years agoUpdate libintl.patch. The include file has been renamed to libgnuintl.h in this gette...
Jean-Paul Saman [Tue, 3 Apr 2007 10:33:07 +0000 (10:33 +0000)]
Update libintl.patch. The include file has been renamed to libgnuintl.h in this gettext version.

17 years agoSome files have been renamed and some added
Christophe Mutricy [Tue, 3 Apr 2007 09:39:58 +0000 (09:39 +0000)]
Some files have been renamed and some added

17 years agoMac OS X gui: Fix a crash when asking for fullscreen state when no p_real_vout is...
Pierre d'Herbemont [Mon, 2 Apr 2007 22:24:26 +0000 (22:24 +0000)]
Mac OS X gui: Fix a crash when asking for fullscreen state when no p_real_vout is defined.

17 years agoffmpeg: targetos must now be in lower case.
Christophe Mutricy [Mon, 2 Apr 2007 22:17:19 +0000 (22:17 +0000)]
ffmpeg: targetos must now be in lower case.

17 years agoAdd news about the new blending chroma support -> mosaic perf improvement.
Antoine Cellerier [Mon, 2 Apr 2007 21:34:08 +0000 (21:34 +0000)]
Add news about the new blending chroma support -> mosaic perf improvement.

17 years agomosaic.c: If we're not using bluescreen stuff (which needs per pixel alpha values...
Antoine Cellerier [Mon, 2 Apr 2007 21:03:58 +0000 (21:03 +0000)]
mosaic.c: If we're not using bluescreen stuff (which needs per pixel alpha values), then use I420 instead of YUVA when resizing the images. (see previous commit for explanation.)

17 years agoUse I420 image buffers instead of YUVA for mosaic bridge. Impact on CPU usage for...
Antoine Cellerier [Mon, 2 Apr 2007 20:58:14 +0000 (20:58 +0000)]
Use I420 image buffers instead of YUVA for mosaic bridge. Impact on CPU usage for test case (http://people.videolan.org/~dionoea/mosaic/ basically a 6x5 mosaic displayed locally) is 155% -> 85% if alpha == 255, 166% -> 110% if alpha == 128.

17 years agoFix I420/YV12 -> * blending. Looks like we did need separate functions.
Antoine Cellerier [Mon, 2 Apr 2007 20:54:52 +0000 (20:54 +0000)]
Fix I420/YV12 -> * blending. Looks like we did need separate functions.

17 years agobindings/python/vlc_internal: implement vlc_object_find_name support
Olivier Aubert [Mon, 2 Apr 2007 17:55:13 +0000 (17:55 +0000)]
bindings/python/vlc_internal: implement vlc_object_find_name support

17 years agoalso scale I420/YV12. (untested) (btw, why don't we use the "normal" scaling modules...
Antoine Cellerier [Mon, 2 Apr 2007 16:24:23 +0000 (16:24 +0000)]
also scale I420/YV12. (untested)  (btw, why don't we use the "normal" scaling modules for sub pictures?)

17 years ago* Untested YV12/I420 -> * blending. Works exactly like YUVA blending except when...
Antoine Cellerier [Mon, 2 Apr 2007 09:18:12 +0000 (09:18 +0000)]
* Untested YV12/I420 -> * blending. Works exactly like YUVA blending except when i_trans == 255. This should improve Mosaic performance. (still needs 1 or 2 changes to the mosaic_bridge and mosaic modules).
* Don't try blending if i_trans == 0.

17 years agoQt4 - Enter key does always close() a dialog. Correction of a virtual keyword missing.
Jean-Baptiste Kempf [Sun, 1 Apr 2007 23:16:59 +0000 (23:16 +0000)]
Qt4 - Enter key does always close() a dialog. Correction of a virtual keyword missing.

17 years agoAdd some qfu and qtu calls for string values.
Antoine Cellerier [Sun, 1 Apr 2007 21:29:43 +0000 (21:29 +0000)]
Add some qfu and qtu calls for string values.

17 years agoAdd new --sdl-chroma option to force the used chroma.
Antoine Cellerier [Sun, 1 Apr 2007 21:17:31 +0000 (21:17 +0000)]
Add new --sdl-chroma option to force the used chroma.

17 years agodon't invert the function names.
Antoine Cellerier [Sun, 1 Apr 2007 20:55:36 +0000 (20:55 +0000)]
don't invert the function names.

17 years agoQt4 - try to provide the missing dialogs for the dialog provider. Should fix skins2...
Jean-Baptiste Kempf [Sun, 1 Apr 2007 20:55:00 +0000 (20:55 +0000)]
Qt4 - try to provide the missing dialogs for the dialog provider. Should fix skins2 problem on windows.

17 years agoAdd a define for the EXTENDED dialog for further use (skins2 ? )
Jean-Baptiste Kempf [Sun, 1 Apr 2007 20:49:52 +0000 (20:49 +0000)]
Add a define for the EXTENDED dialog for further use (skins2 ? )

17 years agoUntested RGBA -> YUV Packed blending.
Antoine Cellerier [Sun, 1 Apr 2007 20:38:21 +0000 (20:38 +0000)]
Untested RGBA -> YUV Packed blending.

17 years agoUntested RGBA -> RV16 blending (I420 and RV24 work fine).
Antoine Cellerier [Sun, 1 Apr 2007 20:22:01 +0000 (20:22 +0000)]
Untested RGBA -> RV16 blending (I420 and RV24 work fine).

17 years agoMac OS X gui: Label the option "Check for VLC update automatically" rather than ...
Pierre d'Herbemont [Sun, 1 Apr 2007 19:13:52 +0000 (19:13 +0000)]
Mac OS X gui: Label the option "Check for VLC update automatically" rather than "Check for update when VLC is launched".

17 years agoMac OS X gui: Ask the user if she wants to check update on startup. And if so, check...
Pierre d'Herbemont [Sun, 1 Apr 2007 17:41:51 +0000 (17:41 +0000)]
Mac OS X gui: Ask the user if she wants to check update on startup. And if so, check for update only every two days.

17 years agoRemove some debug messages and fix the sub-picture chain update target.
Antoine Cellerier [Sun, 1 Apr 2007 17:22:15 +0000 (17:22 +0000)]
Remove some debug messages and fix the sub-picture chain update target.

17 years agoAllow changing the subpicture filter chain at runtime. (This currently kind of segfau...
Antoine Cellerier [Sun, 1 Apr 2007 17:21:48 +0000 (17:21 +0000)]
Allow changing the subpicture filter chain at runtime. (This currently kind of segfaults some of the time (after 2 changes) ... somemore bughunting is needed)

17 years agoRemove trailing space.
Antoine Cellerier [Sun, 1 Apr 2007 17:17:16 +0000 (17:17 +0000)]
Remove trailing space.

17 years agoQt4 - Regroup in a better way the menus.
Jean-Baptiste Kempf [Sun, 1 Apr 2007 17:07:36 +0000 (17:07 +0000)]
Qt4 - Regroup in a better way the menus.

17 years agoqt4 - shortcuts corrections and enhancements.
Jean-Baptiste Kempf [Sun, 1 Apr 2007 17:03:59 +0000 (17:03 +0000)]
qt4 - shortcuts corrections and enhancements.

17 years agoQt4 - Ambiguous shortcut overload: Ctrl+ P
Jean-Baptiste Kempf [Sun, 1 Apr 2007 16:33:00 +0000 (16:33 +0000)]
Qt4 -  Ambiguous shortcut overload: Ctrl+ P

17 years agoQt4 - Goto Time, IA
Jean-Baptiste Kempf [Sun, 1 Apr 2007 16:29:04 +0000 (16:29 +0000)]
Qt4 - Goto Time, IA

17 years agoAdd calls to config_Put* to make sure that the configuration values survive a filter...
Antoine Cellerier [Sun, 1 Apr 2007 16:27:53 +0000 (16:27 +0000)]
Add calls to config_Put* to make sure that the configuration values survive a filter instance destruction.

17 years ago95% of the video filters extended panel is now done. It's just missing the combo...
Antoine Cellerier [Sun, 1 Apr 2007 16:24:08 +0000 (16:24 +0000)]
95% of the video filters extended panel is now done. It's just missing the combo box related code.

17 years agoupdate. Almost ok.
Jean-Baptiste Kempf [Sun, 1 Apr 2007 13:21:58 +0000 (13:21 +0000)]
update. Almost ok.

17 years agoLIST update (3)
Jean-Baptiste Kempf [Sun, 1 Apr 2007 13:07:06 +0000 (13:07 +0000)]
LIST update (3)

17 years agoLIST update (2)
Jean-Baptiste Kempf [Sun, 1 Apr 2007 12:51:09 +0000 (12:51 +0000)]
LIST update (2)

17 years agoLIST. update (1)
Jean-Baptiste Kempf [Sun, 1 Apr 2007 12:37:17 +0000 (12:37 +0000)]
LIST. update (1)

17 years ago* Don't enable libIDL. we don't really need it atmo
Derk-Jan Hartman [Sun, 1 Apr 2007 11:58:34 +0000 (11:58 +0000)]
* Don't enable libIDL. we don't really need it atmo

17 years agoqt4 - GotoTime dialog button, with handling for KDE/Gnome fanatics.
Jean-Baptiste Kempf [Sun, 1 Apr 2007 01:23:15 +0000 (01:23 +0000)]
qt4 - GotoTime dialog button, with handling for KDE/Gnome fanatics.

17 years agoContrib: update gettext to 0.16.1
Jean-Baptiste Kempf [Sun, 1 Apr 2007 00:53:43 +0000 (00:53 +0000)]
Contrib: update gettext to 0.16.1

17 years agoForgotten in last commit.
Jean-Baptiste Kempf [Sun, 1 Apr 2007 00:20:50 +0000 (00:20 +0000)]
Forgotten in last commit.

17 years agoUpdate Contribs to twolame 3.10 and remove patch included upstream.
Jean-Baptiste Kempf [Sun, 1 Apr 2007 00:12:22 +0000 (00:12 +0000)]
Update Contribs to twolame 3.10 and remove patch included upstream.

17 years agoReally fix Makefile for extras
Jean-Baptiste Kempf [Sat, 31 Mar 2007 23:19:41 +0000 (23:19 +0000)]
Really fix Makefile for extras

17 years agoFix extra makefile.
Antoine Cellerier [Sat, 31 Mar 2007 23:12:00 +0000 (23:12 +0000)]
Fix extra makefile.

17 years agoDON'T BUILD FFMPEG w --enable-swscaler.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 22:58:10 +0000 (22:58 +0000)]
DON'T BUILD FFMPEG w --enable-swscaler.
Don't use stupid dirac patch.

17 years agoRemove trailing space.
Antoine Cellerier [Sat, 31 Mar 2007 22:03:59 +0000 (22:03 +0000)]
Remove trailing space.

17 years agoMake it possible to change puzzle parmaeters after filter launch.
Antoine Cellerier [Sat, 31 Mar 2007 22:01:07 +0000 (22:01 +0000)]
Make it possible to change puzzle parmaeters after filter launch.

17 years agoMake it possible to change sharpen sigma after filter launch.
Antoine Cellerier [Sat, 31 Mar 2007 21:52:33 +0000 (21:52 +0000)]
Make it possible to change sharpen sigma after filter launch.

17 years agoMake it possible to change the blur factor after filter launch.
Antoine Cellerier [Sat, 31 Mar 2007 21:47:11 +0000 (21:47 +0000)]
Make it possible to change the blur factor after filter launch.

17 years agoGradient options are now commands.
Antoine Cellerier [Sat, 31 Mar 2007 21:38:24 +0000 (21:38 +0000)]
Gradient options are now commands.

17 years agoEnable config chain syntax and flag the vars as commands.
Antoine Cellerier [Sat, 31 Mar 2007 21:25:36 +0000 (21:25 +0000)]
Enable config chain syntax and flag the vars as commands.

17 years agoCompile "fix".
Antoine Cellerier [Sat, 31 Mar 2007 21:16:49 +0000 (21:16 +0000)]
Compile "fix".

17 years agoDa über video filter control panel (I'll add a simple mode once this one works).
Antoine Cellerier [Sat, 31 Mar 2007 21:11:37 +0000 (21:11 +0000)]
Da über video filter control panel (I'll add a simple mode once this one works).

17 years agoRemove trailing spaces.
Antoine Cellerier [Sat, 31 Mar 2007 20:37:13 +0000 (20:37 +0000)]
Remove trailing spaces.

17 years agos/splitted/split/
Antoine Cellerier [Sat, 31 Mar 2007 20:07:58 +0000 (20:07 +0000)]
s/splitted/split/

17 years agoconvert a few printfs to msg_Dbg.
Antoine Cellerier [Sat, 31 Mar 2007 20:00:03 +0000 (20:00 +0000)]
convert a few printfs to msg_Dbg.

17 years agoMake it possible to change the extracted color once the module is launched.
Antoine Cellerier [Sat, 31 Mar 2007 19:53:23 +0000 (19:53 +0000)]
Make it possible to change the extracted color once the module is launched.

17 years agoCheck the input chroma. (We only want to work on I420 for the moment)
Antoine Cellerier [Sat, 31 Mar 2007 19:08:12 +0000 (19:08 +0000)]
Check the input chroma. (We only want to work on I420 for the moment)

17 years agoMention the HTML subtitles support.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 18:41:47 +0000 (18:41 +0000)]
Mention the HTML subtitles support.

17 years agoAdd to the news
Antoine Cellerier [Sat, 31 Mar 2007 18:38:05 +0000 (18:38 +0000)]
Add to the news

17 years agoNew erase video filter (to remove logos). Example command line: ./vlc --video-filter...
Antoine Cellerier [Sat, 31 Mar 2007 18:37:16 +0000 (18:37 +0000)]
New erase video filter (to remove logos). Example command line: ./vlc --video-filter "erase{mask=/home/dionoea/images/cone-small.png,x=50,y=50}" --no-audio --color -v -I rc ~/media/redefined-nintendo.mpg

17 years agoQt4 - Rename dialog/prefs_dialog to dialog/preferences: files in dialog/ are already...
Jean-Baptiste Kempf [Sat, 31 Mar 2007 17:57:52 +0000 (17:57 +0000)]
Qt4 - Rename dialog/prefs_dialog to dialog/preferences: files in dialog/ are already dialogs!

17 years agocompile fixes
Filippo Carone [Sat, 31 Mar 2007 17:32:30 +0000 (17:32 +0000)]
compile fixes

17 years agoQt4 - Small correction to previous commit. Sorry.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 17:14:51 +0000 (17:14 +0000)]
Qt4 - Small correction to previous commit. Sorry.

17 years agoQt4 - GoToTime layout and design improvements. Not functionnal yet.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 17:08:07 +0000 (17:08 +0000)]
Qt4 - GoToTime layout and design improvements. Not functionnal yet.

17 years agoAlso use the V plane for motion detection. Remove unused code.
Antoine Cellerier [Sat, 31 Mar 2007 16:42:14 +0000 (16:42 +0000)]
Also use the V plane for motion detection. Remove unused code.

17 years agoscale.c: implement RGBA scaling.
Antoine Cellerier [Sat, 31 Mar 2007 16:02:28 +0000 (16:02 +0000)]
scale.c: implement RGBA scaling.
vout_subpictures.c: enable scaling for RGBA subpictures.

17 years agoUpdate the help strings. These should be autogenerated at run time (IMO)... else...
Antoine Cellerier [Sat, 31 Mar 2007 15:45:06 +0000 (15:45 +0000)]
Update the help strings. These should be autogenerated at run time (IMO)... else people won't notice commands added in other modules, like "adjust" for example.

17 years agoUpdate NEWS to sync with [19549].
Antoine Cellerier [Sat, 31 Mar 2007 15:42:50 +0000 (15:42 +0000)]
Update NEWS to sync with [19549].

17 years agoModule specific commands change in rc.c. See http://article.gmane.org/gmane.comp...
Antoine Cellerier [Sat, 31 Mar 2007 15:42:14 +0000 (15:42 +0000)]
Module specific commands change in rc.c. See http://article.gmane.org/gmane.comp.video.videolan.vlc.devel/28757 | sed 's/<at> /@/g'

17 years agovout_subpictures.c: Do not call the scaling module if the subpicture is using RGBA...
Antoine Cellerier [Sat, 31 Mar 2007 15:38:57 +0000 (15:38 +0000)]
vout_subpictures.c: Do not call the scaling module if the subpicture is using RGBA. The current way subpictures scaling and blending modules loading work is kind of flawed. It assumes that the module will be able to handle all the possible types of input chromas. This worked fine previously (since all modules allowing to scale/blend YUVP also handled YUVA), but doesn't now (the scaling module doesn't support RGBA. blending works fine).
vout_pictures.*: Add core support for RGBA pictures.

17 years agoQt4 - a few additions to the empty GotoTime dialog..
Jean-Baptiste Kempf [Sat, 31 Mar 2007 15:31:26 +0000 (15:31 +0000)]
Qt4 - a few additions to the empty GotoTime dialog..

17 years agoSet the priority for qt4 / dialog_provider higher than wx
Jean-Baptiste Kempf [Sat, 31 Mar 2007 13:46:14 +0000 (13:46 +0000)]
Set the priority for qt4 / dialog_provider higher than wx

17 years agoQt4 - Add a "Goto Time" dialog asked over and over. Empty dialog now.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 13:45:34 +0000 (13:45 +0000)]
Qt4 - Add a "Goto Time" dialog asked over and over. Empty dialog now.

17 years agoadd a GOTOtime string.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 13:44:22 +0000 (13:44 +0000)]
add a GOTOtime string.

17 years agoqt4 - Make errors dialog Application Modal.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 12:51:04 +0000 (12:51 +0000)]
qt4 - Make errors dialog Application Modal.