Rene Gollent
baec9c1bf3
Update x86 webkit package to 1.2.2 + dependencies.
2014-01-06 21:35:39 -05:00
Alexander von Gluck IV
a72cc0a9b7
radeon_hd: Add missing cedar chipset
...
* May fix #10373
2014-01-06 17:14:14 -06:00
Adrien Destugues
5bdd4157d3
SecureSocket: avoid crash on close
...
Deleting the BIO while it's still waiting on a read() in another thread
will lead to a crash when the socket is eventually closed. Close the
socket first, so the read() is unlocked, then safely delete the BIO.
2014-01-06 12:48:46 +01:00
Adrien Destugues
27b702f11a
Update haikuwebkit to latest version.
...
* Also update dependencies cmake and libxml2
* Bonus package: Milkytracker
This is for gcc2hybrids only. gcc4 and x86_64 users are welcome to
contribute an haikuwebkit package for their architectures using the
haikuporter recipe.
2014-01-06 11:20:57 +01:00
Alexander von Gluck IV
465610acdc
joystick: Don't crash when 0 joysticks exist on a port
...
* Interestingly, my SIXAXIS controller shows up in
the window as usb/0 when plugged.
2014-01-05 23:35:05 -06:00
autonielx
de81fde11c
Update translations from Pootle
2014-01-04 06:15:30 +01:00
Humdinger
f6c5dbf81c
Some more code style corrections of Keymap.
2014-01-03 19:44:12 +01:00
Murai Takashi
7727da7d3d
Fix mismatching allocation and deallocation
2014-01-03 13:57:03 +01:00
Humdinger
346c992352
Cleanup of KeymapWindow.cpp
2014-01-03 10:39:06 +01:00
Humdinger
4a3268e14f
Replaced "makefile" Tracker template. Fixes #10366 .
...
* copied the correct, up-to-date makefile template from data/develop/
2014-01-03 10:25:08 +01:00
Matt Madia
de5c16f10a
Do not create the hpkg from within the directory to package.
2014-01-02 21:39:41 -05:00
Alexander von Gluck IV
64d7ff778b
BuildSetup: Refactor 5e97cd45cf
to better detect b.e.
...
* Looking back, we should not assume little endian if
we see armv* as armv7l is little endian while armv7b
is big endian
2014-01-02 10:26:34 -07:00
Humdinger
803fab4fac
Slightly improved layout of Keymap prefs
...
* use the templated BLayoutBuilder
* reduced top inset to be the same as to all sides
* SetExplicitMinSize of the LayoutView so it can't shrink to
illegibility
* set slightly smaller window default size (on small screens)
2014-01-02 10:11:00 +01:00
Adrien Destugues
5b53e2e516
HttpRequest: close the connection on Stop()
...
When calling Stop(), we expect the request thread to exit as soon as
possible. Closing the connection unlocks it from any blocking read() or
write(), avoiding some lockup situations.
2014-01-02 08:38:03 +01:00
Alexander von Gluck IV
f8da8f3477
ARM: Be aware of ARMEL and ARMEL
...
* My BeagleBone gcc defines __ARMEL__ but not
__ARM__ which breaks the native tool builds
* As ARM was originally Little Endian, we assume
__ARM__ means as such.
* Look for Big Endian ARM and define the needed big
endian preprocessors
2014-01-01 23:41:02 -07:00
Alexander von Gluck IV
5e97cd45cf
BuildSetup: Add better arm host detection
...
* rather unlikely... unless you're insane like me
* BeagleBoard is armv7l-, so lets look for armv*
(I don't want to do arm* as it is less precise)
2014-01-01 22:20:12 -07:00
Humdinger
482f0f771a
Corrected type from hrev46630. Sorry...
2014-01-01 19:29:56 +01:00
Humdinger
f1227e7220
Updated WebPositiveBookmarks optional package
...
Changed a few icons so they're not all the same...
Added a link to the "Community links" on the website.
2014-01-01 18:52:55 +01:00
Humdinger
080cf3be91
Corrected typo in overwrite alert.
2014-01-01 18:37:26 +01:00
Humdinger
047dc3356d
Improved sniffer rule of I-O-M files.
...
The "keyword" at the start of I-O-M files has changed some
time ago. Now sniffing for both possibilities.
2014-01-01 18:35:10 +01:00
Alexander von Gluck IV
d068e94ca1
mesa: Update Mesa 10.0.1 package
...
* Resolves #10360 for Mesa 10.0.1 (gcc4)
* The changes in this revision are queued for upstream
2013-12-31 16:44:15 -06:00
Stephan Aßmus
f31a2f68cc
Icon-O-Matic: Forget fMessageAfterSave when FilePanel was cancelled.
...
fMessageAfterSave capture what was to be done after a file panel was
used. For example, picking up quitting the app after the user saved
unsaved changes. The bug was that when trying to quit IOM, deciding to
save, but then cancelling the file panel, the quitting stopped (as expected).
But then the next time the document was saved, IOM quit unexpectedly.
2013-12-31 10:31:54 +01:00
Alexander von Gluck IV
852730f036
mesa: Update Mesa 7.9.2 package
...
* Resolves #10360 for Mesa 7.9.2 (gcc2)
2013-12-30 23:33:29 -06:00
Alexander von Gluck IV
39509da7de
radeon_hd: Fix non-gcc2 pragma statement
...
* I'll ping the linux radeon guys to see if
we can get this adjustment made as we use
stock atombios headers
2013-12-30 21:54:10 -06:00
Alexander von Gluck IV
096413dbce
radeon_hd: Upgrade AtomBIOS parser
...
* Bring inline to current Linux version
* Apply upstream bug fixes to AtomBIOS
* Update atombios headers to latest version
2013-12-30 21:38:14 -06:00
Alexander von Gluck IV
0d3ec98f66
Revert "radeon_hd: Correct RadeonHD DisplayPort link training"
...
This reverts commit fefb6da970
.
* This was actually correct before, was looking at the wrong
function while troubleshooting something.
2013-12-30 20:28:17 -06:00
Alexander von Gluck IV
224b875b3a
radeon_hd: clean up clock units
...
* Ensure we store all clock units as khz or
n * 10 off from AtomBIOS unit expected
* Perform DDC setup of external encoder
2013-12-30 19:09:53 -06:00
Matt Madia
5ed8c605ef
Enable WebPositive for x86_64 in DefaultBuildProfiles.
...
Thanks waddlesplash for the note!
2013-12-30 19:29:45 -05:00
Alexander von Gluck IV
c9ff95feb0
radeon_hd: display connector capabilities
2013-12-30 14:38:57 -06:00
Alexander von Gluck IV
9c2d51d685
radeon_hd: clean up encoder object
...
* Encoder flags were 1:1 connector flags...
just look at connector flags.
* Record encoder capabilities
* Add function to check for dp 1.2 support
2013-12-30 14:37:59 -06:00
François Revol
d3ce2febd2
Little optimization
2013-12-30 19:48:59 +01:00
François Revol
a82d922deb
workspaces: switch current workspace on mouse wheel
...
Gnome does that on the panel widget, at first it was annoying
but after a while it feels quite handy.
2013-12-30 19:13:30 +01:00
Jérôme Duval
fbe8c1ce60
ipro1000: merge again if_em.c, messed up during the 9.2 update
2013-12-30 17:59:00 +01:00
Jérôme Duval
b7507e8ed9
pci: fix function parameter order in pci_ht_msi_map().
2013-12-30 17:31:48 +01:00
John Scipione
0a669f8cd8
Backgrounds: style fixes only
...
* Update copyright headers
* Fill in pragmas
* Eliminate superfluous B_USE_DEFAULT_SPACING, 80 char limit too
* rename msg variable to message
2013-12-29 23:42:37 -05:00
Ingo Weinhold
a0848a1916
BButton: Add optional pop-up marker
...
* Add behavior constant B_POP_UP_BEHAVIOR which adds a pop-up marker
to the button (similar to that of BMenuField).
* Add methods [Set]PopUpMessage(). To set/get the the message that is
sent to the button's target when the pop-up marker is clicked.
2013-12-30 04:42:52 +01:00
Ingo Weinhold
87f392c9f0
BControlLook::GetFrameInsets(): Fix button insets
...
The button frame is 3 pixels wide, but that includes one pixel that
actually belongs to the background, which is accounted for by
GetBackgroundInsets().
Removes the additional one pixel inset accidentally introduced earlier.
2013-12-30 04:18:34 +01:00
Ingo Weinhold
813c5772c9
BButton: Removed dead code
...
Remove methods _DrawDefault() and _DrawFocusLine() which were used for
the non-BControlLook drawing.
2013-12-30 04:18:33 +01:00
Alexander von Gluck IV
142345a54f
radeon_hd: Disable mode line syslog spam
...
* Useful when driver was first developed, now it is
mostly spam however.
2013-12-29 15:19:30 -06:00
Alexander von Gluck IV
fefb6da970
radeon_hd: Correct RadeonHD DisplayPort link training
...
* dp_link_train takes connectorIndex and not crtcIndex
* May resolve some DisplayPort issues.
2013-12-29 15:05:59 -06:00
François Revol
e6eaad8615
A little script which takes care of updating system packages
...
It checks for updates, asks the user to reboot,
then moves old packages out and re-adds ProcessController
and NetworkStatus to the Deskbar.
2013-12-29 11:49:58 +01:00
Humdinger
5cedc7f5ef
Removed defaulting B_USE_DEFAULT_SPACING.
...
As augiedoggie pointed out, B_USE_DEFAULT_SPACING is the default
parameter. Removed where not necessary.
2013-12-29 10:57:59 +01:00
Humdinger
863648843f
Corrected inset of upper layout elements.
...
Now it's the same space on all sides.
Use B_USE_DEFAULT_SPACING instead of hardcoded value 10.
2013-12-29 10:38:40 +01:00
Rene Gollent
85ce138557
StyledEdit: Fix #10349 .
...
Override QuitRequested in FindWindow to notify the parent edit window of the
find window's demise so it can reset its corresponding pointer. Otherwise the
latter will potentially access the invalid pointer in question on subsequent
find requests, leading to potential crashes.
2013-12-28 22:07:04 -05:00
Ingo Weinhold
b998f9f02f
BButton: Add support for toggle button behavior
...
Add methods SetBehavior(), Behavior(). Supported behavior constants are
B_BUTTON_BEHAVIOR -- normal button behavior -- and B_TOGGLE_BEHAVIOR
-- toggle button behavior.
2013-12-29 01:21:45 +01:00
Ingo Weinhold
b181fabe57
BButton: Remove left over attributes
2013-12-29 00:43:25 +01:00
Ingo Weinhold
a249edfbfc
BButton: Add flat property
...
* Add methods SetFlat()/IsFlat(). A flat button doesn't draw its frame,
unless the mouse is hovering over it or it is otherwise activated.
* As a side effect this change also activates the hover glow that was
already implemented in BControlLook, but not activated in BButton.
2013-12-29 00:13:49 +01:00
François Revol
94c2eb2092
Revert "Add getconf(1) from FreeBSD r259958"
...
This reverts commit 5a39a9feac
.
2013-12-28 09:58:27 +01:00
François Revol
5115f7c632
Revert "Mention getconf in FreeBSD sections in the credits."
...
This reverts commit d86dbc8a89
.
2013-12-28 09:58:21 +01:00
François Revol
9307c47ea3
Revert "Add getconf to the image"
...
This reverts commit c229671d8e
.
2013-12-28 09:58:16 +01:00