Commit Graph

43614 Commits

Author SHA1 Message Date
Axel Dörfler
7adf5162e7 Reset controller::active_codec on uninit.
* The controller structure is static, so if you closed the device,
  and the driver failed to initialize correctly (ie. finds no codec)
  on the second try, it would have crashed accessing an already freed
  codec.
* Not sure why it fails to detect any codecs on second open, yet,
  though.
2012-09-23 22:55:55 -04:00
Axel Dörfler
7f96ce1485 Fixed saving the column state to a message.
* This fixes copy/pasting the column state when the "display-as"
  feature is used.
2012-09-23 22:55:33 -04:00
Humdinger
c9b21d2715 Extract demo packages to /boot. Added image package. 2012-09-23 22:54:42 -04:00
Axel Dörfler
072771e7cd cache_abort_sub_transaction() did not maintain num_blocks.
* When a block was only used in a sub-transaction, it was thrown away,
  but the transaction::num_blocks field was not decremented.
* This caused transactions never considered finished which eventually
  led to bug #8942. This does not explain the disk corruption occurring
  in #8969, though.
2012-09-23 22:47:34 -04:00
Matt Madia
6a69e0cad5 Re-enable stripping of debug symbols for @alpha-*, @nightly-*
For a GCC 2 hybrid image, this brings the size down from 781MiB to 743MiB.
2012-09-23 22:47:15 -04:00
Matt Madia
66647c47ba Ensure that wpa_supplicant does not get stripped. See #8603 for history. 2012-09-23 22:46:22 -04:00
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