Axel Dörfler
7f33c9cda3
Lost the "EFI" in front of "GUID Partition Map" name.
...
* This is how other systems refer to it as well, and is shorter, too.
2013-01-24 01:15:26 +01:00
Matt Madia
0a8ba3708e
Manually updated the application signature in catkeys.
...
The last part of fixing #9399 .
Note: Hopefully this is 'OK'. `jam -q catkeys` and `jam -q catalogs` ran
without issue. Running FirstBootPrompt managed to use up the compiled catalogs.
2013-01-23 18:58:44 -05:00
Matt Madia
3692aaf4ba
Relocate the catkeys for FirstBootPrompt.
...
Edits will follow.
Fixes part of #9399 .
2013-01-23 18:58:43 -05:00
Matt Madia
37fb247341
Renamed ReadOnlyBootPrompt to FirstBootPrompt.
...
The previous name is no longer applicable, as *BootPrompt is now launched on
the first boot of writable medium (e.g., USB thumb drive and hard drives).
Fixes part of #9399 .
Notes:
* BootPrompt.rdef may have lost its history.
* The renaming was done with the following command:
git mv src/apps/readonlybootprompt src/apps/firstbootprompt
2013-01-23 18:58:42 -05:00
Matt Madia
85004907bf
Symlink Installer to the Desktop only on read-only medium.
...
Fixes part of #9399
2013-01-23 18:58:41 -05:00
Matt Madia
6f141e02e8
Renamed the button "Desktop (Live-CD)" to "Boot to Desktop".
...
Fixes part of #9399
2013-01-23 18:58:40 -05:00
Axel Dörfler
99fc216a95
gpt: do not advertize the partition as read-only.
2013-01-24 00:45:50 +01:00
Axel Dörfler
2077b23f14
intel disk system: restrict maximum supported size.
...
* The MBR can only address 2^32 blocks.
* This prevents you from initializing a disk larger than 2TB with a block
size of 512 bytes.
2013-01-24 00:44:26 +01:00
Axel Dörfler
61ba12594b
Renamed partitioning system "efi" directory to "gpt".
2013-01-23 23:21:25 +01:00
Axel Dörfler
b44f9282b7
gpt: early work in progress of a disk system add-on.
...
* It currently allows to initialize a disk using GPT. However, this then
fails somewhere in the kernel.
2013-01-23 23:16:30 +01:00
Axel Dörfler
3478d6ab2d
gpt: moved type map into its own header.
2013-01-23 23:15:48 +01:00
Axel Dörfler
b039ee6572
Minor cleanup.
...
* Renamed *MI members to *MenuItem.
2013-01-23 21:44:13 +01:00
Axel Dörfler
5e081035a7
DriveSetup: fixed device row size/name.
...
* Apparently, the order the fields are set matters, so the drive name
and the size now appear in the list as they should have before.
* Leave the size field empty if the size is 0.
2013-01-23 21:27:25 +01:00
Dancsó Róbert
c8ae0dd87c
DriveSetup: Added disk name to the DiskView.
...
* The disk device name will be shown on the disk map.
Signed-off-by: Axel Dörfler <axeld@pinc-software.de>
2013-01-23 21:27:04 +01:00
Rene Gollent
900ce215d3
Add support for template type/value parameter packs.
...
- Implements support for two proposed but not yet formalized
additions to the DWARF spec with regards to variadic template
parameters. These are nevertheless already being generated by
gcc under some user extension tags when C++0x is specified.
Fixes #9398 .
2013-01-22 20:10:45 -05:00
Rene Gollent
b68166e1da
Restrict the address range dumped in crash reports.
2013-01-22 20:09:47 -05:00
Siarzhuk Zharski
e449bae891
bin/unrar outsorced to UnRAR 4.2.4 opt.package
2013-01-22 09:38:55 +01:00
Siarzhuk Zharski
44e22d214f
Vim, KeymapSwitcher and UnRAR packages updated
...
* Version of Vim package for x86_64 added;
* Version of KeymapSwitcher package for x86_64 added;
* KeymapSwitcher package fixed to preserve Cmd <-> Ctrl swap settings on
keymaps switch. Fixes #9142 ;
* UnRAR updated from 3.7.8 to 4.2.4, fixed for multibyte characters
support and build for x86_64. Partially fixes #4879 ;
2013-01-22 09:38:48 +01:00
John Scipione
90ae2e54f6
Update keycodes image with more stylish version
2013-01-21 20:10:59 -05:00
Alexander von Gluck IV
ab372d6fd3
networksetup+: Simplify media check
...
* Lets just rely on IsWireless and friends
in BNetworkInterface as we are checking
the same thing twice.
2013-01-20 23:33:19 +00:00
Alexander von Gluck IV
2ddbb1e3d2
networksetup+: Adjust add-on path to match preflet name
2013-01-20 23:33:18 +00:00
Matt Madia
afc33db942
Launch ReadOnlyBootPrompt if $freshInstallIndicator exists.
...
That file will exist on every read-only media, first boot of writable images
(usb,vmdk), and (if installing directly to partition via the build system or a
mounted image file) hard disk.
The last scenario (of installing directly to hard disk through the build system
or mounted image file) may not be ideal, but it generally tends to be an
advanced installation method. Additionally, it will occur only on first boot.
Fixes #8945 .
2013-01-20 18:03:31 -05:00
Matt Madia
06437987e0
Corrected the name of the operating system.
...
Automatic whitespace cleanup too. No functional changes.
2013-01-20 17:53:50 -05:00
Matt Madia
6519b97eda
Fixed a typo.
2013-01-20 17:50:03 -05:00
Humdinger
76f3378cd0
Renamed "Windows" to "Option" in Shortcuts GUI ( #9391 )
...
Correctly named it "Option" key as everwhere else in Haiku.
Thanks mks for pointing it out.
2013-01-20 10:05:16 +01:00
Humdinger
ab73d6ac07
Make Playground find its catalog ( #9388 ).
...
Small error in the jamfile put the catalog in subfolder
so it wasn't found. As reported by mt and investigated
by diver. Thanks!
2013-01-20 09:53:23 +01:00
John Scipione
3528f5bb69
Add BBitmapStream docs and translation kit stub
2013-01-19 15:05:11 -05:00
John Scipione
278bcb57e7
Remove docs from BitmapStream.cpp
2013-01-19 15:04:34 -05:00
John Scipione
6a4b222bc9
Use condensed, not squished together. Better
2013-01-19 13:17:50 -05:00
John Scipione
4f7717a999
By removing the style on escapement_delta doxygen links it up which is better
2013-01-19 13:17:49 -05:00
John Scipione
27c3eae9b4
Another minor fix, style constant
2013-01-19 13:17:49 -05:00
John Scipione
0d2b04ca83
Minor update use fixed font for B_OK
2013-01-19 13:17:49 -05:00
John Scipione
05757eb6b3
Fill out BFont detailed description.
...
Also a bunch of cleanup including removing private method docs
and cleaning up language. BFont is pretty much completely documented
at this point.
2013-01-19 13:17:48 -05:00
John Scipione
9c840df052
Woops, I meant == not =
2013-01-19 13:17:48 -05:00
John Scipione
a8f3c5a8fb
Style fixes only
2013-01-19 13:17:47 -05:00
John Scipione
c258d2fa0e
Fill out BFont member docs
2013-01-19 13:17:47 -05:00
John Scipione
840476e1cb
Rename SetFamilyAndStyle variable to code matching the header and BeBook.
2013-01-19 13:17:47 -05:00
John Scipione
c969b46240
Put comments in methods, only description line outside
2013-01-19 13:17:46 -05:00
John Scipione
566e828c5f
Add initial BFont documentation
2013-01-19 13:17:46 -05:00
John Scipione
1f7ff051a7
Style updates and remove docs from cpp file
2013-01-19 13:17:46 -05:00
Jerome Duval
058f84c3e1
Follow up to hrev45127
...
* check whether HAIKU_STRIP variable is set
* use AddVariableToScript instead of AddTargetVariableToScript
since $(HAIKU_STRIP) isn't a jam target.
2013-01-19 16:12:20 +01:00
Niels Sascha Reedijk
d5ef3d86d1
Update translations from Pootle
2013-01-19 06:46:42 +01:00
John Scipione
5df9097a4e
Use stop alert icon if can't find translator
2013-01-18 16:52:10 -05:00
Jerome Duval
4a9b48c1c5
ps2 and pci: remove debugger commands on uninit of modules
2013-01-18 21:34:53 +01:00
Janus
02d04a7664
Fix #9330 . Notifications Window is always inside the screen
...
Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
2013-01-18 20:58:09 +01:00
Julian Harnath
23bfcc5517
Fix MixerInput overflow
...
Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
2013-01-18 20:51:17 +01:00
Janus
d45cd469ef
Fix #9302 . The selection is calculated properly after a list insertion (AddList with index)
...
Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
2013-01-18 20:46:16 +01:00
Dancsó Róbert
fee1677630
Added localization support for Haiku Multi Audio media addon.
...
Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
2013-01-18 20:32:08 +01:00
Przemysław Buczkowski
89b48debc2
Correct errno return in link() function (bug #8770 )
...
* edited as pointed by Axel
2013-01-18 20:00:26 +01:00
Jerome Duval
4280f862ec
Fixed style issues, as pointed by Axel
2013-01-18 19:43:20 +01:00