Commit Graph

43324 Commits

Author SHA1 Message Date
Philippe Saint-Pierre
aa9f1f1abf MediaPlayer: Deletion of playlist entries
Several scenarios of misbehaviour found and fixed, examples :
* Deleting an item sitting before the currently playing item had the effect of
starting the playback of the item before the delete item.
(now it just updates the indexes - setting it to fCurrentIndex - 1 - without altering playback).

* Deleting the last item of the list had for effect of starting the playback of the entry
newingly being the last entry, regardless if the last entry was the active one or not.

Should fix #6689.
2012-09-03 02:17:37 -04:00
Ryan Leavengood
d74138cea9 Rename DecorSettingsView to LookAndFeelSettingsView. 2012-09-03 02:17:22 -04:00
Ryan Leavengood
4143336284 Appearance preflet: Add a double scrollbar arrows setting.
Rename the 'Decorators' tab to 'Look and feel'.

Fixes #8926.
2012-09-03 02:17:04 -04:00
Ryan Leavengood
f25372e2d2 Make double scrollbar arrows default to false again. 2012-09-03 02:16:52 -04:00
Matt Madia
91771883fe installoptionalpackage cannot install WebPositive.
+alpha
2012-09-03 02:14:49 -04:00
czeidler
1a0f771b19 Fix crash when splitting a S&T group.
- Hold a ref to the old crossings till we cleaned up.
- Additionally use a safer method to delete constraints.
- Clean up.
2012-09-03 02:13:18 -04:00
czeidler
4dfe187943 Fix hrev42632.
This really implements WindowSentBehind.
2012-09-03 02:12:58 -04:00
Rene Gollent
0fbf8e31c2 Slight cleanup. Fix missing separator in texinfo path. 2012-09-03 02:11:12 -04:00
Scott McCreary
3de115c89e Rebuilt many OptionalPackages for R1A4 2012-09-03 02:10:11 -04:00
Philippe Saint-Pierre
bf50a277ef MediaPlayer: Toggling Fullscreen wrongly reset control status
All controls were enabled when toggling fullscreen on and off;
now it recalls the argument last used in SetEnabled() and reuse it
when called in AttachedInWindow() (which occurs in such toggling)

Fixes #8804.
2012-09-03 01:53:45 -04:00
Matt Madia
a60fe7d61c Added 'diskimage' to image.
Allows one to register a file as disk, which  can then be mounted.
To note, one application of this is to allow mounting of anyboot images.
Fixes #5578.
2012-09-03 01:48:14 -04:00
Niels Sascha Reedijk
44b50cc49f Update translations from Pootle 2012-09-03 06:25:55 +02:00
Niels Sascha Reedijk
02f6034dee Update translations from Pootle 2012-09-02 06:23:56 +02:00
Niels Sascha Reedijk
9f9210e647 Update translations from Pootle 2012-09-01 06:26:00 +02:00
John Scipione
dd004a9459 Update optional package for Colors! 2012-08-31 14:22:26 -04:00
Niels Sascha Reedijk
b6fa397fb8 Update translations from Pootle 2012-08-31 06:27:09 +02:00
Niels Sascha Reedijk
49bfce64a2 Update translations from Pootle 2012-08-30 06:25:34 +02:00
Alexander von Gluck IV
e7a92b1b74 radeon_hd: Disable APU chipsets for R1A4
* APU Chipsets use internal DisplayPort bridge
  chips. These chips do not function yet. Users
  would be greeted with a black screen.
* This prevents users of these cards from having
  to boot into safe (vesa) graphics mode.
2012-08-29 12:37:02 -05:00
Niels Sascha Reedijk
eba887e6cf Update translations from Pootle 2012-08-29 06:30:44 +02:00
Niels Sascha Reedijk
167110144e Update translations from Pootle 2012-08-28 06:27:57 +02:00
Jessica Hamilton
9eb9606127 Move SetMouseEventMask() into MouseDown, where it should be. 2012-08-27 10:29:25 +02:00
Axel Dörfler
b339da426a Fixed hiding the mouse cursor after going full screen.
* This fixes a regression I introduced in hrev43648; the mouse cursor
  was only being hidden in case the controls were visible (ie. only
  after an extra mouse move in full screen).
2012-08-27 10:29:05 +02:00
Niels Sascha Reedijk
6207466189 Update translations from Pootle 2012-08-27 06:23:05 +02:00
Niels Sascha Reedijk
ac15b8a0b5 Update translations from Pootle 2012-08-26 06:23:56 +02:00
Niels Sascha Reedijk
e781da064f Update translations from Pootle 2012-08-24 06:27:05 +02:00
Niels Sascha Reedijk
8f89ec6f4b Update translations from Pootle 2012-08-23 06:25:38 +02:00
Niels Sascha Reedijk
3eb50d9969 Update translations from Pootle 2012-08-22 06:22:27 +02:00
Niels Sascha Reedijk
f12cd47474 Update translations from Pootle 2012-08-21 06:23:49 +02:00
Ryan Leavengood
bd070ecc16 Set version to alpha4 in r1alpha4 branch. 2012-08-20 01:19:11 -04:00
Ryan Leavengood
403bd97afc Update the copyright year too. 2012-08-20 01:13:19 -04:00
Ryan Leavengood
f1b593e7b5 Rename Pre Beta 1 version to Pre Alpha 4, introduce Alpha 4 version.
Make Pre Beta 1 fall after Alpha 4. Hopefully we won't need an Alpha 5.
2012-08-20 01:09:53 -04:00
Ryan Leavengood
eb89cc6b0b Deskbar: You know, we should actually use the translated name.
If this ever worked before, I don't know how.
2012-08-19 21:29:28 -04:00
Ryan Leavengood
d6c852ec49 Actually cache something when CacheLocalizedName is called.
Before its name was a lie, since nothing was cached.

Another boolean was added because getting the localized name could fail, and we
don't want to pointlessly try again, so relying on fHasLocalizedName won't work
for that.

Since in my tests this was getting called up to 4 times per application when
opening the Deskbar Application menu, this caching should speed that up a bit,
at least when this file name translation feature is turned on.
2012-08-19 21:25:43 -04:00
Ryan Leavengood
379dcaa1f6 Look up the entry_ref for a signature for localized file names.
Fixes #8124.
2012-08-19 21:21:30 -04:00
Ryan Leavengood
d7f6b4c18c ControlLook: Don't tint the selected menu item color.
Now that we use the actual selected menu item ui_color, this tinting is not
needed. In fact it makes the selected item too dark.

Thanks diver for noticing.
2012-08-19 18:17:07 -04:00
Siarzhuk Zharski
fa2fa02613 Insert Addressing::LeaveGroup call on dropping multicast group membership.
Omitting this call left invalid reference to deleted group in the
multicast groups hash-map and any upcoming attempt to join the group will
crash the system. Fixes #6736.
2012-08-19 22:38:21 +02:00
Rene Gollent
1e068aea46 Slight improvement to tracing output.
- If a trace entry has a stack trace, attempt to demangle the associated symbols.
  Could be enhanced further to also demangle the arguments but doesn't yet.
  Interestingly there are some mangled symbols that our demangler appears to
  not handle correctly (gcc4).
2012-08-19 16:04:36 -04:00
Rene Gollent
ad4d57f14b Fix multicast double free issue in IPv4.
- IPv4 had the same problem as v6. Most likely this was an oversight
  when converting from a C to a C++ module. Might help with #6736 and
  #8894.
2012-08-19 11:09:06 -04:00
Rene Gollent
9db38fdf34 Fix ticket #8870.
- multicast_address was being freed twice in ipv6_uninit_protocol(),
  causing a panic on exit in apps that made use of it.
2012-08-19 08:57:21 -04:00
Fredrik Holmqvist
ac827a2baa Make strcmp do four byte comparisons on aligned strings.
Used libMicro's strcmp test to evaluate performance:
OPTS="-E -C 200 -S -W"
bin/strcmp	$OPTS -N "strcmp_10"	-s 10	-I 10
bin/strcmp	$OPTS -N "strcmp_100"	-s 100	-I 20
bin/strcmp	$OPTS -N "strcmp_1k"	-s 1k	-I 50
bin/strcmp	$OPTS -N "strcmp_10k"	-s 10k	-I 800
bin/strcmp	$OPTS -N "strcmp_1m"	-s 1m   -I 500000
bin/strcmp	$OPTS -N "strcmp_10m"	-s 10m  -I 5000000

Before:
             prc thr   usecs/call      samples   errors cnt/samp     size
strcmp_10      1   1      0.02510          201        0    10000       10
strcmp_100     1   1      0.17520          169        0     5000      100
strcmp_1k      1   1      1.67700          177        0     2000     1024
strcmp_10k     1   1     17.24800          194        0      125    10240
strcmp_1m      1   1  17892.00000          160        0        1  1048576
strcmp_10m     1   1 183136.00000          201        0        1 10485760

After:
strcmp_10      1   1      0.01800          194        0    10000       10
strcmp_100     1   1      0.13540          190        0     5000      100
strcmp_1k      1   1      1.24950          188        0     2000     1024
strcmp_10k     1   1     12.85600          190        0      125    10240
strcmp_1m      1   1  12930.00000          170        0        1  1048576
strcmp_10m     1   1 134382.00000          195        0        1 10485760
2012-08-19 11:39:16 +02:00
Ryan Leavengood
a1efcf2c7f Set the Terminal window flags correctly when going fullscreen.
Fixes #8862.
2012-08-19 00:16:02 -04:00
Philippe Saint-Pierre
ed63a5d20c Tracker: Double-Click simplification
Double-click check was redoing what is essentially already done in input_server.

The way we were doing it, right clicking (or pressing a different button for the second click,
for that matter) wasn't clearing the fields remembered and thus not breaking the sequence.
So a third click returning to the correct sequence (in a short time) would get recognized
as a valid second click.  So a quick left-right-left would be seen by that method as left-left.

Also, clean up a previous fix I committed.  Removed the introduced Origin() method as it
is the LeftTop() method I was interested in and it is already existing.

Fix #8714
2012-08-18 22:13:09 -04:00
Matt Madia
efb1039348 Increase the size of the nightly images. 2012-08-18 10:36:41 -04:00
Matt Madia
467f607aa3 Add WebPositive catalogs to gcc2hybrid images. Fixes #8846. 2012-08-18 10:33:39 -04:00
Niels Sascha Reedijk
5bde1d438b Update userguide from i18n.haiku-os.org. 2012-08-18 10:28:04 +02:00
Niels Sascha Reedijk
9ff0fe5615 Update translations from Pootle 2012-08-18 06:30:34 +02:00
Humdinger
cc2b203e16 Reverting part of hrev44535.
Renaming "Preferences" to "Tracker preferences" has been
unexpectedly contentious. Reverted.
2012-08-17 20:05:39 +02:00
Niels Sascha Reedijk
4f81ff45fe Update translations from Pootle 2012-08-17 06:47:33 +02:00
Oliver Tappe
8ffa652cac Fix build. 2012-08-16 21:23:42 +02:00
Oliver Tappe
6e8999717f Cleanup: avoid warning about returning a value in void context. 2012-08-16 21:18:58 +02:00