Stephan Aßmus
338299319e
* Update header indentation
...
* Unify pointer style, it was a mix before
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30592 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 21:32:33 +00:00
Stephan Aßmus
cc0580fe34
* Small style cleanup and some comments added for clarity.
...
* FontManager::GetFamily() removed second call to _FindFamily() with no
action in between -- why would it suddenly work the second time?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30591 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 20:58:24 +00:00
Philippe Saint-Pierre
12483e3cbf
StyledEdit didn't clear the marks on the Font Styles in the font menu.
...
It resulted in several bogus checkmarks. (ticket #2984 )
Also, The last font was always checked by default. The error was that
instead than Marking the "left align" item, it was checking that font because
of the wrong variable used.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30590 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 20:24:53 +00:00
Oliver Ruiz Dorantes
1fd6d62418
Fix spelling errors
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30589 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 20:19:47 +00:00
Oliver Tappe
13be439cfb
* should be linked against target-c++-lib (as I'm told by Rene)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30588 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 19:15:42 +00:00
Jonas Sundström
b7b7891476
Adding mipsel arch.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30587 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 19:05:28 +00:00
Oliver Tappe
58481f0f6e
* fix gcc4 build of cppunit library by explicitly spelling out std:: in
...
the headers and importing the required classes in the implementation files
* automatic whitespace cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30586 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 19:04:52 +00:00
Jonas Sundström
226136446a
Prepare mipsel for jamming. Adding mipsel target case, a simple boot platform and a -fno-pic setting for the kernel.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30585 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 19:03:19 +00:00
Oliver Tappe
5fac79601e
* fix gcc4 warning
...
* automatic whitespace cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30584 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 19:02:27 +00:00
Oliver Tappe
5b3152c4fb
* fix gcc4 build of translator add-on tests
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30583 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 19:01:32 +00:00
Oliver Tappe
bd3cb5f1b0
* added number format tests to build of locale kit
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30582 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 18:59:35 +00:00
Jonas Sundström
41a9e149b7
Adding a few directories for mipsel.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30581 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 18:30:28 +00:00
Axel Dörfler
f680cfe265
* The direct connection update in ServerWindow::{_Show()|_Hide()} is superfluous
...
since Korli's change in r30440.
* 80 character per line limit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30579 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 17:43:54 +00:00
Rene Gollent
671eb7421d
If I owed Axel a beer for every style violation, I'd quite likely be bankrupt by now...
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30578 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 17:42:13 +00:00
Stephan Aßmus
6ed1dfa1b0
GCC4 build fixes.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30577 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 17:31:24 +00:00
François Revol
5db3b6c9b3
Actually no need to pass the NULL either...
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30576 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 17:23:54 +00:00
Stefano Ceccherini
c1f949908a
get_device_hid() now has a 'size_t bufferLength' parameter, to avoid the risk of buffer overflow
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30575 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 16:04:15 +00:00
Oliver Tappe
10169155a9
* fixed one more gcc4 warning
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30574 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 15:41:48 +00:00
Oliver Tappe
2a44d42f9d
* now that it builds for gcc4 and gcc2, added locale kit back to image
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30573 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 15:39:49 +00:00
Oliver Tappe
89b5d39790
err, fix for my fix:
...
* its __GNUC__, not __GCC__, tsk!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30572 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 15:00:44 +00:00
Oliver Tappe
6449afb193
fix gcc2 build:
...
* __gnu_cxx namespace is unknown to gcc2
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30571 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 14:58:41 +00:00
Rene Gollent
0d487f65e9
Move using directives into the cpp files so they don't leak into apps making use of the locale kit.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30570 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 14:52:54 +00:00
Rene Gollent
cbb809dc42
gcc4 build fix.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30569 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 14:45:56 +00:00
Oliver Tappe
a0352959ac
* followed advice by Rene to explicitly import the used std-classes instead
...
of simply importing the whole namespace - thanks for proofreading!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30568 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 14:28:32 +00:00
Oliver Tappe
cb89fe1244
* removed codewarrior-specific compatibility cruft
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30567 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 14:20:40 +00:00
Oliver Tappe
3a268d9080
* applied several fixes to make locale kit buildable with gcc4, too
...
* actually, all those fixes were already contained in PulkoMandys patch,
but I just missed that :-/
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30566 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 13:44:35 +00:00
Michael Lotz
5c3441b4a2
We are generally interested in those error bits so print them always.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30565 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 13:36:49 +00:00
Oliver Tappe
214cf2d02b
* catalogTestAddOn was missing from LocaleKitTests
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30564 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 13:27:17 +00:00
Stephan Aßmus
c65cf0ae1a
Fixed warning.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30563 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 12:31:53 +00:00
Stephan Aßmus
d3efa398b9
Added the icons which are the current Bluetooth server and prefs icons. Please
...
always put new icons here first. Oliver, if you still have the original icons,
with named paths and shapes and so on, please put them here and replace the
ones I extracted from the binaries.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30562 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 11:22:13 +00:00
Stephan Aßmus
fc529b338e
This was actually the second version of the Bluetooth server icon...
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30561 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 11:19:51 +00:00
Stephan Aßmus
cb298dba15
Added Mark to list of contributors.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30560 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 11:04:40 +00:00
Stephan Aßmus
a012f99b01
Icon by Mark Erben, small tweaks by myself. Thanks a lot!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30559 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 11:02:56 +00:00
Ingo Weinhold
bfb8f4ca06
* BTabView::AddTab(): Call Select() only when already attached to the window.
...
It's only necessary in this case and apparently there are applications that
rely on Select() not being called before the tab is attached to the window.
Fixes #3852 .
* Automatic white-space cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30558 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 10:24:06 +00:00
Stephan Aßmus
d65905e3b8
Apply Francois changes to enabling the ATA stack via "HAIKU_ATA_STACK = 1 ;"
...
in the UserBuildConfig to the FloppyBootImage as well.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30557 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 10:20:29 +00:00
Rudolf Cornelissen
404077189c
EDID test: only check on wired buses.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30556 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 10:15:30 +00:00
Stephan Aßmus
631dce079f
Shadow wasn't parallel with shape.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30555 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 10:10:54 +00:00
Stephan Aßmus
a183fcca98
* Tweaks to shapes to make 32x32 and especially 16x16 a lot crisper. Uses
...
available space slightly better.
* Gave every icon object a name.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30554 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 10:08:18 +00:00
Rudolf Cornelissen
bb0ac35825
added partial DDC/EDID support using the accelerants common staticlibrary. Only dumping config, monitor info to logfile. logfiles are welcome as the CRTC/DAC to I2Cport relationchip is not known by me yet. Bumped version to 0.89.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30553 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 09:58:11 +00:00
Stephan Aßmus
6664c21747
New icons from zuMi. Thanks a lot! (Scott sent me those, I still want to keep
...
all Haiku vector icons ever made in this folder... :-)
The new generic app icon looks pretty cool (Haiku colors) and could replace
our current generic icon (broken link icon needs to be updated as well then),
feedback welcome.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30552 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 09:35:12 +00:00
Oliver Tappe
04af87bd58
* reverted the part of 30545 that added the locale kit to the image,
...
since it does not build with gcc4
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30551 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 09:27:00 +00:00
David McPaul
80622eee82
Add asf_reader to the image. Feedback welcome
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30550 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 04:38:47 +00:00
David McPaul
4d97ad948b
return LAST_BUFFER_ERROR when last buffer reached
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30549 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 04:32:01 +00:00
David McPaul
008c3af957
Now plays 2 out of 3 files and that is good yes
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30548 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 04:29:36 +00:00
Rene Gollent
4328106485
gcc4 build fix.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30547 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 01:09:26 +00:00
François Revol
95ba950511
Fix missing NULLs corresponding to io() and cancel_io() hooks which made all other calls shifted... This should fix #3500 and #3832 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30546 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-02 00:54:10 +00:00
Oliver Tappe
723383c0f4
Applied patch by PulkoMandy, adjusted and extended by myself:
...
* integrating most of the locale kit into the build (and image)
* removed LocaleBuild.h and _IMPEXP_LOCALE since that does not make
sense for elf (which usually exports all symbols anyway)
* added a couple of locale kit related pseudo targets for convenience
Hey, some of that stuff already seems to work :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30545 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-01 21:56:16 +00:00
Ingo Weinhold
28b2684912
* StringChartLegendRenderer can now take a font on construction.
...
* Resolved TODOs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30544 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-01 21:26:56 +00:00
Oliver Tappe
c729e7020f
* added Eclipse project files to svn:ignore
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30543 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-01 21:17:37 +00:00
Ingo Weinhold
e062a32ba9
When there's an axis set the low color to the panel background. This causes the
...
axis legends to be antialiased against the right color.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30542 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-01 20:59:17 +00:00