Commit Graph

55986 Commits

Author SHA1 Message Date
Jérôme Duval
d6d84d272e Update cmake and llvm packages for x86_64. 2016-07-19 16:26:40 +02:00
Augustin Cavalier
ef0ed91e55 libcrypt: Remove from tree.
Not used by anything, and not included in the build.
2016-07-18 18:06:53 -04:00
Jérôme Duval
2f6a1cfc58 Update llvm x86 packages for x86_gcc2. 2016-07-18 23:06:57 +02:00
Alexander von Gluck IV
a933bb4cbc intel_extreme: IronLake reference clock activation 2016-07-17 15:25:08 -05:00
Augustin Cavalier
00a3a794e0 BSecureSocket: Let OpenSSL choose the most appropriate D-H curve. 2016-07-16 18:55:46 -04:00
Augustin Cavalier
b515f3b4b4 BSecureSocket: Print SSL error message as well as the error code.
Helps with debugging failed SSL connections.
2016-07-16 18:44:04 -04:00
Augustin Cavalier
44ffe7c28f BSecureSocket: Explicitly set the list of ciphersuites.
OpenSSL's default cipherlist has a lot of spurious and arguably insecure
suites left in it for compatibility reasons. We have no need for all that,
so let's just use the suites Firefox/Chrome do.
2016-07-16 14:47:17 -04:00
looncraz
7cdea13cf9 BBox: Correct low color for drawing label.
Includes some simplification for existing code.

Fixes #12628, which was mostly exhibited in FilWip and a few other legacy
applications which used the default low color and a custom background color.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2016-07-16 12:50:51 -04:00
looncraz
2e95f9e6df Deskbar: Expand already running applications on startup.
Fixes #12480.

Another way to solve this would be to ensure that TExpandoMenuBar was subscribed
to TBarApp's notifications before TExpandoMenuBar::AttachedToWindow() returns,
but creates other problems that this solution does not have.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2016-07-16 12:48:36 -04:00
looncraz
de9c53f8f5 BButton: Revert to using B_CONTROL_TEXT_COLOR for text.
Fixes #12604.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
The switch to using HighColor() was made in the "Set*UIColor" commit,
but as some applications set it for some reason, it broke BeOS compatibility.
2016-07-16 12:44:18 -04:00
Jérôme Duval
30dea2f64e Update unzip and zip packages.
* fix #12861.
2016-07-16 11:05:15 +02:00
Humdinger
8091fb42e5 Updated LBreakout2 package to v2.6.5 2016-07-16 10:03:28 +02:00
Jérôme Duval
909876840b Update haikuwebkit x86 package for x86_gcc2.
* affected by haikuporter bug #83.
2016-07-14 23:12:13 +02:00
Automatic Committer
57569abd14 Update usb.ids from www.linux-usb.org 2016-07-14 05:20:19 +02:00
Automatic Committer
7e39161405 Update pci.ids from pciids.sourceforge.net 2016-07-14 05:20:18 +02:00
Humdinger
d725288398 Added package for Q.
Q is an interactive 'analogue' synth sequencer.
2016-07-13 17:30:27 +02:00
Jérôme Duval
3fab747801 Sync gcc and binutils bootstrap versions with HaikuPorts recipes. 2016-07-13 08:21:21 +02:00
Jérôme Duval
903b1eb529 Update icu requirements after icu version bump. 2016-07-12 21:19:42 +02:00
Alexander von Gluck IV
49cabb0d5d intel_extreme: Fix regression from hrev50410; #12855 2016-07-12 10:04:50 -05:00
Jérôme Duval
b134f71033 Set the image size for debug nightlies to 700MB. 2016-07-12 16:15:00 +02:00
Jérôme Duval
60d6c709d7 Update icu packages to 57.1.
* Add icu56 packages for compatibility with version 56.
2016-07-12 13:41:17 +02:00
Alexander von Gluck IV
17ecf642b5 intel_extreme: LVDS pipe only *has* to be B when gen < 4 2016-07-11 21:49:00 -05:00
Jérôme Duval
c1d3db8d64 Add profile bootstrap-anyboot.
* update version for freetype_bootstrap package.
2016-07-11 15:18:52 +02:00
Alexander von Gluck IV
92e254d047 intel_extreme: Improve PCH detection
* Detect PCH model based on ISA bridge and save
  into shared info for later use.
* On CougarPoint PCH systems, assign pipes via
  special CPT registers
* Drop HasPlatformControlHub as PCH should be
  based on more than just generation.
2016-07-10 21:02:01 -05:00
Dario Casalinuovo
8199f204da MediaPlayer: Add _CalculateDuration and archivable protocol 2016-07-11 01:28:03 +02:00
Augustin Cavalier
b39f9357bc BSecureSocket: Disable SSL/TLS compression to prevent the CRIME attack.
See wikipedia:CRIME (Compression-Rate Info-leak Made Easy) for details.
2016-07-10 17:56:01 -04:00
Augustin Cavalier
aeb0a1ec48 MediaPlayer: Fix layout insets & translations in NetworkStreamWin. 2016-07-10 17:53:47 -04:00
Paradoxon
8ba07614a4 WebPositive: dont restore session if a ref is received
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Fixes #12850
2016-07-10 22:53:10 +02:00
Adrien Destugues
ac30c58648 Enable Werror for jpeg, png, wonderbrush translators. 2016-07-10 19:17:01 +02:00
Adrien Destugues
9e72a18d0f wonderbrush translator: fix warnings.
Static variable used only in commented out code, comment it out as well.
2016-07-10 19:17:01 +02:00
Adrien Destugues
1b29ad289e PNG translator: fix gcc2 complaining about setjmp clobbering variables.
Fixes #12662.
2016-07-10 19:17:01 +02:00
Adrien Destugues
863a6388b4 JPEG translator: fix warnings and enable Werror
Using setjmp and modifying local variables in the same function is not
allowed.

Fixes #12653.
2016-07-10 19:17:01 +02:00
Dario Casalinuovo
be2c072556 http_streamer: Enforce safeness in constructor/thread
* Wait for the thread to exit.
* Update size from the data thread.
2016-07-10 19:12:06 +02:00
Dario Casalinuovo
0162e27293 AdapterIO: Create seek sem only when requested 2016-07-10 19:11:41 +02:00
Murai Takashi
1c6c51315e PackageActionHandler.h: fix header guard spelling
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Ticket: #12828
2016-07-10 17:11:42 +02:00
Murai Takashi
163f9ddfef PictureIterator.h: fix header guard spelling
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Ticket: #12830
2016-07-10 17:11:39 +02:00
Murai Takashi
12e39ec560 JobSetupWindow.cpp: fix clang warning
Since 'lastPage' is int32, use INT32_MAX instead of LONG_MAX.

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Ticket: #12832
2016-07-10 17:11:36 +02:00
Murai Takashi
46b40482a6 block_cache.cpp: fix gcc warnings
Since 'maxAccessed' and 'count' is int32,
use INT32_MAX instead of LONG_MAX.

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Ticket: #12833
2016-07-10 17:11:33 +02:00
Murai Takashi
51bfb05693 pcl6: Fix mismatching allocation and deallocation
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Ticket: #12835
2016-07-10 17:11:29 +02:00
Murai Takashi
dbb1fa50c6 DecorManager.cpp: fix comparison between pointer and integer
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Ticket: #12843
2016-07-10 17:11:26 +02:00
Murai Takashi
e019775491 TrackerString.cpp: fix comparison between pointer and integer
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Ticket: #12842
2016-07-10 17:11:23 +02:00
Murai Takashi
07d59ab7db PictureIterator.h: fix header guard spelling
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Fixes: #12839
2016-07-10 17:11:20 +02:00
Humdinger
eff2d235ba Make Shortcuts prefs window resizable
Use layoutmanagement aware c'tors and SetExplicitMaxSize().
Fixes #12849.
2016-07-10 09:11:40 +02:00
Dario Casalinuovo
eed8ce57b8 http_streamer: Implement IsRunning, more reliability
* The init sem is released also when the request is completed
to be sure the backend doesn't lock on us.
* Implement IsRunning relying on BUrlRequest::IsRunning.
2016-07-09 16:23:02 +02:00
Dario Casalinuovo
0474db50d0 AdapterIO: Add IsRunning method
* The backend need to know if we can really get data.
* Adapt WaitForData to be more reliable using this method.
2016-07-09 16:18:09 +02:00
Dario Casalinuovo
5c05bb48f4 AdapterIO: Remove default arguments in ctor 2016-07-09 02:14:37 +02:00
Dario Casalinuovo
6db16da47a playfile: Make it to accept URLs along with files
* Users can now use it to play web radios.
* Also useful to show easy is to adapt old code.
2016-07-08 23:02:56 +02:00
Alexander von Gluck IV
e52593c403 ahci: Disable tracing, make tracing more chatty
* AHCI has been shipping with tracing enabled which
  account for most of the chatty messages in #12634
* Instead of covering up a bunch of AHCI trace messages,
  lets disable tracing by default and make tracing more
  chatty overall.
* Tracing now should give you a ton of insight into
  whats going on to an obnoxious degree.  Disable tracing
  and things are silent (minus the nice link port speed)
2016-07-08 12:52:37 -05:00
Dario Casalinuovo
afe64ad26e MediaPlayer: Fix x86_64 build 2016-07-08 15:06:15 +02:00
Dario Casalinuovo
a784c3ad73 MediaPlayer: Handle B_ENTER in network window 2016-07-08 13:50:47 +02:00