Commit Graph

43423 Commits

Author SHA1 Message Date
Niels Sascha Reedijk
a98c817bc5 Update translations from Pootle 2012-09-29 06:26:10 +02:00
Niels Sascha Reedijk
5913e732ce Update translations from Pootle 2012-09-28 06:25:28 +02:00
Niels Sascha Reedijk
ae87e8bd1a Update translations from Pootle 2012-09-27 06:26:36 +02:00
Niels Sascha Reedijk
f124f5044c Update translations from Pootle 2012-09-26 06:25:22 +02:00
Niels Sascha Reedijk
46dd6f85ea Update translations from Pootle 2012-09-25 06:28:19 +02:00
Niels Sascha Reedijk
42d0b2b49e Update translations from Pootle 2012-09-24 06:26:12 +02:00
Axel Dörfler
64911a689a Always set a minimum size for the list view.
* Otherwise it doesn't look good when the media server is just
  being launched (so there are no nodes yet).
2012-09-23 23:00:10 -04:00
Axel Dörfler
5a00495b7d Cleanup.
* Sort methods like they are declared in the header.
* Fixed a number of coding style violations and other oddities.
2012-09-23 23:00:08 -04:00
Axel Dörfler
59592d6539 Don't start showing the hint for each solved number.
* Instead, only keep it visible when the user made it visible.
* Minor cleanup.
2012-09-23 22:56:37 -04:00
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