Commit Graph

34033 Commits

Author SHA1 Message Date
Ingo Weinhold
dd5f340aea A simple pager implemented on top of the generic text console interface.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35812 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-11 17:09:11 +00:00
Joachim Seemer
37895b5d76 The bold title in Installer's about window encompassed a few letters of the regular text. Fixes #5555. Thanks diver.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35811 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-11 14:20:55 +00:00
Joachim Seemer
a28171ff53 Added all translators (as far as they mailed me their consent) of the user guide to the translation section of AboutSystem. Removed the second newline after every language heading.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35810 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-11 09:48:00 +00:00
Scott McCreary
8ca09ebceb Updated nano to 2.2.3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35809 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-11 05:45:03 +00:00
Matt Madia
6a9a6885e5 Removed the optional package "Firefox". People building their own images may
need to edit their UserBuildConfig to use "BeZillaBrowser".


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35808 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-11 05:09:23 +00:00
Jonas Sundström
269b77069d Change message constant to not use all upper case, which is the system namespace. Thanks Ingo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35807 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-11 00:11:05 +00:00
Philippe Houdoin
b19902ae4e Made BGLView by default freely resizable by layout manager. I'm not sure I didn't break binary compatibility, please review.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35806 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 23:03:03 +00:00
Jonas Sundström
f2a68969a4 Adding menu item Restart Tracker, to be shown when Tracker isn't running.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35805 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 22:25:01 +00:00
Michael Pfeiffer
7bd66e4347 Added help text to .catkeys files. Sorted files by second and first
column.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35804 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 19:20:20 +00:00
Michael Pfeiffer
e4872e666e Missed two translation comments in r35800.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35803 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 19:19:16 +00:00
Ingo Weinhold
5d1f3d53e2 get_next_physical_address(): Directly update the
gKernelArgs.physical_allocated_range array. This way it is always up to date
and we don't need to fix it in mmu_init_for_kernel().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35802 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 18:38:57 +00:00
Ingo Weinhold
73a72c42e2 Added get_free_address_range() to get a free range in a given range array.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35801 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 18:36:44 +00:00
Michael Pfeiffer
c7e6a67024 Added translation comments.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35800 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 18:11:58 +00:00
Axel Dörfler
47f23fb5c1 * If get_cached_block() failed reading a block, it would leave a deleted object
in the unused list if it got the block via block_cache::_GetUnusedBlock().
* block_cache::_GetUnusedBlock() leaked the compare data block if the
  BLOCK_CACHE_DEBUG_CHANGED feature had been enabled.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35799 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 10:57:37 +00:00
Scott McCreary
7794164d61 updated sqlite to 3.6.22
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35798 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 06:34:45 +00:00
Michael Lotz
67f1ff42ed Add missing check for non-data items which lead to picking up some mice as
keyboards due to buttons being padded by non-data arrays. The keys wouldn't
actually be used later, but a (useless) keyboard device would still be
published.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35797 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 01:12:12 +00:00
Michael Lotz
18074c28fa Reworked the handler adding to be based on input reports. This way multiple
handlers may be added to a single device if it provides more than one report
for a kind of device. Should fix #5549 where two mouse reports are present
and only the first one was picked up and made available as device.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35796 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-10 01:06:14 +00:00
Adrien Destugues
b11dde545b Sync some russian catalogs from hta. The new ones will come up later.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35795 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-09 21:02:34 +00:00
Axel Dörfler
a9022acd2a * BlockAllocator::CheckNextNode() did enter an endless loop if it experienced
problems iterating over a B+tree (due to corruption).
* For now, it will stop the check process when this happens, but we definitely
  need to be able to fix broken B+trees in the future.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35794 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-09 20:08:25 +00:00
Adrien Destugues
3542c0958e Oops. These missed my checkup procedure
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35793 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-09 14:50:41 +00:00
Adrien Destugues
0484ff6792 Fix hta patch generation errors.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35792 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-09 12:40:55 +00:00
Adrien Destugues
c15e7bf559 Sync german translation from hta.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35791 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-09 12:12:11 +00:00
Adrien Destugues
eae673e874 Sync portuguese translation from hta.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35790 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-09 12:11:14 +00:00
Adrien Destugues
2ed2cb025b Sync spanish translation from hta.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35789 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-09 12:09:34 +00:00
Adrien Destugues
37b3b8f8ab Sync japanese translation from hta.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35788 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-09 11:59:59 +00:00
Adrien Destugues
a7764b301c Change the catalog loading so it will crawl up the catalogs even if the rt root one is not found. This will allow to load "fr" even if "fr_FR" is not found. This way the preflet in its current state works again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35787 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-09 10:47:03 +00:00
Scott McCreary
3dfc3a17a5 Updated the expat optional package to fix the incorrect url to it's homepage.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35786 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-08 16:40:35 +00:00
Adrien Destugues
6f9fc3e682 Update ukrainian translation.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35785 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-08 08:58:50 +00:00
Matt Madia
7eb9b5f4af Use "set -o errexit" to error out when a command failed. Make sure parent
directories are created as needed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35784 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-08 02:28:23 +00:00
Matt Madia
b745c2a919 Explicitly tell tar to use the ustar format when creating the tgz archive. This
resolves the issue of FreeBSD 8.0 of creating ISOs that will not boot. ISO
creation was also tested with FreeBSD 7.2 and Haiku r35767 gcc2hybrid.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35783 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-08 02:16:05 +00:00
Stephan Aßmus
e59dc33e21 * Added BCursorID enumeration in App Kit's Cursor.h and new constructor which
takes such an id.
 * Reused the existing mechanism to to have hardcoded tokens for the system
   cursors, i.e. removed cursor_which enumeration from ServerProtocol.h and
   used BCursorID where cursor_which was previously used.
 * Reworked CursorManager.h and CursorSet.h accordingly and removed some methods
   that where intended to replace system cursors with client cursors, since
   those would break the reference counting and forget to maintain the cursor
   list.
 * Replaced the cursors in CursorData.h/cpp with the new ones I just designed.
 * Removed HaikuSystemCursor.h and HaikuLogo.h from the source, as those are/were
   no longer used.

I hope I will not get too much beating for this one... :-) I know the new
default cursor is slightly larger, but I believe the old one was just too small.
Also I noticed that the cursor may be slightly too dark, at least the old one
seems noticeably brighter when compared side by side (the new one has a slight
gradient). That is something I may correct at least. Otherwise I hope nothing
is broken, I've tested in QEMU and so far everything works as intended.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35782 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 23:12:34 +00:00
Stephan Aßmus
7d0b880b3c * Tweaked angle of index finger.
* Removed the outline at the hand wrist.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35781 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 23:00:08 +00:00
Michael Lotz
2cf04ca728 Don't take ownership by writing the OS-owned semaphore when the BIOS-owned flag
isn't set. I'd tend to say that's a rather odd interpretation of the specified
protocol if a BIOS goes mad if the sem is written to while it doesn't actually
own the controller (it should just be a no-op in that case and directly set the
sem state). But it seems this is what others do as well (FreeBSD, Linux) so we
follow. Thanks to vegardw in #2083 for researching into this and proposing this
fix. Minor other cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35780 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 22:46:11 +00:00
Philippe Saint-Pierre
98d5d91cbf DiskUsage: Usability enhancement
* When clicking in a outer sector, the middle circle now takes the color the outer sector had, helping to keep some consistency.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35779 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 21:07:24 +00:00
Stephan Aßmus
478d0ad5d9 Fixed file name.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35778 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 18:50:40 +00:00
Stephan Aßmus
964d480b2d Fixed file name
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35777 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 18:50:06 +00:00
Stephan Aßmus
ec13439d80 Designed a whole bunch of cursors.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35776 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 18:48:31 +00:00
Michael Pfeiffer
6b862e027c Simplified translation text handling.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35775 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 12:48:44 +00:00
Michael Pfeiffer
a9611382fa Added comment where 'Unknown' text is used.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35774 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 12:47:05 +00:00
Michael Pfeiffer
6449e3ee5c Corrected copy&paster error. The "Uninstall" option contained the same
text as the "Install" option. 


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35773 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 12:46:03 +00:00
Stephan Aßmus
a070cf5306 * Indentation update in DateTime.h
* Extended BTime, BDate and BDateTime with archiving functionality.
 * Adjusted code which uses these classes, since including DateTime.h
   already imports the classes from the BPrivate namespace.
 * Moved DateTime.h into Support Kit. It is still in the BPrivate namespace,
   as I am uncertain what to do with time_type and diff_type. I'd favor
   moving the constants into the classes itself. Possibly removing the B_
   prefix from them. Feedback welcome.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35772 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 12:08:47 +00:00
Michael Pfeiffer
09ccc66ea0 * Localized.
* Text of boot menu items is encoded using code page 437 (for example
  umlaute can now be used). 
* On the last wizard page before writing the boot menu a preview is 
  shown of the boot menu items. 
* Enforce menu item size limit of 70 bytes. 


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35771 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 11:28:24 +00:00
Axel Dörfler
5edde94cab * checkfs is now working again; I couldn't test my earlier changes because I had
no time left, but I didn't want to lose them either.
* This fixes bug #5536, sorry for the inconvenience.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35770 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-06 13:47:50 +00:00
Ryan Leavengood
a76f629efa Apply patch from Maxime Simon to make several translators use the Layout API.
There are a few small changes from myself, such as adding a copyright for
Maxime in files with bigger changes. Also because this patch was so old I had
to do some manual patching, and added back the title and description on the TGA
and TIFF translators.

I think this improves things a lot, though there is still some work to do to
improve the consistency of the translator settings views.

I think this mostly fixes #2117, though I may leave the ticket open until a few
more things are resolved.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35769 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-06 04:45:43 +00:00
Ryan Leavengood
5737a67d71 Apply an old patch from Maxime Simon to make Data Translations use the
ALM Layout so that it is font sensitive and that translator config
views can also use the Layout API.

Fixes #3789.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35768 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-06 04:18:34 +00:00
Jonas Sundström
fbc75a5372 Partial clean-up
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35767 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-05 20:50:58 +00:00
Matt Madia
80b2e0594f As pointed out by Humdinger, Haiku-doc.css no longer needs to explicitly added.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35766 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-05 13:09:45 +00:00
Matt Madia
b230338896 Updates the Welcome optional package, to copy Haiku-doc.css from
docs/userguide/. Fixes build that add that package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35765 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-05 12:17:03 +00:00
Joachim Seemer
05ece81569 Updated the translations of the user guide. Haiku-doc.css was moved into the userguide|welcome folder, the html-dtd folder was removed. Thanks to all contributers.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35764 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-05 07:01:38 +00:00
Jonas Sundström
6ecc7269ab Settings class. See TODO comment in MailApp.h
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35763 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-04 22:32:29 +00:00