Commit Graph

55915 Commits

Author SHA1 Message Date
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
Dario Casalinuovo
778b5d524b MediaPlayer: Fetch the clipboard for an url
* This avoid the user to paste in the BTextControl.
* Done also when the window is activated.
2016-07-08 13:49:54 +02:00
Dario Casalinuovo
7a137e0f0c Remove live555_x86 source package 2016-07-07 23:36:35 +02:00
Dario Casalinuovo
2c19bcfa1c MediaPlayer: Sanitize supplier/mediaFile management
* Fix a leak.
2016-07-07 23:36:35 +02:00
Dario Casalinuovo
7e77623bef MediaPlayer: Remove unneeded MediaRoster locking.
* No idea why it was added in the first place, just
keep in mind BMediaRoster does things using ports and
there's no need of locking it.
* Style fixes along the way.
2016-07-07 23:36:35 +02:00
Automatic Committer
b8c95f43e2 Update pci.ids from pciids.sourceforge.net 2016-07-07 05:20:17 +02:00
Joseph R. Prostko
849e97e4af Update Fossil packages for x86_gcc2, x86, and x86_64. 2016-07-06 21:58:26 -04:00
Jérôme Duval
572e244564 Update haikuwebkit package for x86_64.
* affected by haikuporter bug #83.
2016-07-06 09:18:38 +02:00
Alexander von Gluck IV
4b99d297b5 mediaplayer/consumer: Fix 64-bit debug tracing 2016-07-05 22:38:37 -05:00
Alexander von Gluck IV
7d842421ab media/ffmpeg: Fix a few parentheses warnings; no change 2016-07-05 22:02:04 -05:00
Alexander von Gluck IV
d1175e07f8 media/ffmpeg: Fix a few minor x86_64 warnings 2016-07-05 21:51:59 -05:00
Axel Dörfler
7dc0c7b52d cddb_lookup: Support multiline track response.
* This fixes bug #12808.
* Also, don't accept track numbers above 99, as that's the maximum
  a CD supports.
2016-07-05 20:13:34 +02:00
Axel Dörfler
3008268c9d cddb_lookup: verbose now dumps server response.
* The pretty dump output is now only used for the -d and -i options.
2016-07-05 20:13:09 +02:00
Axel Dörfler
df53a4bf21 cddb_lookup: Added options, allow dump/verbose output.
* Added option to dump the track info, and optionally not write the
  data back.
* Added option to use an alternative server.
* Added option to dump verbose track info.
* Added ability to query the CDDB without actual CD in the drive by
  providing category and CDDB ID.
* Added help text.
2016-07-05 20:12:31 +02:00
Axel Dörfler
768544f677 cddb_lookup: Cleanup.
* Use BNode::WriteAttrString() over WriteAttr().
* Use stderr for error output, print error codes when available.
* Use BObjectList instead of just a BList.
* No functional change intended.
2016-07-05 20:11:57 +02:00
Alexander von Gluck IV
9be1b5a16f ahci: Improve emulated SCSI vendor/model info
* Make some educated gusses on SCSI vendor/model
  information vs just blasting it across the fields.
* Should resolve a lot of the weird split SCSI vendor
  and model information of AHCI backed devices.
2016-07-04 15:05:39 -05:00
Rene Gollent
05fc1277c4 Debugger: Fix team restart request.
UserInterface:
- Add Clone() function to set of required virtuals. This asks the subclass
  to create a new instance of its respective type.

{CommandLine,Graphical,Report}UserInterface:
- Implement the above function.

TeamDebugger:
- Add accessor for the currently active UI.

TargetHostInterface:
- Set correct request type when setting up the options for a team restart.
- Ask the TeamDebugger for its user interface and clone it in order to fill
  in that aspect of the debug options. This fixes a regression introduced in
  commit 880a64, which inadvertently resulted in team restarts no longer
  working.
2016-07-03 13:53:51 -04:00
Humdinger
4221d035d8 Added packages
* Clipdinger (64bit)
* Quicklaunch (gcc4)
* WhereIsMyMouse
* Icebreaker
2016-07-03 18:09:26 +02:00
Murai Takashi
f7fceb6920 RecorderWindow.cpp: fix comparison between pointer and integer
Signed-off-by: Dario Casalinuovo <b.vitruvio@gmail.com>
2016-07-03 15:31:58 +02:00
Dario Casalinuovo
b4e751b890 http_streamer: Mutable flag is chosen at runtime
* BeOS Radio now works.
2016-07-03 15:29:56 +02:00
Dario Casalinuovo
9f2deec26f AdapterIO: Seeking and flags access improvements
* Backend seeking is done only if explictly requested in
BAdapterIO Seek.
2016-07-03 15:28:06 +02:00
Dario Casalinuovo
d3630cbaec http_streamer: Refine init, set static timeout
* When in Open() the plugin wait for the first buffer
or return an error if timeout expires.
* Make size retrieve more reliable.
2016-07-02 21:19:27 +02:00