Commit Graph

43527 Commits

Author SHA1 Message Date
John Scipione
e77dafdc05 Clipping region is preserved between Draw Button calls.
Remove the code that resets the clipping region. However, the
enter button still doesn't draw correctly, the trick it used before
is not working with the change from the last commit.
2012-11-04 07:54:35 -06:00
John Scipione
530ee871ff Save and restore button clipping constraints.
This fixes #8700
2012-11-04 07:54:21 -06:00
czeidler
8358b7807b Fix coding style violations. 2012-11-04 07:51:25 -06:00
czeidler
6bfd46f03c Add more == and != convenient methods. 2012-11-04 07:50:53 -06:00
Axel Dörfler
42bc6c2e08 Added Get*()/Set*() methods like the ones from KMessage. 2012-11-04 07:43:46 -06:00
Axel Dörfler
b3044d1b55 Style cleanup. 2012-11-04 07:43:11 -06:00
Axel Dörfler
a37e26b864 Added BMessage::Append(), and new(std::nothrow_t).
* Append() copies all fields from the specified message.
* The nothrow operator new allows you to add BMessages to a BObjectList.
2012-11-04 07:42:51 -06:00
Jerome Duval
4ad06d0b8d unistd.h: added noreturn attribute on _exit() 2012-11-04 07:41:47 -06:00
Adrien Destugues - PulkoMandy
8fe76405a5 Allow use of c_str() on wstring. 2012-11-04 07:41:15 -06:00
Adrien Destugues - PulkoMandy
cb87246a43 Add tan(), tanh(), log10() to std::complex
Keep the haiku/ version of the headers in sync with buildtools
(see btrev43041)

I'm curious: why do we have a copy of these headers in haiku/ tree ?
2012-11-04 07:40:34 -06:00
Niels Sascha Reedijk
efc11d917d Rename zh-Hans to zh_Hans.
ICU expects zh_Hans, even though technically it is incorrect.
2012-11-04 10:58:21 +01:00
Niels Sascha Reedijk
c43e743111 Update translations from Pootle 2012-11-03 06:30:09 +01:00
Niels Sascha Reedijk
22ba8d6356 Update translations from Pootle 2012-11-02 06:34:37 +01:00
threedeyes
cdae80ebac NTFS: Code cleanup. No functional changes. 2012-11-01 07:23:28 -05:00
threedeyes
d4f3ad2124 NTFS: Optimize for fs_walk function. 2012-11-01 07:23:05 -05:00
threedeyes
0ef2489f7a NTFS: Fixes for Identify partition function.
* Try to fix #8332
2012-11-01 07:22:48 -05:00
threedeyes
9fad0f9865 NTFS: fake-attributes improvements
* Fake-atributes enabled by default (Real attributes require optimization. Too slow with big and fragmented volumes.)
* Upadted mime-table for file extension to mime-type mapping.
* Fix for fake-attributes mode switching.
2012-11-01 07:22:22 -05:00
threedeyes
299144cb31 NTFS: Deep code refactoring and lot of fixes
* Fix: the size of dirent struct in the fake attributes was counted incorrectly
* Directory reading code was re-written from scratch. That fixes hopefully #7573, #4974, #4877, #9082
* Create, rename, unlink routines were completely reimplemented
* Added fully functional support of extended attributes. This fixes #6509
2012-11-01 07:22:01 -05:00
threedeyes
97aeb04daf Added support for fake attributes.
If necessary, you can disable support for extended attributes in the settings file.
2012-11-01 07:21:00 -05:00
Joseph R. Prostko
44a9b4b216 Updated configure script due to GCC2 update
* The GCC2 buildtool sources were updated, so change the date
* A new GCC2 optional package will be added later today
+alpha 4 (build will break otherwise)
2012-11-01 06:58:24 -05:00
Niels Sascha Reedijk
dd5bd4add1 Update translations from Pootle 2012-11-01 06:30:10 +01:00
Alexander von Gluck IV
376e907f52 Jam: Make R1A4 anyboot *really* fit onto a CD
* Reduce 700MB image to 695MB
* Should fix #9042
2012-10-31 13:26:37 -05:00
Alexander von Gluck IV
9d297c8ed9 Jam: Make R1A4 anyboot fit onto a CD
* Remove CVS, Mercurial, Python, Subversion
* Reduce image to 700MB
2012-10-31 08:53:26 -05:00
Niels Sascha Reedijk
c05b24949f Update translations from Pootle 2012-10-31 06:30:22 +01:00
Axel Dörfler
028717d705 Style cleanup. 2012-10-30 07:07:51 -05:00
Axel Dörfler
52bba6813f Consolidated and fixed device_geometry computation.
* The only implementation that would accept more than 2 TB was the one in
  scsi_disk. But even that one was limited to 63 TB.
* Now there is a new utility function devfs_compute_geometry_size() which
  does it correctly for sizes up to 2^64 which should be good enough for
  quite some time :-)
* This fixes bug #8992.
2012-10-30 07:07:35 -05:00
Marcus Overhagen
f75a9e1563 implement support for harddisks bigger than 2TB
* can't test this, it's untested, but similar to ATADevice.cpp
 * should no longer panic when hdd > 2TB is connected
 * fix request completition in two error cases
 * add const to some parameters
2012-10-29 12:47:08 -05:00
Marcus Overhagen
e3c7f0425c use template max() instead of max_c() macro 2012-10-29 12:46:36 -05:00
Marcus Overhagen
5d1a895cf4 gcc2 compile fix (gcc4 didn't complain) 2012-10-29 12:46:08 -05:00
Marcus Overhagen
773c5f2fd1 cleanup variable naming for port count 2012-10-29 12:45:01 -05:00
Marcus Overhagen
bba08d97c4 add missing line breaks in debug output 2012-10-29 12:44:15 -05:00
Marcus Overhagen
4bd48c6a2d properly check intel port count and don't panic on more than 8. 2012-10-29 12:43:52 -05:00
Marcus Overhagen
ef8225c4f0 set GHC.AE before performing reset (should be done by BIOS already) 2012-10-29 12:43:17 -05:00
Marcus Overhagen
252ba057d3 make sure there are no pending interrupts during setup 2012-10-29 12:42:40 -05:00
Humdinger
e4ee8aa29c Unbroke build under gcc4. Sorry about that... 2012-10-29 12:31:02 -05:00
Humdinger
ce60ba4c1c Made another string of desklink translatable.
(+alpha4)
2012-10-29 12:30:49 -05:00
Niels Sascha Reedijk
1d2e2f5171 Update translations from Pootle 2012-10-28 06:50:07 +01:00
Niels Sascha Reedijk
af548bdd52 Update translations from Pootle 2012-10-27 06:28:04 +02:00
Niels Sascha Reedijk
1369162245 Update translations from Pootle 2012-10-26 06:27:42 +02:00
threedeyes
ca68136a8c NTFS:Critical fixes for renaming and creating nodes. The adaptation of some functions to the new version of the libntfs3g. 2012-10-25 07:46:03 -05:00
threedeyes
615335f2d1 NTFS: Fix directory size calculation in rstat function (bug:#8599). 2012-10-25 07:45:53 -05:00
threedeyes
c6e83cc3ae NTFS: Fix node creation functions. 2012-10-25 07:45:45 -05:00
threedeyes
918a82a0d2 NTFS: update libntfs-3g to latest stable version 2012-10-25 07:45:36 -05:00
Niels Sascha Reedijk
bec3c5dd19 Update translations from Pootle 2012-10-25 06:27:25 +02:00
Jérôme Duval
dd414d0027 UDF: use mirror metadata file when needed
* style fixes
* try the mirror metadata file in case read fails on the main file
2012-10-24 19:21:52 -05:00
John Scipione
04211a0400 Disable IMAP for R1A4. See #9080 2012-10-23 17:19:28 -05:00
John Scipione
fa9e389582 Disable option tab folder localization option for R1A4.
See ticket #9026 for details.
2012-10-23 17:05:41 -05:00
Niels Sascha Reedijk
270e532cb5 Update translations from Pootle 2012-10-23 06:26:54 +02:00
Jürgen Wall
d6a79b4620 USB OHCI: Fix ownership handover from SMM to OS.
* Disabling all interrupts prior to ownership handover from SMM to OS
  can prevent propper OHCI and PS/2 functionality as described in
  #8987 and #8984. In that case SMM does not respond to the ownership
  change request. On the other hand not disabling the interrupts can
  lead to interrupt storms (discussed in #8085) since no interrupt
  handler is installed at that moment. As suggested by mmlr this patch
  attempts to address both issues by keeping the ownership change
  request interrupt enabled.

* Removed an unnecessary reset upon non-responding SMM for now,
  since we reset a few lines later anyway and added TODOs respectively.
  That should safe a bit boot time.

Signed-off-by: Michael Lotz <mmlr@mlotz.ch>
2012-10-22 15:38:23 -05:00
Joseph R. Prostko
91282696d8 Update the GCC4 optional package...yes, again
* This package is current as of btrev43040
* Primarily did this rebuild to assure the GCC4 package was made with the latest buildtool sources
* This invalidates the need to cherry pick hrev44704 for R1A4
+alpha4
2012-10-21 10:09:17 -05:00