Michael Pfeiffer
7b362730d7
Removed unnecessary code.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1618 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1618
2002-10-23 15:21:33 +00:00
beveloper
d734a8ce5a
some header files to be R5 compatible
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1617 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1617
2002-10-23 13:54:44 +00:00
beveloper
16fe4511e7
added these master include files for better R5 compatibility when compiling
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1616 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1616
2002-10-23 13:48:14 +00:00
beveloper
d7e489f80a
modified to provider better R5 compatibility
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1615 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1615
2002-10-23 13:45:47 +00:00
Daniel Reinhold
2050c9bb7c
put call to exit() back in, now that it's implemented
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1614 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1614
2002-10-23 13:32:07 +00:00
beveloper
4614b80ee6
some midi2 headers
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1613 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1613
2002-10-23 13:24:57 +00:00
beveloper
072a505a0d
some midi2 headers
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1612 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1612
2002-10-23 12:50:56 +00:00
Daniel Reinhold
997a2a4349
added exit() to stdlib
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1611 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1611
2002-10-23 07:27:19 +00:00
Axel Dörfler
23d098b60b
Forgot to set the new "start" within the blocks range in
...
AllocationGroup::Allocate()/Free().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1610 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1610
2002-10-23 02:59:39 +00:00
Matthew Wilber
0cc314e0ac
Added some more checking, added a few BApplication objects because some Translators fail to work without them
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1609 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1609
2002-10-23 02:35:47 +00:00
Matthew Wilber
75cf351844
Changed the name of the Test Suite to be shorter and consistent with the other Test Suite names
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1608 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1608
2002-10-23 02:34:36 +00:00
Matthew Wilber
c2e84bf53a
added some more checking
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1607 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1607
2002-10-23 02:33:20 +00:00
Ingo Weinhold
5f20a509b4
Added documentation. Some smaller fixes.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1605 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1605
2002-10-23 01:06:13 +00:00
Michael Pfeiffer
313fe24d7c
Various stuff. Some classes should go elsewhere...
...
PictureIterator comes from PDF Writer.
PicturePrinter uses PictureIterator to print the contents of a BPicture in human readable form to stdout.
PrintJobReader class for decoding a print job file.
DumpPrintJob to print the contents of a print job to stdout.
Preview to display the contents of a print job in a window (like Preview printer add-on).
Template class that extends PictureItartor.
PictureTest... ugly classes for testing BPicture...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1604 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1604
2002-10-22 18:22:45 +00:00
Axel Dörfler
820dca1912
Rearranged some code in the BlockAllocator; AllocationGroup now has Allocate()
...
and Free() methods which operate on the AllocationBlocks.
BlockAllocator::AllocateBlocks() couldn't correctly reserve space for allocation
groups with more than 2 blocks - AllocationGroup::Allocate() now can, which
is now used by AllocateBlocks() (but it's slightly less fast).
Began implementing functionality for a chkbfs-like command.
Some style changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1603 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1603
2002-10-22 17:54:38 +00:00
Axel Dörfler
c35898079f
Updated tasks to do.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1602 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1602
2002-10-22 17:49:24 +00:00
Axel Dörfler
e891a05e6e
Add a new DEBUGGER() macro (doesn't do anything for the release build).
...
Some style changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1601 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1601
2002-10-22 17:48:29 +00:00
Axel Dörfler
05f02d9b9a
Volume::Ummount() now use the NO_WRITES mode for remove_cached_device_blocks()
...
if the volume is read-only.
Some style changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1600 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1600
2002-10-22 17:46:12 +00:00
beveloper
4c7e1fff2f
Should help with compiling network related apps.
...
I'm not sure if we really need this socket.h and netdb.h wrappers
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1599 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1599
2002-10-22 16:29:21 +00:00
Michael Pfeiffer
7977efcf98
Added ability to select printer inside of application.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1598 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1598
2002-10-22 16:03:31 +00:00
Michael Pfeiffer
5108df6e12
Added scripting support to enable/disable configuration window.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1597 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1597
2002-10-22 15:59:19 +00:00
Michael Pfeiffer
aba0d179c7
Handle moving of job file correctly.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1596 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1596
2002-10-22 15:57:55 +00:00
Michael Pfeiffer
4e776836cd
Added new source files.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1595 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1595
2002-10-22 15:57:12 +00:00
Michael Pfeiffer
dda672d898
Added class AutoReply.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1594 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1594
2002-10-22 15:56:40 +00:00
Daniel Reinhold
87790d71e6
fixed a minor error and some typos
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1593 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1593
2002-10-22 11:36:29 +00:00
Daniel Reinhold
4fea1c8ff7
added TLB/Cache information
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1592 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1592
2002-10-22 10:56:17 +00:00
Axel Dörfler
7ab95d9da9
Made it easier to switch from R5 compilation to the test "obfs" compilation.
...
$ COMPILE_FOR_R5=1 jam
will compile the "bfs" version, otherwise the "obfs" version is created.
Note: the final executable will always be called obfs (for now).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1591 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1591
2002-10-22 02:23:24 +00:00
DarkWyrm
b010ca6720
Checkin for Gabe Yoder
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1590 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1590
2002-10-22 00:08:45 +00:00
DarkWyrm
809cd10db5
Removed \r characters
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1589 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1589
2002-10-22 00:06:13 +00:00
shatty
1bb3424fce
changed beep to use stdlib instead of c++ lib
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1588 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1588
2002-10-21 21:53:52 +00:00
shatty
dea47e9bad
beep uses C++ io, moved to section including stdc++.r4
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1587 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1587
2002-10-21 21:41:33 +00:00
beveloper
b518f06251
BSimpleGameSound test application
...
contributed by Christopher ML Zumwalt May
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1586 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1586
2002-10-21 16:56:53 +00:00
beveloper
6eaf18596d
updated by Christopher ML Zumwalt May
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1585 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1585
2002-10-21 16:53:45 +00:00
Stefano Ceccherini
eae06be465
Er... it seems I found some time to work on this :)))
...
Added the last two missing FindLast() functions
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1584 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1584
2002-10-21 14:29:15 +00:00
Daniel Reinhold
98e3e1ff5d
implemented the get_cpuid() function in libroot and added a new kernel app 'cpuinfo'
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1583 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1583
2002-10-20 05:28:35 +00:00
Daniel Reinhold
b52ed331f1
implemented the get_cpuid() function in libroot and added a new kernel app 'cpuinfo'
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1582 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1582
2002-10-20 04:04:03 +00:00
Tyler Dauwalder
06d7ca7b6c
*Finally* finished BRoster::GetRecent*() tests:
...
- Added setUp() and tearDown() implementations that create and
remove necessary test files respectively.
- Finished up GetRecentDocuments() tests
- Added GetRecentFolders() tests
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1581 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1581
2002-10-19 19:08:56 +00:00
Tyler Dauwalder
9cab0e3b5d
Added GetRecent{Applications,Documents,Folders}() cases
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1580 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1580
2002-10-19 19:06:38 +00:00
Ingo Weinhold
5993f44c27
Roster watching tests added.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1579 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1579
2002-10-18 14:09:01 +00:00
Ingo Weinhold
7a0335c8a3
Added support for roster watching.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1578 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1578
2002-10-18 14:05:25 +00:00
Ingo Weinhold
edb7407e80
Implemented {Start,Stop}Watching().
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1577 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1577
2002-10-18 14:04:40 +00:00
Ingo Weinhold
97b8908160
Added message constants for roster watching.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1576 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1576
2002-10-18 14:03:54 +00:00
Ingo Weinhold
2d08f6879a
Remove _{Start,Stop}Watching() and some friends.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1575 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1575
2002-10-18 14:03:29 +00:00
Ingo Weinhold
f4e4e1c602
BRoster watching tests added.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1574 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1574
2002-10-18 14:02:04 +00:00
Ingo Weinhold
6d8943122a
Generic watching support classes.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1573 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1573
2002-10-18 14:01:09 +00:00
Matthew Wilber
f4eaaa86d5
fixed spelling issue and changed casting from C-style to new C++ style
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1572 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1572
2002-10-18 03:27:43 +00:00
Matthew Wilber
2d17c340c7
fixed spelling issue
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1571 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1571
2002-10-18 03:27:10 +00:00
Matthew Wilber
c48048d386
fixed spelling and changed casting from C-style to new C++ style
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1570 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1570
2002-10-18 03:26:49 +00:00
Matthew Wilber
e9651c05a1
fixed spelling and changed casting from C-Style to new C++ style
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1569 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1569
2002-10-18 03:26:18 +00:00
Matthew Wilber
8da2aed831
fixed a spelling issue
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1568 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1568
2002-10-18 03:25:28 +00:00