Matt Madia
0e63108c64
Updated comment.
2012-09-23 22:46:18 -04:00
Matt Madia
a7056faafa
Refactored the stripping of debug symbols to be a per-archive basis.
...
Setting 'HAIKU_STRIP_DEBUG_FROM_OPTIONAL_PACKAGES = 1' will enable the
mechanism. By default all packages will be stripped. Passing anything
other than '1' or 'true' in the InstallOptionalHaikuImagePackage call
will disable it for a particular package.
2012-09-23 22:46:13 -04:00
Stephan Aßmus
65ff80987a
Small cleanups to dragging partition entries code.
2012-09-23 22:45:39 -04:00
Jacob Waterman
b4962fe9f8
Added drag & drop of disk/partition paths; drag a list item to terminal, pe, etc. and release to copy the path. (ticket #8872 )
...
Signed-off-by: Stephan Aßmus <superstippi@gmx.de>
2012-09-23 22:45:37 -04:00
Philippe Saint-Pierre
cd9795d5b4
Tracker: Moving columns could make an horizontal scrollbar appear
2012-09-23 22:44:47 -04:00
Niels Sascha Reedijk
560f50437b
Update translations from Pootle
2012-09-23 06:26:12 +02:00
Niels Sascha Reedijk
8e1528fd46
Update translations from Pootle
2012-09-22 06:27:18 +02:00
Niels Sascha Reedijk
463b5b4ff9
Update translations from Pootle
2012-09-21 06:27:08 +02:00
Niels Sascha Reedijk
0a4e4f7a1c
Update translations from Pootle
2012-09-20 06:26:39 +02:00
Niels Sascha Reedijk
f3faadc1ec
Update translations from Pootle
2012-09-19 06:26:42 +02:00
Niels Sascha Reedijk
5577906992
Update translations from Pootle
2012-09-16 06:25:53 +02:00
Ryan Leavengood
b3bfaea495
Don't call unload_driver_settings twice. Thanks Hamish.
2012-09-15 00:34:47 -04:00
Scott McCreary
fef180261f
Add OptionalPackage Droid, font from Google's Android project
2012-09-15 00:34:47 -04:00
Scott McCreary
54ad750e2f
Add OptionalPackage Nanumfont, a Korean monospace font
2012-09-15 00:34:47 -04:00
Alexander von Gluck IV
8777466f56
VM Preflet: Use AutoDeleter on the settings
...
* Prevents a minor memory leak
* Thanks for catching this Axel!
2012-09-15 00:34:47 -04:00
Scott McCreary
df101c7835
Rebuilt some more packages mostly to fix directory issues.
2012-09-15 00:34:47 -04:00
Jérôme Duval
797a822aee
DevelopmentMin optional package: add 3rdparty headers
...
* Add freetype, libpng and jpeg headers
2012-09-15 00:34:46 -04:00
Axel Dörfler
8ce8ccf96f
Run the transaction flusher in another thread.
...
* This fixes bug #8977 .
2012-09-15 00:34:46 -04:00
Scott McCreary
b87ff1acee
Rebuilf beam and transmission gcc4 packages
2012-09-15 00:34:46 -04:00
Scott McCreary
43b331da20
Updated several more OptionalPackages
2012-09-15 00:34:46 -04:00
Ingo Weinhold
f93700929e
Fix crash in MemoryManager::PerformMaintenance()
...
sFreeAreaCount wasn't decremented after removing an area from
sFreeAreas, thus causing the loop to continue until enountering and
crashing on a NULL pointer after removing the last area. Introduce
helper methods _PushFreeArea() and _PopFreeArea() to ensure this cannot
easily happen again.
Fixes ticket #8972 .
2012-09-15 00:34:46 -04:00
Marcus Overhagen
636bf60b15
Use implemented ports mask to check if maximum port count needs to be extended.
...
* This should fix #8953
* Also fix some harmless off-by-one errors
2012-09-15 00:34:45 -04:00
Niels Sascha Reedijk
c7bf5e093f
Update translations from Pootle
2012-09-15 06:25:51 +02:00
Niels Sascha Reedijk
cd91331058
Update translations from Pootle
2012-09-14 06:24:18 +02:00
Niels Sascha Reedijk
c4dd4b5c35
Update translations from Pootle
2012-09-13 06:26:32 +02:00
Niels Sascha Reedijk
622fe17838
Update translations from Pootle
2012-09-12 06:25:08 +02:00
Niels Sascha Reedijk
082e4c8b87
Update translations from Pootle
2012-09-11 06:30:19 +02:00
Niels Sascha Reedijk
10041f245c
Update translations from Pootle
2012-09-10 06:26:10 +02:00
Ryan Leavengood
d3e0280940
Update WebKit with the alpha4 specific version.
...
Thanks Rene for building it!
2012-09-09 19:42:36 -04:00
Alexander von Gluck IV
9f36741b8a
VM Preflet: Fix user prompt string typo. Thanks ttcoder!
2012-09-09 19:13:42 -04:00
Alexander von Gluck IV
52d3e2efae
VM Preflet: Add a BStatusBar to show swap file usage
...
* Correct a situation where disabling the auto swap without
adjusting the swap size would result in an invalid swap
size getting written to the configuration
2012-09-09 19:13:25 -04:00
Alexander von Gluck IV
c7df01860a
VM Preflet: Style cleanup; check for success of fs_stat_dev
...
* Cleanup as per Axel on the ML
* Remove superfluous else statements
2012-09-09 19:13:23 -04:00
Alexander von Gluck IV
c6a63ebb27
VM Preflet: More correctly calculate default swap
2012-09-09 19:12:55 -04:00
Alexander von Gluck IV
45f231f0b5
VM Preflet: Center properly on screen
...
* On first run, dialog was at 0,0
* Rename window location/settings file
from VM_data to virtualmemory_preferences
2012-09-09 19:12:52 -04:00
Alexander von Gluck IV
39792a3208
Kernel VM: Utilize swap_auto option
...
* Refine the swap logic a little
* Refine header copyright to preferred format
I had hamishm's verbal permission to change his entry
2012-09-09 19:12:49 -04:00
Alexander von Gluck IV
a9816d4372
VM Preflet: Add an automatic swap option swap_auto
...
* Add swap_auto to the virtual memory settings file
* Disable controls based on the context of what is enabled
* hamishm gave permission to adjust his copyrights to Haiku, Inc.
2012-09-09 19:12:42 -04:00
Alexander von Gluck IV
749ab62820
VM Preflet: Style fix. bootDev to gBootDev. No functional change
2012-09-09 19:12:40 -04:00
Alexander von Gluck IV
df015ac1ce
VM Preflet: More throughly translate BAlert window titles
...
* Ensure we call translate BAlert window titles
2012-09-09 19:12:37 -04:00
Hamish Morrison
994ed1bff9
VM Preflet: Add support for device selection
...
* Enables swap file to be placed on non-boot partition
* Changes tied closely to recent kernel virtual memory change
2012-09-09 19:12:33 -04:00
Axel Dörfler
e7c570cbc8
Added fallback model string parsing for Intel CPUs.
...
* When we do not have a predefined model string, we now try to parse
the reported model string into something that is at least usable,
and should look comparable to what we have now.
* For models where the parsed type string is acceptable, we could remove
the predefined ones.
2012-09-09 19:09:20 -04:00
Axel Dörfler
09cdc7f2d3
Fixed warnings, 80 character line limit.
2012-09-09 19:09:18 -04:00
Humdinger
8b84d1a475
Small corrections to AboutSystem.
...
Thanks Rene.
2012-09-09 19:08:45 -04:00
Humdinger
775ca691cd
Updated the list of contributers.
...
Added people to the list contributers.
Moved people to the list of past maintainers.
Added GCI to our Google thanks.
2012-09-09 19:08:22 -04:00
Ryan Leavengood
d034e5839d
New icons for source code and patch files.
...
Both are from #8867 , created by Justin Stressman. The previous source code icon
was not friendly to those with green color blindness. I also think it was an
ugly green.
Fixes #8867 of course.
2012-09-09 19:06:59 -04:00
Scott McCreary
9b844fbc7b
Fix typo
2012-09-09 19:06:26 -04:00
Scott McCreary
10fb1ad5bf
Update several more packages for R1A4
...
Conflicts:
build/jam/OptionalPackages
2012-09-09 19:05:51 -04:00
Alexander von Gluck IV
21556b610d
Kernel VM: A few changes as per Axel in #7742
...
* Avoid floating point numbers in the kernel
* Warning would always show if custom swap file in use
* Don't change a custom swap file size if low space occurs
* Ram > 1GB? Don't double the memory for the automatic size
2012-09-09 19:03:22 -04:00
Alexander von Gluck IV
33b1bc7bf7
Kernel VM: Add compatibility logic
...
* If old-format swap config file found, parse it properly
2012-09-09 19:02:32 -04:00
Alexander von Gluck IV
81d8910bd5
Kernel VM: Improve swap file selection
...
* Heavily based on Hamish Morrison's GCI work with some
modified logic and cleanup. #3723
* Adds automatic swap as well as user specified swap
* Limits:
Automatic: (ram * 2) up to 25% of the disk
User: user specified up to 90% of the disk
* Supports changing the swap disk location
2012-09-09 19:00:20 -04:00
Alexander von Gluck IV
c9ac74f018
Kernel VM: Style cleanup; No functional change
2012-09-09 19:00:08 -04:00