Commit Graph

43598 Commits

Author SHA1 Message Date
Axel Dörfler
d780464544 Made the BRect::*Copy() methods const as they should have been. 2012-11-07 07:48:19 -06:00
Axel Dörfler
f9c3ebc53e Added Grid::AddGlue(), and SetExplicit*Size() methods. 2012-11-07 07:48:06 -06:00
Axel Dörfler
bcc420b556 Added method SetExplicitSize() for convenience. 2012-11-07 07:47:55 -06:00
Oliver Tappe
5a0a951419 BTextView uses cmd instead of ctrl for navigation
* Adjust BTextView to use B_COMMAND_KEY instead of B_CONTROL_KEY
  for wordwise navigation and jumping to the top and bottom.
  This requires a shortcut, which is only installed if there is
  none already (for the groups B_LEFT_ARROW/B_RIGHT_ARROW and
  B_HOME/B_END). As a result, wordwise navigation no longer works
  in Mail, for instance.
2012-11-07 07:45:00 -06:00
Oliver Tappe
f8e4b43426 Add BWindow::HasShortcut() 2012-11-07 07:44:48 -06:00
Oliver Tappe
c06e2f05d9 Use SHIFT to accelerate scrolling via the bar arrows. 2012-11-07 07:44:39 -06:00
Oliver Tappe
994d894370 Adjust modifier for fast scrolling to match other OSes.
* instead of any of (OPTION, COMMAND, CONTROL), use SHIFT to
  trigger accelerated scrolling via the mouse wheel
2012-11-07 07:44:28 -06:00
Oliver Tappe
ffa15d31af add test for strptime() to locale_test 2012-11-07 07:44:18 -06:00
Oliver Tappe
8e74f05de6 Drop "protected"-define from bsd-compatibility header
* drop "protected" from bsd-compat header sys/cdefs.h, as that define
  pollutes the global namespace and at least FreeBSD doesn't provide
  it anymore
* remove all uses of that macro from libedit, which seems to be the
  only user in our tree
2012-11-07 07:42:51 -06:00
Humdinger
06cac54121 Improved string of new Terminal setting. 2012-11-07 07:17:42 -06:00
François Revol
1ca1786fe6 Terminal: Add a tooltip when in fullscreen mode
* When in full screen mode, add a tooltip with the window title,
and a keyboard shortcut hint so one knows how to get out of it.
Should help with #7356
* 80 column cleanup
2012-11-07 07:17:33 -06:00
Adrien Destugues - PulkoMandy
b403867756 Use Web+ tabs close button
Fixes #9566
2012-11-07 07:17:23 -06:00
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. 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.
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 2012-11-07 06:36:19 +01:00
Adrien Destugues - PulkoMandy
993467576e Update to fRiSS version 0.7
+alpha4
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.
2012-11-06 22:03:06 -06:00
Rene Gollent
4f47342978 Fix gcc2 warning. 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>
2012-11-06 14:19:36 -06:00
Alexander von Gluck IV
98ef5823a9 R1A4: Disable kernel serial debugging 2012-11-06 12:27:22 -06:00
threedeyes
e1dc5e2a7b DriveSetup: Added ntfs support. 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. 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 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?
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)
2012-11-05 17:10:49 -06:00
Oliver Tappe
00de745add Fix #8193 - wrong LC_* vars if there's no country code. 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.
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.
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.
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