Commit Graph

48787 Commits

Author SHA1 Message Date
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
François Revol
2f6cbd4f43 Revert "Provide cmd:getconf in haiku package"
This reverts commit 5558efa4ce.

We now provide getconf as a separate package from Haikuports.
2013-12-28 09:57:16 +01:00
autonielx
e9ae8e0849 Update translations from Pootle 2013-12-28 06:16:48 +01:00
François Revol
5558efa4ce Provide cmd:getconf in haiku package 2013-12-27 19:57:45 +01:00
François Revol
c229671d8e Add getconf to the image 2013-12-27 19:49:17 +01:00
François Revol
d86dbc8a89 Mention getconf in FreeBSD sections in the credits. 2013-12-27 19:47:41 +01:00
François Revol
5a39a9feac Add getconf(1) from FreeBSD r259958
This one lacks -a but is simpler to port than the (e)glibc one,
and should be way enough for usage patterns like counting CPUs,
cf. https://gist.github.com/jj1bdx/5746298

TODO: Handle message files?
TODO: Install manpage?
2013-12-27 19:42:26 +01:00
François Revol
8ea42167a2 Add sysexits.h from FreeBSD r259958
I'd need this for getconf.
2013-12-27 19:16:15 +01:00
Alexander von Gluck IV
1f0ebbcc55 tests/demos: Fix OpenGL gears test build 2013-12-26 23:54:09 -06:00
Alexander von Gluck IV
f5305c806c tests/direct_mode: Fix OpenGL direct mode test build 2013-12-26 23:51:39 -06:00
Alexander von Gluck IV
733ea4057e tests/glut: Fix glut OpenGL test build 2013-12-26 23:49:54 -06:00
Alexander von Gluck IV
56e7f623a3 tests/glsl: Fix glsl OpenGL test build 2013-12-26 23:47:32 -06:00
Humdinger
447224bf79 Small changes to the PSD mime type
Slightly improved siffer rule
Sentence-cased description
2013-12-26 14:41:36 +01:00
Ingo Weinhold
1d6ca1dadd rule DetermineHaikuRevision: Avoid duplicate command execution
... when HAIKU_REVISION is set.
2013-12-26 00:22:45 +01:00
Stephan Aßmus
26b4c54975 Icon-O-Matic: sprintf -> snprintf 2013-12-26 00:20:28 +01:00
Stephan Aßmus
493c0c2b51 Icon-O-Matic: Adjust save file panel title as intended.
* SetExportMode() was supposed to toggle the panel title from "*Save*" to
   "*Export*", but never called Window()->SetTitle().
 * Remove now duplicate translation from constructor.
2013-12-26 00:18:57 +01:00
Stephan Aßmus
2ae82f9fb5 List.h: Missing include (when used with POD == true) 2013-12-26 00:18:57 +01:00
Jérôme Duval
9f79c0ca9a media: Fix ParameterWeb (un)flattening behavior for x86_64.
* should fix #10316.
2013-12-25 18:39:02 +01:00
Freeman Lou
80c9ee9c3f Tracker: exclude trash from selection.
Signed-off-by: Rene Gollent <rene@gollent.com>
2013-12-25 12:09:53 -05:00
Puck Meerburg
f4025b640e Fix Coverity bug 1108194: Copy-paste error
Signed-off-by: Rene Gollent <rene@gollent.com>
2013-12-25 12:02:42 -05:00
Adrien Destugues
adde25de6e Use "clone" method for bilinear resampling
When drawing a bilinear-scaled bitmap with agg, we used to interpolate
the edge pixels assuming everything out of the picture was black. This
led to an ugly dark border around the scaled image.

Instead, use the "clone" method, which repeats the last line or column
of pixels around the image, leading to more correct results in most
cases.

This also helps with some of WebKit tests, which are trying to use
images as references and don't expect an extra border around them.
2013-12-24 09:28:46 +01:00
Adrien Destugues
756ff6c0bc agg: Werror fixes in previously unused templates. 2013-12-24 09:28:44 +01:00
Adrien Destugues
2d0e1ed2f3 be_locale_roster is gone.
Reference the proper method to get the global locale roster object.
2013-12-24 09:28:42 +01:00
Alexander von Gluck IV
5cc9170f08 GL: Activate x86_gcc2 secondary package
* Hybrids should all work again
2013-12-23 13:46:03 -06:00
Alexander von Gluck IV
ebe57d49cc GL: Activate x86_gcc2 secondary package
* Seems I misunderstood how much of the hpkg build
  process was automated. Should fix hybrid build.
2013-12-23 10:21:35 -06:00
John Scipione
63632ee1a2 BListView: Skip disabled items via keys
Update B_UP_ARROW, B_DOWN_ARROW, B_HOME, and B_END
in KeyDown() to skip over disabled items.
2013-12-23 05:03:42 -05:00
John Scipione
c6c5cd9940 BListView: Only select enabled items
when selecting multiple items in a multi-select list view.
2013-12-23 05:03:41 -05:00
John Scipione
b38f03f561 BListView: small optimization.
We already got item at index, don’t get it again
2013-12-23 05:03:40 -05:00
John Scipione
d093101215 BListView: style fixes 2013-12-23 05:03:39 -05:00
Alexander von Gluck IV
5fd5e562aa GL: Ensure mesa_devel and mesa_swrast are always present
* As the OpenGL kit is assumed by most ports (and BeOS apps)
  to "exist", lets make mesa_devel present by default until
  post R1
* mesa_swrast ensures we always have the basic swrast renderer
  To play with mesa_swpipe (gallium llvmpipe, gcc4) uninstall
  mesa_swrast and install mesa_swpipe. (you can install both,
  but it's first renderer found, first used atm)
2013-12-23 01:57:05 -06:00
Alexander von Gluck IV
e8bfbcee18 GL: Update x86_gcc2 package
* Fix issue where mesa_devel attempted to lay
  a symlink over a directory causing instability
  installing mesa_devel
2013-12-23 01:00:37 -06:00
Alexander von Gluck IV
c80d3b3634 GL: Update x86 package
* Fix issue where mesa_devel attempted to lay
  a symlink over a directory causing instability
  installing mesa_devel
* Add mesa_swpipe to repos (LLVM enabled Gallium softpipe)
2013-12-23 00:51:03 -06:00
Alexander von Gluck IV
195d39a430 GL: Remove OpenGL kit, x86_gcc2 Mesa
* Depend on new Mesa packages to provide functionality
2013-12-23 00:06:11 -06:00
Alexander von Gluck IV
eb45d168e1 GL: Remove OpenGL kit, x86 Mesa
* Depend on Mesa packages to provide functionality
2013-12-22 23:36:02 -06:00
Ingo Weinhold
657769a986 x86: Add cpio and openjdk packages 2013-12-23 00:58:53 +01:00
Rene Gollent
04f1008900 x86_gcc2: Update sdl_mixer package. 2013-12-22 16:12:15 -05:00
Rene Gollent
91cf2ff272 Update gcc4 cmake to version 2.8.11.2-6. 2013-12-22 14:19:24 -05:00
Rene Gollent
73c60419cf Add gcc4 ruby{_devel}package. 2013-12-22 11:44:00 -05:00
Rene Gollent
729dc43722 Debugger: Fix #10334.
- In the case of DWARF4's DW_OP_implicit_value, respective handling in
Value{Piece}Location wasn't entirely correct, which would lead to double
frees in various cases, in particular when copying such objects on the stack.
As such, introduce an explicit Copy() member to handle replicating the stored
implicit data to avoid that issue. Furthermore, the use of Array<> in
ValueLocation wasn't really suitable anymore since ValuePieceLocation now
needs its constructor/destructor to be executed, while Array is intended for
POD types; consequently, replace that with std::vector and adjust handling
code accordingly.
2013-12-22 09:35:41 -05:00
Ingo Weinhold
5e815cf35b BRadioButton: Add icon support
* Fix off-by-one issue in Draw() and GetPreferredSize(). The label was
  too close to the knob.
* GetPreferredSize(): Remove empty space to the right, when no label
  and no icon was specified. Like with BCheckBox there's still two rows
  of empty pixels above and below the knob.
* Draw(), GetPreferredSize(): Add icon support.
2013-12-22 15:17:55 +01:00
Ingo Weinhold
36e1566271 BRadioButton: Remove non-BControlLook code 2013-12-22 15:17:54 +01:00
Ingo Weinhold
f0c3101151 BControl: Move icon code to separate class BIcon 2013-12-22 15:17:53 +01:00
Ingo Weinhold
97bf0ce362 BControl: Move icon code to separate class BIcon 2013-12-22 14:45:34 +01:00
Ingo Weinhold
5414b3c445 Move icon related constants to InterfaceDefs.h
There will be non-BControl views to use those as well.
2013-12-22 14:45:33 +01:00
Scott McCreary
7166099626 Removed vorbis-tools from this round as the gcc2 build has issues 2013-12-22 04:15:41 -08:00
Scott McCreary
f55cb7b729 Removed non-existing x86 builds of sdl_mixer 2013-12-22 03:58:36 -08:00