Axel Dörfler
7840f0faf5
* Always add a timezone field to the date message, before that was only done
...
if there was an actual shift.
* Automatic whitespace cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33606 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-16 06:33:41 +00:00
Jonas Sundström
18ba9ea5c9
Make use of BWindow::CenterIn() for placing the error alert. Partial clean-up.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33605 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 22:09:37 +00:00
Stefano Ceccherini
51f2ac8647
Fix build with gcc4
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33604 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 21:01:57 +00:00
Siarzhuk Zharski
4d81a7b601
-add broadcast flag to Rx Control register during start of device.
...
This solves the "1200-seconds paradox" sorced by ignoring the
"arp who-has" requests send as broadcasts.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33603 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 19:11:38 +00:00
Axel Dörfler
3e236885ab
* Replaced C with C++ files, should fix BOM's build problem, but will likely
...
introduce new ones I currently cannot check.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33602 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 15:10:01 +00:00
Axel Dörfler
481e448812
* Removed a work-around for an older mail_daemon version that never made it
...
to Haiku.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33601 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 14:40:58 +00:00
Axel Dörfler
f802f04acf
* Removed BONE PPP support.
...
* Coding style cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33600 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 14:40:06 +00:00
Axel Dörfler
358b93352e
* Moved SIGABRT to the signals that kill the process. Not sure if it's a good
...
idea to always send SIGKILL to the main thread, though. I'm not really getting
more insight by reading the POSIX specs.
* Anyway, in the mean time, this fixes bug #4784 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33599 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 11:53:19 +00:00
Axel Dörfler
f1488adbf7
* While r33037 fixed the alignment of areas put into reserved areas, it actually
...
broke their placement at the end of the reserved area, which was the main
reason #4778 happened so often (it would have been more hidden else).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33598 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 11:35:31 +00:00
Axel Dörfler
4124f4801b
* Reserved areas would also be created in existing reserved areas in case the
...
space was becoming tight. This actually fixes #4778 .
* Fixed overflow problem in find_reserved_area().
* Cleaned up the test app, added license.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33597 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 11:23:38 +00:00
Axel Dörfler
9b912c694a
* Cleanup, no functional change - this is now a pure C++ header.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33596 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 10:13:02 +00:00
Axel Dörfler
8f10aa5da6
* Fixed warning, the ROUNDUP macro is already defined.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33595 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 10:07:31 +00:00
Ingo Weinhold
e3a631c0b4
* Introduced interface UserInterface, which abstracts the user interface code.
...
* Added implementation GraphicalUserInterface for the current GUI.
TeamDebugger does no longer know about TeamWindow.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33594 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 09:47:24 +00:00
Axel Dörfler
4b6cb4f5ad
* Added test application that easily reproduces bug #4778 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33593 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 09:30:48 +00:00
Axel Dörfler
3066f3dbf8
* Reverted r33547, this closes bug #4782 - this is obviously a regression in
...
GCC4.
* Adapted code accordingly.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33592 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 07:48:31 +00:00
Ingo Weinhold
1851e9f3e0
* Added a stopped reason and additional info to Thread. ThreadHandler sets
...
both accordingly.
* The threads view shows the thread states now. Also added tool tips with
additional info.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33591 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 04:40:33 +00:00
Ingo Weinhold
acb006cb55
Added TableToolTipProvider interface that can be set on a Table to easily
...
provide per cell tool tips.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33590 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 04:40:04 +00:00
Ingo Weinhold
c4a5ca9322
Added ReadMemoryString(), reading a string from the team's memory.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33589 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 04:34:59 +00:00
Ingo Weinhold
c6952b68f0
Use debug_exception_type for the exception type.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33588 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 04:33:26 +00:00
Ingo Weinhold
2fc49d9b36
Added ColumnAt(BPoint) version.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33587 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-15 04:31:42 +00:00
Axel Dörfler
e628f41c49
* Minor cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33586 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 12:51:19 +00:00
Axel Dörfler
417ba86ea2
* Applied patch by "v"/olaf that adds a missing line. This closes bug #4771 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33585 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 12:35:21 +00:00
Axel Dörfler
780d2d5df7
* Minor cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33584 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 12:23:48 +00:00
Axel Dörfler
8e52aee982
* Minor cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33583 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 12:12:52 +00:00
Axel Dörfler
af7fec0304
* A small test application that shows that our abort() implementation does not
...
work correctly.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33582 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 11:05:30 +00:00
Axel Dörfler
d5a396a60b
* r33037 broke the handling of reserved areas, more specifically, it ignored
...
the RESERVED_AVOID_BASE flag of those, and introduced a way to fill them
from the start. This caused #4778 .
* Turned IS_VALID_SPOT() macro into an inline function.
* Removed already resolved TODO comment.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33581 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 07:53:45 +00:00
Axel Dörfler
ea95b4d03e
* Cleanup, no functional change.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33580 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 07:50:53 +00:00
Ingo Weinhold
9ea0d9494e
Added BoolStringTableColumn for boolean values.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33579 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 05:04:36 +00:00
Ingo Weinhold
0fc8a75c02
* Moved TargetAddressTableColumn into own source file in gui/util.
...
* Fixed misspelled MSG_*_BREAKPONT constants.
* model/Team: Added separate event class UserBreakpointEvent for user
breakpoints.
* SourceView::MarkerManager: Invalidate the markers when new source code is
set.
* Added breakpoints view.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33578 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 05:03:00 +00:00
Ingo Weinhold
5f73bbcdce
Don't crash on stack frames without recognized function.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33577 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 04:50:27 +00:00
Jonas Sundström
3363f0c5bd
Clean-up.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33576 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-14 00:14:34 +00:00
Oliver Tappe
41426d9bac
* Moved three locale-related headers back into a safe place (where no
...
software looking for them will find them) as a temporary fix for #4747 .
In the long run, the functions declared in these headers should be
implemented by means of ICU and then the headers shall be made public again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33575 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 17:15:49 +00:00
Joachim Seemer
087b6f8e62
Mail isn't ready yet. Revert. Sorry.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33574 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 15:23:36 +00:00
Joachim Seemer
b717803733
The screenshot shows in fact a PNG, not a JPEG. Thanks HaikuBot for noticing.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33573 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 15:21:22 +00:00
Michael Lotz
23d857d96a
Fix missing initialization of fSpacing.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33572 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 12:58:06 +00:00
Axel Dörfler
c679d93a10
* Correctly evaluate the TMailApp::ShowButtonBar() setting. This fixes bug
...
#4706 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33571 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 12:46:30 +00:00
Axel Dörfler
273dbd0916
* The network syscalls now check if you try to pass a non-userland address to
...
them (which you previously could use to easily crash/take over Haiku).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33570 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 07:19:18 +00:00
Axel Dörfler
6a6aa9bdb0
* Someone forgot to add the mount_server to the image, causing Haiku to wait
...
forever for it on boot... :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33569 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 07:17:34 +00:00
Michael Pfeiffer
2044d20e91
Hopefully fixed gcc4 build (untested).
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33568 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 05:36:56 +00:00
Ingo Weinhold
42d7d768ca
Removed unintentionally introduced code. Spotted by Stippi.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33567 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 03:17:35 +00:00
Michael Lotz
417f446051
The parameter to toFixPtString() only controls the decimal places, not the
...
actual digits. Therefore the buffer was always too small leading to memory
corruption. Use the version that allocates the string for us instead, then trim
it and assign it to the result.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33566 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 02:48:17 +00:00
Michael Lotz
39e251f2d2
Remove the -U option when building the CD. It's not needed as we use rockridge
...
anyway and makes the CD more compliant.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33565 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 02:03:01 +00:00
Michael Lotz
baddb6942c
Check for user buffers and properly use user_memcpy() in that case. Fixes #4770 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33564 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-13 00:13:08 +00:00
Jonas Sundström
8637183adf
Laid out views to fit better on-screen. Made it use BAboutWindow and BWindow::CenterOnScreen(). Partial clean-up of code I passed by. A few obvious comments removed. Hopefully an improvement. Still needs a lot of work.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33563 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-12 23:59:35 +00:00
Niels Sascha Reedijk
49aa230740
Style, spelling and grammar changes. Courtesy of Tim Howe
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33562 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-12 21:09:12 +00:00
Michael Pfeiffer
11209c604f
* Fixed crash at cancelation.
...
* Simplified class LprSetupDlg using DialogWindow.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33561 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-12 20:01:09 +00:00
Axel Dörfler
361f5cdfaf
* Build fix for the boot loader (it's now using the new utility functions as
...
well). Sorry!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33560 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-12 19:42:50 +00:00
Michael Pfeiffer
daff73b116
Correction for style issue fix.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33559 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-12 19:27:18 +00:00
Michael Pfeiffer
3d9c7baae6
Fixed style issues.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33558 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-12 18:48:47 +00:00
Michael Pfeiffer
fe017baf74
Fixed style issues.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33557 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-12 17:17:25 +00:00