]> git.sesse.net Git - vlc/log
vlc
15 years agoignore these files under doc
Jean-Paul Saman [Mon, 11 Aug 2008 14:47:26 +0000 (22:47 +0800)]
ignore these files under doc

15 years agoRevert "Turn on -Werror for libvlccore and libvlc."
Rémi Denis-Courmont [Wed, 13 Aug 2008 14:21:54 +0000 (17:21 +0300)]
Revert "Turn on -Werror for libvlccore and libvlc."

Do not do this with portable code. Ever.
This reverts commit b204087e856f541b7a75e29de5782c7d61822438.

15 years agoslovak translation correction
Lukas Durfina [Tue, 12 Aug 2008 08:23:20 +0000 (10:23 +0200)]
slovak translation correction

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoFix a warning on unused variable.
Jean-Baptiste Kempf [Wed, 13 Aug 2008 00:20:21 +0000 (17:20 -0700)]
Fix a warning on unused variable.

15 years agoCheck asprintf results.
Jean-Baptiste Kempf [Wed, 13 Aug 2008 00:16:43 +0000 (17:16 -0700)]
Check asprintf results.

15 years agoinput: More strtol fix.
Pierre d'Herbemont [Tue, 12 Aug 2008 23:57:15 +0000 (01:57 +0200)]
input: More strtol fix.

15 years agoinput: Fix strtol usage.
Pierre d'Herbemont [Tue, 12 Aug 2008 23:51:40 +0000 (01:51 +0200)]
input: Fix strtol usage.

15 years agocpu: Don't warn if we don't support altivec.
Pierre d'Herbemont [Tue, 12 Aug 2008 23:49:14 +0000 (01:49 +0200)]
cpu: Don't warn if we don't support altivec.

15 years agoosd_text: Fix a bad vasprintf usage.
Jean-Baptiste Kempf [Tue, 12 Aug 2008 23:41:12 +0000 (16:41 -0700)]
osd_text: Fix a bad vasprintf usage.

15 years agoContribs :Correction of chmod for qt4
Jean-Baptiste Kempf [Tue, 12 Aug 2008 23:37:01 +0000 (01:37 +0200)]
Contribs :Correction of chmod for qt4

15 years agovideo_text: Fix a bad vasprintf usage.
Pierre d'Herbemont [Tue, 12 Aug 2008 23:30:52 +0000 (01:30 +0200)]
video_text: Fix a bad vasprintf usage.

15 years agoRevert "playlist: With NDEBUG p_playlist may become unused."
Pierre d'Herbemont [Tue, 12 Aug 2008 23:23:15 +0000 (01:23 +0200)]
Revert "playlist: With NDEBUG p_playlist may become unused."

This reverts commit 5b15b230d318ee37379cd9468f2c1e3af8e06fd8.

This is not needed anymore with recent changes to vlc_assert_locked.

15 years agoaudio_output: Fix an unused parameter in the NDEBUG case.
Pierre d'Herbemont [Tue, 12 Aug 2008 23:22:42 +0000 (01:22 +0200)]
audio_output: Fix an unused parameter in the NDEBUG case.

15 years agothreads: Make sure vlc_assert_locked() doesn't result in an unused parameter warning.
Pierre d'Herbemont [Tue, 12 Aug 2008 23:22:17 +0000 (01:22 +0200)]
threads: Make sure vlc_assert_locked() doesn't result in an unused parameter warning.

15 years agoinput: Fix asprintf usage.
Pierre d'Herbemont [Tue, 12 Aug 2008 23:15:40 +0000 (01:15 +0200)]
input: Fix asprintf usage.

15 years agoplaylist: With NDEBUG p_playlist may become unused.
Pierre d'Herbemont [Tue, 12 Aug 2008 23:14:39 +0000 (01:14 +0200)]
playlist: With NDEBUG p_playlist may become unused.

15 years agoFix some crash on exit
Jean-Baptiste Kempf [Tue, 12 Aug 2008 23:14:39 +0000 (16:14 -0700)]
Fix some crash on exit

Patch by Sephiroth87

15 years agovar: undef Windef.h CALLBACK as we use it here.
Pierre d'Herbemont [Tue, 12 Aug 2008 23:04:17 +0000 (01:04 +0200)]
var: undef Windef.h CALLBACK as we use it here.

No we won't change the name. Microsoft won't make us change our mind ;)

15 years agoTurn on -Werror for libvlccore and libvlc.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:09:39 +0000 (00:09 +0200)]
Turn on -Werror for libvlccore and libvlc.

-Werror haters, scream now.

15 years agolibvlccore: Explicitely cast our const char *. dooh. We shouldn't store them as char...
Pierre d'Herbemont [Tue, 12 Aug 2008 22:52:40 +0000 (00:52 +0200)]
libvlccore: Explicitely cast our const char *. dooh. We shouldn't store them as char * in the first place if they are not strdup/free().

15 years agovlc_network: vlc_poll is always exported. Don't put it behind an ifdef.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:48:35 +0000 (00:48 +0200)]
vlc_network: vlc_poll is always exported. Don't put it behind an ifdef.

15 years agonetwork: vasprintf returns an int.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:45:56 +0000 (00:45 +0200)]
network: vasprintf returns an int.

15 years agovout: Remove a warning about vout_ShowTextAbsolute unused arg.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:44:28 +0000 (00:44 +0200)]
vout: Remove a warning about vout_ShowTextAbsolute unused arg.

15 years agoinput: Fix signed warnings about streams.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:43:31 +0000 (00:43 +0200)]
input: Fix signed warnings about streams.

15 years agoinput: Fix warnings.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:33:30 +0000 (00:33 +0200)]
input: Fix warnings.

15 years agosnapshot: Don't use vlc_object_signal_maybe.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:21:51 +0000 (00:21 +0200)]
snapshot: Don't use vlc_object_signal_maybe.

The object isn't locked at this time. Yet, could some check that we do need that signal. I tend to doubt about that.

15 years agoinput: Remove a warning about an unused argument.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:19:41 +0000 (00:19 +0200)]
input: Remove a warning about an unused argument.

15 years agoplaylist: playlist_LiveSearchUpdate is locked, no need to signal_maybe().
Pierre d'Herbemont [Tue, 12 Aug 2008 22:19:11 +0000 (00:19 +0200)]
playlist: playlist_LiveSearchUpdate is locked, no need to signal_maybe().

15 years agoplaylist: Remove the callbacks from the deleted input item.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:16:34 +0000 (00:16 +0200)]
playlist: Remove the callbacks from the deleted input item.

15 years agolibvlccore: Fix a warning about b_daemon on Windows.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:05:57 +0000 (00:05 +0200)]
libvlccore: Fix a warning about b_daemon on Windows.

15 years agomediacontrol: Fix warnings about unused args.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:02:55 +0000 (00:02 +0200)]
mediacontrol: Fix warnings about unused args.

15 years agomedia_list_player: Fix a warning that indicated a true mistake.
Pierre d'Herbemont [Tue, 12 Aug 2008 22:01:42 +0000 (00:01 +0200)]
media_list_player: Fix a warning that indicated a true mistake.

15 years agosap: Fix thread prototype.
Pierre d'Herbemont [Tue, 12 Aug 2008 21:59:58 +0000 (23:59 +0200)]
sap: Fix thread prototype.

15 years agoimage: Removed unused function.
Pierre d'Herbemont [Tue, 12 Aug 2008 21:58:09 +0000 (23:58 +0200)]
image: Removed unused function.

15 years agoplaylist: More warning fix+lock fixes.
Pierre d'Herbemont [Tue, 12 Aug 2008 21:52:33 +0000 (23:52 +0200)]
playlist: More warning fix+lock fixes.

15 years agoplaylist: playlist_NodeCreate needs the PL_LOCK.
Pierre d'Herbemont [Tue, 12 Aug 2008 21:48:54 +0000 (23:48 +0200)]
playlist: playlist_NodeCreate needs the PL_LOCK.

15 years agovlc_playlist.h: Correct type for request status. (Fix a warning too).
Pierre d'Herbemont [Tue, 12 Aug 2008 21:33:08 +0000 (23:33 +0200)]
vlc_playlist.h: Correct type for request status. (Fix a warning too).

15 years agointerface: Warning fixes on Mac OS X.
Pierre d'Herbemont [Tue, 12 Aug 2008 21:29:21 +0000 (23:29 +0200)]
interface: Warning fixes on Mac OS X.

15 years agoplaylist: Warning fixes.
Pierre d'Herbemont [Tue, 12 Aug 2008 21:29:02 +0000 (23:29 +0200)]
playlist: Warning fixes.

15 years agoClose the dialogs podcast configuration when click on close...
Jean-Baptiste Kempf [Tue, 12 Aug 2008 22:38:13 +0000 (15:38 -0700)]
Close the dialogs podcast configuration when click on close...

lol and thanks Sephiroth!

15 years agoBetter solution to fix some skins2 crash on exit.
Jean-Baptiste Kempf [Tue, 12 Aug 2008 19:33:27 +0000 (12:33 -0700)]
Better solution to fix some skins2 crash on exit.

15 years agoSmall sound slider size issue, Not perfect yet, but soon to be.
Jean-Baptiste Kempf [Tue, 12 Aug 2008 19:01:51 +0000 (12:01 -0700)]
Small sound slider size issue,  Not perfect yet, but soon to be.

15 years agoFix memleak in mkv.
Rémi Duraffort [Tue, 12 Aug 2008 21:10:57 +0000 (23:10 +0200)]
Fix memleak in mkv.

15 years agoTry (again!) to fix win32 libass compilation
Jean-Baptiste Kempf [Tue, 12 Aug 2008 20:44:08 +0000 (22:44 +0200)]
Try (again!) to fix win32 libass compilation

15 years agoHTTP interface: do not look for stuff in current directory
Rémi Denis-Courmont [Tue, 12 Aug 2008 20:20:39 +0000 (23:20 +0300)]
HTTP interface: do not look for stuff in current directory

This is essentially the same problem as --plugin-path (albeit hopefully
with much less disastrous potential effects), with the same
inconvenience for developpers.

15 years agoFix memleaks when closing the module.
Rémi Duraffort [Tue, 12 Aug 2008 20:21:52 +0000 (22:21 +0200)]
Fix memleaks when closing the module.

15 years agoFix memleak.
Rémi Duraffort [Tue, 12 Aug 2008 18:05:13 +0000 (20:05 +0200)]
Fix memleak.

15 years agoChange the toolbar layout to make it smaller and have the advanced buttons on the...
Jean-Baptiste Kempf [Tue, 12 Aug 2008 16:55:19 +0000 (09:55 -0700)]
Change the toolbar layout to make it smaller and have the advanced buttons on the same line as the other ones.

If you think it was better before, please scream NOW.

I am just bored of being insulted for the work I do/not do. All the decisions may not be optimal, and I am always open to discussion. Insults by mail is NOT OK.

15 years agoconfig: on OS X, don't use required_argument for getopt_long, but optional_argument.
Derk-Jan Hartman [Tue, 12 Aug 2008 11:06:39 +0000 (13:06 +0200)]
config: on OS X, don't use required_argument for getopt_long, but optional_argument.

required_argument is not implemented (behaves like optional_argument), and actually crashes in some instances.
This fixes a crash as detailed in #1681.
The problem is filed with Apple as Radar ticket 6113829

15 years agomkv: retrieve 2nd seekhead pos, when parsing first seekhead, and add a debug if an...
Derk-Jan Hartman [Tue, 12 Aug 2008 08:27:06 +0000 (10:27 +0200)]
mkv: retrieve 2nd seekhead pos, when parsing first seekhead, and add a debug if an Unknown element was seen there.

15 years agoTelepathy: Fix a crash.
Mirsal Ennaime [Mon, 11 Aug 2008 22:20:45 +0000 (00:20 +0200)]
Telepathy: Fix a crash.

15 years agoDon't build tests in libass when Xcompiling.
Jean-Baptiste Kempf [Tue, 12 Aug 2008 07:01:48 +0000 (09:01 +0200)]
Don't build tests in libass when Xcompiling.

15 years agoTemporary Hack to fix compile on Win32.
Jean-Baptiste Kempf [Tue, 12 Aug 2008 01:15:55 +0000 (18:15 -0700)]
Temporary Hack to fix compile on Win32.

15 years agoaudio_output: Take the input_fifos lock where needed in aout_InputPlay.
Pierre d'Herbemont [Mon, 11 Aug 2008 23:17:09 +0000 (01:17 +0200)]
audio_output: Take the input_fifos lock where needed in aout_InputPlay.

(Should fix an other bunch of crash report in apple-bugreport).

15 years agoaudio_output: Properly lock the input_fifos_lock in aout_Restart.
Pierre d'Herbemont [Mon, 11 Aug 2008 23:06:55 +0000 (01:06 +0200)]
audio_output: Properly lock the input_fifos_lock in aout_Restart.

(Should fix a number of crash^W assert report that we had in apple-bugreport ml).

15 years agoRename Kate Function to avoid naming conflicts with GDI+ on windows targets.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 21:29:23 +0000 (14:29 -0700)]
Rename Kate Function to avoid naming conflicts with GDI+ on windows targets.

15 years agoFix some quitting issues from skins2 when Qt in theDP.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 20:58:20 +0000 (13:58 -0700)]
Fix some quitting issues from skins2 when Qt in theDP.

15 years agoA bit saner values for the bitrates in ASF muxer to reduce WMP caching.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 19:54:45 +0000 (12:54 -0700)]
A bit saner values for the bitrates in ASF muxer to reduce WMP caching.

15 years agoLibass tests needs libpng
Jean-Baptiste Kempf [Mon, 11 Aug 2008 19:16:45 +0000 (12:16 -0700)]
Libass tests needs libpng

15 years agoFix memleak, check return value.
Rémi Duraffort [Mon, 11 Aug 2008 20:31:28 +0000 (22:31 +0200)]
Fix memleak, check return value.

15 years agoFix memleak in Qt4 interface.
Rémi Duraffort [Mon, 11 Aug 2008 19:50:44 +0000 (21:50 +0200)]
Fix memleak in Qt4 interface.

15 years agoUse the right declaration for threaded functions.
Rémi Duraffort [Mon, 11 Aug 2008 18:46:04 +0000 (20:46 +0200)]
Use the right declaration for threaded functions.

15 years agoUse the right declaration for threaded functions.
Rémi Duraffort [Mon, 11 Aug 2008 17:52:45 +0000 (19:52 +0200)]
Use the right declaration for threaded functions.

15 years agoFixed exiting skins when there is no video.
Olivier Teulière [Mon, 11 Aug 2008 19:03:24 +0000 (21:03 +0200)]
Fixed exiting skins when there is no video.
Exiting still hangs if there is a video output.

15 years agoContribs for windows: Deprecate dirac for schroedinger, Deprecate wx for
Jean-Baptiste Kempf [Mon, 11 Aug 2008 17:02:51 +0000 (19:02 +0200)]
Contribs for windows: Deprecate dirac for schroedinger, Deprecate wx for
Qt.

15 years agoContribs for Windows: add Kate and Libass targets.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 17:01:29 +0000 (19:01 +0200)]
Contribs for Windows: add Kate and Libass targets.

15 years agoConfigure for windows updates.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:56:07 +0000 (09:56 -0700)]
Configure for windows updates.

15 years agoBe sure to initialize the p_mi pointer to NULL.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:51:07 +0000 (09:51 -0700)]
Be sure to initialize the p_mi pointer to NULL.

15 years agoThanks to Georgi Chorbadzhiyski for some ASF patches.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:43:38 +0000 (09:43 -0700)]
Thanks to Georgi Chorbadzhiyski for some ASF patches.

15 years agoNEWS correction
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:32:44 +0000 (09:32 -0700)]
NEWS correction

15 years agoHeaders: use non-reserved identifiers for multi-inclusion protection
Rémi Denis-Courmont [Mon, 11 Aug 2008 16:13:10 +0000 (19:13 +0300)]
Headers: use non-reserved identifiers for multi-inclusion protection

15 years agodefault aac-profile to low, seems that faac encoder has issues with other
Ilkka Ollakka [Mon, 11 Aug 2008 16:14:29 +0000 (19:14 +0300)]
default aac-profile to low, seems that faac encoder has issues with other
profiles. Should fix ticket #1583 (atleast fixed to me, please review).

15 years agoRemove unuseful debug and move a debug message to a warned one.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:10:31 +0000 (09:10 -0700)]
Remove unuseful debug and move a debug message to a warned one.

15 years agobump libkate requirement to 0.1.7, which now uses autotools, and makefile rules for...
Vincent Penquerc'h [Sun, 10 Aug 2008 22:47:59 +0000 (23:47 +0100)]
bump libkate requirement to 0.1.7, which now uses autotools, and makefile rules for contrib build (tested on linux only)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoRemember to check MI when you use it in menus.cpp that can be called by skins.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:02:52 +0000 (09:02 -0700)]
Remember to check MI when you use it in menus.cpp that can be called by skins.

Close #1846

15 years agoSkins2: use the right id when creating the tree Resolve some bugs related to the...
Fabio Ritrovato [Fri, 18 Jul 2008 14:52:23 +0000 (16:52 +0200)]
Skins2: use the right id when creating the tree Resolve some bugs related to the playlist in Skins2, like adding items in the wrong place, and services discovery not showing.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoSkins2: enable playlist saving Is available on qt4, so i don't see why it's not on...
Fabio Ritrovato [Thu, 7 Aug 2008 19:01:35 +0000 (21:01 +0200)]
Skins2: enable playlist saving Is available on qt4, so i don't see why it's not on skins2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoAdd Private Stream 1 case according to the norm.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 00:42:16 +0000 (17:42 -0700)]
Add Private Stream 1 case according to the norm.

15 years agoAccording to ISO 13818-1 page 34, ECM and EMM stream_id values are respectively 0xF0...
Jean-Baptiste Kempf [Sun, 10 Aug 2008 18:42:34 +0000 (11:42 -0700)]
According to ISO 13818-1 page 34, ECM and EMM stream_id values are respectively 0xF0 and 0xF1 and not 0xB0/0xB1.

Fix ECM/EMM values

Patch by Aurelien Nephtali. Close #1845

I also think that we should add "Private Stream 1"for 0xBD; but I am not sure.

15 years agoDocument filter chain API.
Jean-Paul Saman [Mon, 11 Aug 2008 09:21:25 +0000 (17:21 +0800)]
Document filter chain API.

15 years agoImprove comment wording in vlc_block.h
Jean-Paul Saman [Mon, 11 Aug 2008 03:44:17 +0000 (11:44 +0800)]
Improve comment wording in vlc_block.h

15 years agoopencv compilation fix
Nicolas Chauvet [Mon, 11 Aug 2008 11:33:09 +0000 (13:33 +0200)]
opencv compilation fix

This patch seems needed for opencv compilation for vlc-0.9.0

15 years agodistcheck: remove deleted file qt4/pixmaps/toolbar/volume-slider.svg
Derk-Jan Hartman [Mon, 11 Aug 2008 11:21:46 +0000 (13:21 +0200)]
distcheck: remove deleted file qt4/pixmaps/toolbar/volume-slider.svg

15 years agomacosx: fix key capture for hotkeys when setting new ones.
Derk-Jan Hartman [Sun, 10 Aug 2008 23:38:36 +0000 (01:38 +0200)]
macosx: fix key capture for hotkeys when setting new ones.

15 years agomtime: we might as well assert for real
Derk-Jan Hartman [Sun, 10 Aug 2008 21:36:48 +0000 (23:36 +0200)]
mtime: we might as well assert for real

15 years agoFix date_Increment when i_divider_den > 1
David Flynn [Thu, 7 Aug 2008 19:39:02 +0000 (19:39 +0000)]
Fix date_Increment when i_divider_den > 1

Previously, calling date_Increment(d,1) with divider_den > 1 would cause:
 - Uncorrectable rounding error due to ordering of / followed by *
 - If i_divider_num / i_divider_den is not integral, a remainder is
   accumulated, but not divided by i_divider_num when added to date.
 => Both cases are evident with num=30000, den=1001.

This fixes both issues.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
15 years agoAnother update of the Dutch translation by Myckel Habets and Thomas de Rocker. 100...
Felix Paul Kühne [Sun, 10 Aug 2008 21:18:10 +0000 (23:18 +0200)]
Another update of the Dutch translation by Myckel Habets and Thomas de Rocker. 100% done nowmake nl.gmo

15 years agoupdate: Various fixes to make it work on Mac OS X.
Pierre d'Herbemont [Sun, 10 Aug 2008 21:10:28 +0000 (23:10 +0200)]
update: Various fixes to make it work on Mac OS X.

15 years agoupdate: Don't release the thread object from this precise thread.
Pierre d'Herbemont [Sun, 10 Aug 2008 20:17:12 +0000 (22:17 +0200)]
update: Don't release the thread object from this precise thread.

This is not safe and not supported.

15 years agobarrier: avoid staticity and pthread-specificity
Rémi Denis-Courmont [Sun, 10 Aug 2008 18:55:10 +0000 (21:55 +0300)]
barrier: avoid staticity and pthread-specificity

15 years agomacosx: Attempt to fix a crash in update code.
Pierre d'Herbemont [Sun, 10 Aug 2008 18:45:41 +0000 (20:45 +0200)]
macosx: Attempt to fix a crash in update code.

(coming from apple-bugreport ml).

15 years agomacosx: Don't yield an item that may be NULL.
Pierre d'Herbemont [Sun, 10 Aug 2008 18:40:44 +0000 (20:40 +0200)]
macosx: Don't yield an item that may be NULL.

This should fix a bunch of bug report we had from apple-bureport mailing-list.

15 years agoThis reverts commit bc9de538a898afed013b5367f64440965e073b22.
Jean-Baptiste Kempf [Sun, 10 Aug 2008 18:22:06 +0000 (11:22 -0700)]
This reverts commit bc9de538a898afed013b5367f64440965e073b22.
This reverts commit 65e6b3354c251e07ec1090c08ed3bad72818277a.
This reverts commit 57eb2fb1fd61f68a9454ea6ba31509b1a430f0bc.
This reverts commit ad1639f5f0fd99ab6add7aa3b15d9fa47b1bcc33.
Try to fix windows segfaults on Open Media

15 years agoavformat: Fix DEMUX_SET_TIME
Derk-Jan Hartman [Sun, 10 Aug 2008 17:36:48 +0000 (19:36 +0200)]
avformat: Fix DEMUX_SET_TIME

15 years agoFix small issue in the slider mask.
Jean-Baptiste Kempf [Sun, 10 Aug 2008 17:15:41 +0000 (10:15 -0700)]
Fix small issue in the slider mask.

15 years agofix visibility of preferences sections
Hannes Domani [Sun, 10 Aug 2008 14:29:25 +0000 (16:29 +0200)]
fix visibility of preferences sections

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agohotkeys: don't set key-action when we didn't find a suitable action in this particula...
Derk-Jan Hartman [Sun, 10 Aug 2008 15:58:47 +0000 (17:58 +0200)]
hotkeys: don't set key-action when we didn't find a suitable action in this particular set.

15 years agomacosx: fixing hotkey usage.
Derk-Jan Hartman [Sun, 10 Aug 2008 15:55:59 +0000 (17:55 +0200)]
macosx: fixing hotkey usage.

Grah, stupid, annoying and more. Simple bugs should be forbidden :D

15 years agomacosx: directly set "key-action" variable where we can.
Derk-Jan Hartman [Sun, 10 Aug 2008 15:09:16 +0000 (17:09 +0200)]
macosx: directly set "key-action" variable where we can.

15 years agomacosx: cleanup some of the hotkeys in macosx. Still doesn't solve my issues with...
Derk-Jan Hartman [Sun, 10 Aug 2008 14:51:53 +0000 (16:51 +0200)]
macosx: cleanup some of the hotkeys in macosx. Still doesn't solve my issues with ACTION events, but solves issues with "shit" key-combos.