43586 Commits

Author SHA1 Message Date
Jonathan Schleifer
0b4f4c6843 Terminal: Fix cursor blinking.
Signed-off-by: Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>
2012-11-07 07:16:21 -06:00
Jonathan Schleifer
6b0d18cd44 Terminal: Make the cursor color configurable.
Signed-off-by: Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>
2012-11-07 07:16:10 -06:00
Jonathan Schleifer
82d4090ea9 Terminal: Make cursor blinking an option.
Signed-off-by: Rene Gollent <anevilyak@gmail.com>
2012-11-07 07:16:00 -06:00
threedeyes
f1f8037f5a Enable NTFS partition type in PartitionMap. Now we can create ntfs partitions. hrevr1alpha4-44690 2012-11-07 07:08:48 -06:00
threedeyes
6fe49dd7c4 NTFS: renamed [NTFS File System] to [NT File System] to be consistent with Be File System 2012-11-07 07:08:34 -06:00
threedeyes
05c6916ab5 Fixed wrong parameters order 2012-11-07 07:08:21 -06:00
Siarzhuk Zharski
9d53613524 Ensure that KeymapSwitcher does not get stripped on Release build.
See #8603 for history.
hrevr1alpha4-44689
2012-11-07 06:30:05 -06:00
Alexander von Gluck IV
8a0905a42c R1A4: Add KeymapSwitcher into image
* This is a modified hrev44784
2012-11-07 06:29:52 -06:00
Siarzhuk Zharski
92f0883bd9 KeymapSwitcher package updated to version 1.2.7.5
* Fixed issue with unwanted keymap switching in case UnZip started in
* background (expanding optional packages during Haiku build, for
* example). UnZip executable has no background application flag
* for unknown reason.

+alpha4
2012-11-07 06:28:11 -06:00
Niels Sascha Reedijk
15cad347fb Update translations from Pootle hrevr1alpha4-44688 2012-11-07 06:36:19 +01:00
Adrien Destugues - PulkoMandy
993467576e Update to fRiSS version 0.7
Â+alpha4
hrevr1alpha4-44687
2012-11-06 22:05:26 -06:00
czeidler
85c13c5436 Move stacked windows to a different workspace correctly.
When moving a window of a stacked window group to a different workspace all windows in the stack have to be moved. This fixes #8855.
hrevr1alpha4-44686
2012-11-06 22:03:06 -06:00
Rene Gollent
4f47342978 Fix gcc2 warning. hrevr1alpha4-44685 2012-11-06 22:00:32 -06:00
Rene Gollent
0c89bc9813 Add UI hooks for watchpoints.
This gets basic watchpoint support working. Right clicking on a variable
and picking Watch now opens a prompt with the inferred address, size
and watch type for the user to adjust.

Still needs some work to get them to show/be modifiable in the breakpoints
tab and to get them to respect architectural restrictions (i.e. on x86 we
can realistically only do 2 hardware watchpoints and those are restricted
to write watch), at least until we support software emulated watchpoints.
2012-11-06 22:00:11 -06:00
Jerome Duval
2d8057816a vm_page_allocate_page_run: fix previous commit
* remove superfluous codes
* when aligning, sPhysicalPageOffset would be substracted twice
+alpha4

Signed-off-by: Ingo Weinhold <ingo_weinhold at gmx dot de>
hrevr1alpha4-44684
2012-11-06 14:19:36 -06:00
Alexander von Gluck IV
98ef5823a9 R1A4: Disable kernel serial debugging hrevr1alpha4-44683 2012-11-06 12:27:22 -06:00
threedeyes
e1dc5e2a7b DriveSetup: Added ntfs support. hrevr1alpha4-44682 2012-11-06 08:28:51 -06:00
threedeyes
1ebf320463 NTFS: Added simple disk_system add-on for ntfs 2012-11-06 08:28:40 -06:00
threedeyes
0b2437e2ed NTFS: Initial support for volume initialization
* Moving files taken from ntfs3g in a separate folder.
* Added files from ntfsprogs: mkntfs.c
* Initial support for initialization
2012-11-06 08:28:27 -06:00
threedeyes
2830f3d16f NTFS: Change pretty name as at other fs-addons 2012-11-06 08:28:13 -06:00
Fredrik Holmqvist
3ab5a5aef1 Update to ACPICA 20121018.
This is an update from 20120711 and A LOT has happened since then. See
    https://acpica.org/download/changes.txt for all the changes.
2012-11-06 08:27:29 -06:00
Rene Gollent
ef74ebaf9c Cleanup: move expression parsing for types to SourceLanguage. hrevr1alpha4-44681 2012-11-06 08:09:01 -06:00
Rene Gollent
601538f2af Start adding the underlying infrastructure for watchpoint support. 2012-11-06 08:08:41 -06:00
Rene Gollent
cb51c20c26 Add watchpoint support in DebuggerInterface. 2012-11-06 08:08:06 -06:00
Rene Gollent
a1a6f98a47 Extend typecasting to support pointer/address types.
We now parse the user's input to see if it should be a pointer/reference
type and create a derived type accordingly. This allows casting to e.g.
StyledEditApp*.
2012-11-06 08:07:31 -06:00
Rene Gollent
afaee3db45 Add support for creating derived types to DwarfType. 2012-11-06 08:05:40 -06:00
John Scipione
7790759b15 Fix gcc2 build along with some (minor) style issues hrevr1alpha4-44680 2012-11-06 08:02:49 -06:00
Rene Gollent
7a4969d017 listsem didn't actually support the -s option its help listed.
Minor cleanups.
2012-11-06 08:02:32 -06:00
Jérôme Duval
876a418254 vm_page_allocate_page_run: fix for aligned page allocations
* don't enforce a zero boundary or a zero alignment
* when going to the next range, takes alignment into account.
  It could previously just be enforced again through alignment and loop infinite.
* it should help with some FreeBSD based drivers
2012-11-06 08:00:21 -06:00
czeidler
af0e489733 Integrate patch from jessicah #8937. Thanks!
- navigate in a single S&T group using (win + left and right arrows)
- minor fixed to the patch
- enable switching between S&T groups on the same desktop again (win + up and down arrows)

Hope window key + arrow keys does not collide with to many apps?
hrevr1alpha4-44679
2012-11-06 07:56:54 -06:00
czeidler
5a1cdccb40 The current solver don't like big values.
- Check the constraint values first.
- Some cleanup.
2012-11-06 07:55:51 -06:00
Joseph R. Prostko
58b5cfa6a5 Updated GCC2 and GCC4 optional packages
* These were updated again due to recent changes to the buildtools
* Packages are based on btrev43045, whereas the previous set was based on btrev43040
+alpha 4 (GCC2 package needed to match recent date versioning change to configure script)
hrevr1alpha4-44678
2012-11-05 17:10:49 -06:00
Oliver Tappe
00de745add Fix #8193 - wrong LC_* vars if there's no country code. hrevr1alpha4-44677 2012-11-05 14:37:48 -06:00
Axel Dörfler
ad41dcdef6 Just ignore unknown ELF program headers instead of failing.
* This fixes loading executables with a TLS section (which we do not support
  so far, though). Still, no reason to let the runtime loader choke on it.
hrevr1alpha4-44676
2012-11-05 14:07:26 -06:00
François Revol
6686e87130 kdlhangman: Fallback to thread names when fortune is missing
When loading from the boot drivers tgz without a mounted boot
partition, fall back to thread names to find words.
2012-11-05 14:06:09 -06:00
François Revol
417e920456 Fix installoptionalpackage for OpenSSL and Webkit
* The regex for the OpenSSL package name variable didn't catch up
with the changed file which checked for the gcc version.
* Webkit was declared using a custom variable that wasn't grepped for.
hrevr1alpha4-44675
2012-11-05 13:59:32 -06:00
Rene Gollent
e9733ff610 Fix handling of notifications. Basic typecasting now works.
Still needs a bit of work to properly grok pointer/reference types.
hrevr1alpha4-44674
2012-11-05 09:49:08 -06:00
Rene Gollent
62da8548bc Ensure that text input is focused when window is shown.
Minor cleanups.
2012-11-05 09:48:59 -06:00
Rene Gollent
f247a9c22a Fix child-creation-needs-value nodes.
We only want to do a delete/create cycle if the node actually changed. Fixes
BMessageValueNode.
2012-11-05 09:47:47 -06:00
Rene Gollent
1154e8192f Start adding support for typecast support.
Not yet complete/working.
2012-11-05 09:46:56 -06:00
Rene Gollent
29f3a156bb Add basic helper class for user input prompting. 2012-11-05 09:43:32 -06:00
Rene Gollent
9de4ad9af8 Fix reference problem in InspectorWindow.
On quit, the inspector window needs to detach itself from its current
block and release its reference. Otherwise the next attempt to inspect
the same block will crash since it still contains the deleted window
in its listener list. Also fixes leaking blocks.
2012-11-05 09:42:34 -06:00
Rene Gollent
be9a664632 Don't pollute global namespace with min/max defines.
Fixes build on new gcc4 revision.
hrevr1alpha4-44673
2012-11-05 09:35:04 -06:00
Axel Dörfler
1979b64856 Added HDA quirks for enabling snoop.
* Enabled snoop for all Intel hardware as found in the Linux driver.
* This fixes #8949.
hrevr1alpha4-44672
2012-11-05 08:30:05 -06:00
Axel Dörfler
0ea775505e Disabled HDA MSI for now again.
* At least on my hardware, audio becomes a bit flaky (ie. sometimes it would
  just stop doing anything at all).
2012-11-05 08:29:53 -06:00
Axel Dörfler
7999e1048f Cleanup, no functional change intended. 2012-11-05 08:29:43 -06:00
Axel Dörfler
53f1232b85 MSI interrupts were not disabled on error. 2012-11-05 08:29:27 -06:00
Axel Dörfler
0c4dc1d8aa Implemented MSI support.
* Does not seem to change anything, though (I'm also a victim of bug
  #8949)
* Minor cleanup.
2012-11-05 08:28:45 -06:00
Axel Dörfler
0aff7183d9 Fixed 64 bit issue for the buffer descriptor base. 2012-11-05 08:28:33 -06:00
Niels Sascha Reedijk
7406bc63f6 Update translations from Pootle hrevr1alpha4-44671 2012-11-05 06:31:28 +01:00