Commit Graph

41798 Commits

Author SHA1 Message Date
Axel Dörfler
d452ff664c Added some reserved fields to BControlLook.
* This makes future changes less troublesome, although we should also add
  some virtual slots there (probably just dozens of it, though, that's why
  I was being lazy).
* Don't pass messages by value; they are copied twice this way.
* Minor coding style corrections, automatic whitespace cleanup.
2012-02-26 14:58:52 +01:00
Jerome Duval
8adaa6c544 interface kit: added compatibility symbols for GCC4
* InvalidateLayout method for BBox, BButton, BCheckBox, BMenuField,
  BScrollView, BSlider, BStringView, BTextControl.
2012-02-26 10:36:04 +01:00
Jerome Duval
44c991efdb interface kit: added compatibility symbol for BeAE
* added  _ZN9BTextView16InvalidateLayoutEb for GCC4
2012-02-26 00:55:22 +01:00
Axel Dörfler
8f850dc003 Fixed the Switcher build after the not so recent layout changes. 2012-02-26 00:31:52 +01:00
Alexander von Gluck IV
59bfec576d radeon_hd: Better implement GPU idle function
* Function only checked for idle and didn't
  wait for the gpu memory controler to idle.
* May resolve mode setting issues on some
  newer hardware.
2012-02-25 11:04:08 -06:00
Alexander von Gluck IV
2399d174dc radeon_hd: Begin improvement on crtc state control
* Try to not blank the crtc when it is alreay disabled
* Clean up wording, active now present on display info
* Don't lock crtc when doing normal dpms calls, crtc
  should only be locked during mode set / change
2012-02-25 11:04:07 -06:00
Alexander von Gluck IV
a5e3ee78ee radeon_hd: AtomBIOS, correct logic. No functional change 2012-02-25 11:04:07 -06:00
Niels Sascha Reedijk
69f78b22c4 Initial load of Finnish catkeys in Pootle. 2012-02-25 23:25:37 +01:00
Jerome Duval
7327891c90 interface kit: added compatibility symbols for BeAE for #8354
* _ZN5BMenu16InvalidateLayoutEb for GCC4
* InvalidateLayout__7BSliderb for GCC2
2012-02-25 18:31:07 +01:00
Stephan Aßmus
0ef4598ff0 Updated Clockwerk optional packages for gcc2 and gcc4.
* Changes to the layout API broke the old packages.
 * The update to GCC4.6 broke compiling.
2012-02-25 17:33:26 +01:00
Jerome Duval
15f3f679cb atheroswifi: try at fixing #8351
* ath introduced an inconsistency between driver module name and driver_t name
  which the compat layer uses to lookup driver symbol
* we now use ath_pci instead of ath as driver_t name member.
* trace a message when a symbol can't be found during driver module search.
2012-02-25 15:38:46 +01:00
Niels Sascha Reedijk
65c85d310d Update catalogs from Pootle. 2012-02-25 10:19:25 +01:00
Oliver Tappe
e1aba79288 Activate locale settings in Deskbar & Time preflet.
* Both Deskbar and Time are using BCalendarView, which in turn uses
  DateTime, which uses strftime() to generate month/day names. Of
  course, this doesn't work as intended unless the locale has been
  initialized.
2012-02-23 23:15:37 +01:00
Oliver Tappe
c4389ee8b2 Add setting of LC_* env-vars to SetupEnvironment.
* setting those environment variables in SetupEnvironment makes them
  available to applications started during system boot (like Deskbar
  and Tracker)
2012-02-23 23:15:37 +01:00
Oliver Tappe
98057dd02a Adjust /bin/locale to print time-related locale, too.
* add support for printing the time-related locale (which may contain
  a '@strings=messages' suffix if required by locale configuration
* adjust cmdline params of /bin/locale to be a bit clearer (but keep
  support for -c for compatibility)
* adjust /etc/profile to invoke /bin/locale accordingly
2012-02-23 23:15:36 +01:00
Oliver Tappe
ec17468f63 Allow switching of timezone string to messages locale, too.
* adjust POSIX locale backend to redirect the timezone string
  through the messages/time-locale indirection
2012-02-23 23:15:36 +01:00
Oliver Tappe
1e1278f46f Implement taking date strings from messages locale.
* mimic LocaleKit and add option to POSIX locale backend for taking
  the date strings from the messages locale (instead of time locale)
2012-02-23 23:15:36 +01:00
Oliver Tappe
93efe98ec2 Cleanup: respect line-width limit. 2012-02-23 23:15:35 +01:00
Oliver Tappe
cefa27bf82 Cleanup: fix a couple of styleguide violations. 2012-02-23 23:15:35 +01:00
Jérôme Duval
7f837074a6 atheroswifi: GCC2 fixes 2012-02-23 22:59:34 +01:00
Jérôme Duval
74bf05c232 merged changes from FreeBSD 9.0 for ath driver. 2012-02-23 22:41:37 +01:00
Jérôme Duval
7c4899ed72 PDF driver: calls to ttf_get_uintxx are actually needed. 2012-02-23 21:13:16 +01:00
Jerome Duval
5c6b9eb00d Some fixes for GCC 4.6 warning: variable set but not used 2012-02-23 20:32:13 +01:00
Jerome Duval
4bbb27e3cc More 'GCC4.6 variable set but not used' fixes. 2012-02-23 20:32:12 +01:00
Jerome Duval
eb5f363978 Fixes some occurrences of 'variable set but not used', disables Werror for problematic items. 2012-02-23 20:32:11 +01:00
Jerome Duval
0d33f92c77 PDF driver: variable set but not used. 2012-02-23 20:32:11 +01:00
François Revol
d4ad358195 Added 'devup' function to autoupdate projects
* scans projects for the AUTOUP tag in the .profile script.
* runs the $DEVUPCMD sequentially with the needed environment.
2012-02-23 02:39:09 +01:00
François Revol
9130cabf87 Cleanup
* separate unrelated code.
* remove "function" bashism.
* add a possible update command override variable $DEVUPCMD that is pushed to the history.
2012-02-23 02:38:22 +01:00
Philippe Saint-Pierre
7ee685d20c Desklink: Close the Volume Window after dropping the replicant
When dropping a replicant of the Volume Control, close the volume window.

Enhancement #7718.
2012-02-22 20:00:43 -05:00
Philippe Saint-Pierre
c90ebe1e5a CPUFrequency replicant
Use be_control_look to outline label (and change text color) when needed.
2012-02-22 19:25:11 -05:00
Philippe Saint-Pierre
d63b75faf8 Outline of labels/strings drawn to desktop
* Rather than duplicating the decision taking logic involving wheter or not to draw
the outline or glow in every replicant, update be_control_look to make it more
generic.
* The Monitoring of the background preferences is now only done in Tracker (where it
was already being done).
* Add a BControlLook::B_IGNORE_OUTLINE flag to avoid this new behaviour.
* Remove that said logic from ActivityMonitor and use be_control_look.
* Use the ignore flag in DeskCalc to avoid the outline in its case.

Should fix #7716, #7291.
2012-02-22 19:06:22 -05:00
Axel Dörfler
f1553a0fc4 Made it pass the tests, simplified number comparison.
* Space after a number was not correctly handled (must be ignored).
* Better conceal the fact that I'm not always the brightest - the number
  comparison was pretty questionable :-)
2012-02-22 23:43:22 +01:00
Axel Dörfler
71171a7d8c Added unit tests for NaturalCompare() that currently fail. 2012-02-22 23:33:54 +01:00
Axel Dörfler
f88aa5f760 Made NaturalCompare() accept NULL strings. 2012-02-22 23:32:09 +01:00
Alexander von Gluck IV
24dfcdc195 radeon_hd: AtomBIOS parser improvements
* "DANGER" is a little strong of a warning
* Provide better tracing when things go wrong
* Give raw table / operation values in addition
  to AtomBIOS pointers
2012-02-22 09:35:15 -06:00
Alexander von Gluck IV
43b4a25fe4 radeon_hd: The lack of a default case here was on purpose 2012-02-22 07:50:21 -06:00
Alexander von Gluck IV
c937ca1987 radeon_hd: Improve pll DP bridge code
* Only set DP bridge on DP bridge.
* Add a bit of tracing
2012-02-22 06:52:51 -06:00
Alexander von Gluck IV
4ee41b26a0 radeon_hd: Disable spread spectrum
* SS requires complex pll adjustments that we don't do atm
2012-02-22 06:31:53 -06:00
Alexander von Gluck IV
962eb31b1c radeon_hd: Add better tracing 2012-02-22 05:10:37 -06:00
Alexander von Gluck IV
c1cd48b72f kernel: Fix fpu on non-apic systems
* If apic is not present, the smp code never gets called
  to set up the fpu.
* Detect lack of apic, and set up fpu in arch_cpu.
* Should fix #8346 and #8348
2012-02-21 11:58:15 -06:00
Alexander von Gluck IV
4bd6c200c1 radeon_hd: Implement preferred mode
* Add preferredMode display mode to each display.
* If LVDS is detected, set preferredMode based on AtomBIOS
* Fixes blocker #8329 ?
2012-02-21 09:48:11 -06:00
Matt Madia
9498da9c14 Seems even my fix was off by one. 2012-02-20 15:20:00 +00:00
Alexander von Gluck IV
47cede7b8c swrast: Fix gcc4 Pentium compatibility
* Move to new mesa optional package whih build options:
  -march=i586 -mtune=i686 -mmmx (removing all -msse*)
* SSE asm still executes based on CPU flags
* Fixes blocker #8318
2012-02-20 12:56:53 -06:00
Humdinger
5721015d44 Added demo packages for audio, video, data and images. 2012-02-20 19:49:36 +01:00
Matt Madia
5227cdd195 Fixed an off by one error. 2012-02-20 09:58:21 +00:00
Matt Madia
743d0826f7 Updated the cert package, to one with a date stamp.
The haiku-files.org cron script will create a new package only when the cert
has been updated. An email will inform me of such an update.
2012-02-19 14:00:48 +00:00
Jérôme Duval
9d46237ba1 TabView.cpp: Use B_IF_GCC_2 to simplify things 2012-02-19 15:47:49 +01:00
Matt Madia
9fda190ce1 Updated scripts to load html pages from cgit, not svn. 2012-02-19 09:43:26 +00:00
Matt Madia
07a95d0fec Removed the R1a3 release notes from the alpha build profile. 2012-02-19 09:41:18 +00:00
Matt Madia
bff40a31c1 Updated WebPositive. Supports common/data/ssl/cert.pem
This package contains only the app + libs. The certificate file
is satisfied through OptionalPackageDependencies. The bookmarks
have been moved (and updated) to a separate archive.

Thanks Rene Gollent and Chris Roberts for the help!

This group of changesets should close #7707, though it is possible
that other optional-packages, pre-built software will still fail to
locate the certificates file in the new location.
2012-02-19 09:29:31 +00:00