41791 Commits

Author SHA1 Message Date
Matt Madia
c17930470d Fixed a couple of typos. 2011-12-18 21:48:34 +00:00
John Scipione
f969ed4153 A few formatting tweaks in the BEntry and BDirectory class documentation. hrev43532 2011-12-18 21:43:22 -05:00
John Scipione
d4fa97f8f8 Moved documentation for the BEntry class into a dox file to include it into the Haiku book. hrev43531 2011-12-18 21:28:55 -05:00
John Scipione
a92e17b124 Fix copyright line to Haiku, Inc. in Directory.dox and a few more small fixes. 2011-12-18 21:26:02 -05:00
John Scipione
38f6a824d2 Fix copyright line to Haiku, Inc. in GameProducer.dox 2011-12-18 21:25:31 -05:00
John Scipione
8786818cf2 Add documentation for the GameProducer class in the Game Kit.
This documentation was provided by Omri Barak, a student participating
in Google Code Initiative (GCI) 2011.

Signed off by John Scipione

Since this is the first class documented in the Game Kit I also added
a reference to the Game Kit to the API docs front page.
hrev43530
2011-12-18 19:42:33 -05:00
John Scipione
2ac1eb67b3 Move the doxygen documentation comments from src/kits/storage/Directory.cpp to docs/user/storage/Directory.dox and update it both the language, fix a few errors, and bring the syntax up to snuff. The documentation for the BDirectory class is now added to the Haiku Book. hrev43529 2011-12-18 18:53:46 -05:00
Rene Gollent
730714fea5 Update Pe gcc4 optional package. hrev43528 2011-12-18 16:09:29 -05:00
Rene Gollent
c8df0c9b27 BePDF needed this one to be added as well. hrev43527 2011-12-18 15:54:01 -05:00
Rene Gollent
466f2b8f99 Add compatibility symbols for removed LayoutChanged() calls. hrev43526 2011-12-18 15:34:44 -05:00
Alexander von Gluck IV
45e71a9ea6 Add function to handle DIG encoder dpms setup
* Add code to control DIG dpms setup
* Reduce information needed by encoder_dpms_set
* DIG dpms setup needs access to pixelClock for DP training
hrev43525
2011-12-18 11:48:53 -06:00
Niels Sascha Reedijk
3005f9df6b Update translations from Pootle. hrev43524 2011-12-18 10:30:21 +01:00
Rene Gollent
f7d5d48f98 Updated Vision packages. hrev43523 2011-12-17 16:15:35 -05:00
Aleksas Pantechovskis
c73d1cf713 Fixed enable/disable "Find" button
* Fixed during GCI 2011
* Fixed #7983.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
hrev43522
2011-12-17 22:00:32 +01:00
Aleksas Pantechovskis
35636bd21f Fix selection of attachment on right click.
* Fixed during of GCI 2011.
* Fixes #7982

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2011-12-17 22:00:30 +01:00
Alexander von Gluck IV
8ff2ca22f7 Complete code for DIG transmitter control
* Record external clock frequency (aka, DP non-pll)
* Add function to control DIG transmitter
* Cleanup duplicated is external code in encoder mode set
hrev43521
2011-12-17 12:34:56 -06:00
Rene Gollent
86b8d5d95a Fix build. hrev43520 2011-12-17 00:04:46 -05:00
Rene Gollent
bae0f6db21 Updated Web+ package due to layout API changes. 2011-12-17 00:03:23 -05:00
czeidler
f0389daa94 Fix comment and add a TODO. hrev43519 2011-12-17 14:36:37 +13:00
czeidler
14fc524be2 Style and performance fixes. Thanks Ingo and Stephan. 2011-12-17 14:36:36 +13:00
Alexander von Gluck IV
7e38e5101f Pass pixelClock to dig encoder setup, my DP LVDS bridge now works. hrev43518 2011-12-16 16:43:54 -06:00
Rene Gollent
8a6af348bb Add Git to nightlies rather than Subversion. hrev43517 2011-12-16 11:08:00 -05:00
Humdinger
4ff849cdbd Added Dragos Serban as Romanian translator. hrev43516 2011-12-16 16:18:41 +01:00
Humdinger
b4add23da1 Updated/added Romanian nad Chinese catkeys. 2011-12-16 16:10:12 +01:00
Rene Gollent
973ec3b1ac Fix naming. hrev43515 2011-12-16 08:38:09 -05:00
Alex Wilson
ab214879a0 Merge branch 'master' of ssh://git.haiku-os.org/haiku hrev43514 2011-12-15 21:11:29 -07:00
Alex Wilson
a84e14ca84 Merge branch 'master' of git://github.com/haiku/haiku 2011-12-15 20:50:28 -07:00
Rene Gollent
26334a8a66 Fix unwinding of partial stack traces.
- Architecture::CreateStackTrace() now uses the last frame's
  PreviousCpuState() as the basis to continue unwinding when passed
  a partial trace to continue from, rather than the (incorrect) actual
  cpu state of that frame, which would have resulted in the last frame
  being duplicated in the trace.

- Renamed variables to be more clear.
hrev43513
2011-12-15 22:43:38 -05:00
Rene Gollent
a9bec97e47 Add previous CPU state member and associated accessors.
Used to store the unwound state of the CPU from this frame,
which will form the actual state of the following frame. Needed
in order to properly support continuation of unwinding from a
partial stack trace.
2011-12-15 22:40:32 -05:00
Alexander von Gluck IV
09aaa658b0 DisplayPort call organization and cleanup
* Add color space to BPP function
* Pass display_mode to DP lane count function
* Get BPP in DP lane count
* Move some DPInfo population out of DP link training
  as other things need them sooner.
* Fill out DP code in external encoder setup
hrev43512
2011-12-15 17:18:39 -06:00
Aleksas Pantechovskis
099d5afd11 Second part of 'setmime' implementation is completed
* Support for bitmap and vector icons added;
* Attribute type representation is improved;
* Fixed problem with current attributes loading;
* sniffer rule checking fixed;
* supress useless lines in -dumpIcons and -dumpSniffRules for MIME types
  without icons and sniffer rules correspondently.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
hrev43511
2011-12-15 21:51:10 +01:00
Michael Lotz
3de4c1e20b Fix copy&paste error and double launch of Terminal.
Apparently the "Deskbar" part was a copy&paste error. Also there was
an additional launch call making two Terminal windows come up. Should
fix #8243.
hrev43510
2011-12-15 20:04:53 +01:00
Oliver Tappe
8ad8d2e5d2 Activate -Werror for POSIX locale backend and the code using it. hrev43509 2011-12-15 13:26:45 +01:00
Oliver Tappe
7016aa1a90 Reactivate mbsrtowcs() tests, as those do work, now. hrev43508 2011-12-15 13:22:20 +01:00
Oliver Tappe
ec99f3b2a6 Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state
  (well, in fact the whole converter object)
* adjust libroot's locale add-on to clone converters into a given
  mbstate_t directly
* adjust ICUThreadLocalStorageValue to contain the converter pointer
  instead of a converter-ID (if the converter is related to an
  mbstate_t, it points into the mbstate_t).
* adjust users of converters to directly use converter pointers
  instead of ICUConverterRef
* drop now unused ICUConverterManager and ICUConverterRef
* update gcc4 optional package

This brings our multibyte implementation into a fully working state,
both non-ascii and non-8-bit characters can now be handled normally
in the Terminal, i.e. this finally fixes #6276.

N.B.: Since the size of mbstate_t has changed, everything (including
the compiler!) needs to be rebuilt.
hrev43507
2011-12-15 13:18:11 +01:00
Oliver Tappe
8726c67f5e Add test for use case found in readline (used by bash).
* making a backup copy of an mbstate_t and then later restoring the
  original should allow to re-use the internal converter state
2011-12-15 13:18:11 +01:00
Oliver Tappe
05260c25c2 Fix build warnings with gcc4. 2011-12-15 13:18:10 +01:00
czeidler
ed77847ca4 Remove private BStringList implementation from mail. Tested it but however please be careful an review. This fixes bug #8174. hrev43506 2011-12-15 19:45:07 +13:00
czeidler
779061f0cd Make BStringList derive from BFlattenable. The implementation is more or less copied from the mail version to stay compatible. Fix IndexOf which
was the implementation of HasString.
2011-12-15 19:45:06 +13:00
John Scipione
5e4d3774eb Change m86k to m68k in configure script. Fixes ticket #8239. hrev43505 2011-12-15 01:22:04 -05:00
Rene Gollent
118ddee0fd Adjust ThreadHandler's usage of CreateStackTrace().
- Limit invocations of CreateStackTrace() in ThreadHandler to
  only unwind the topmost frame since that's all it actually
  cares about anyways. Also adjust Step Over to use this
  functionality in order to work with the correct frame addresses,
  since the CPU frame pointer register isn't entirely what we want
  here.
hrev43504
2011-12-14 22:30:09 -05:00
Rene Gollent
16875b8c58 Make CreateStackTrace() more flexible.
CreateStackTrace() can now optionally be asked to limit the maximum
number of frames it tries to unwind. In conjunction, it can also be
passed an already existing partial stack trace, and be asked to
unwind more frames from it.
2011-12-14 22:30:07 -05:00
Alexander von Gluck IV
d3e3195112 Small unknown table minor check, no real functional change hrev43503 2011-12-14 18:07:11 -06:00
Alexander von Gluck IV
e574a539eb Small bugfix in dig_setup dceMajor check 2011-12-14 18:07:11 -06:00
Alexander von Gluck IV
328f6e6485 No longer a pitty. No functional change. 2011-12-14 18:07:10 -06:00
Axel Dörfler
3692fd58c5 Minor cleanup, no functional change. hrev43502 2011-12-15 00:55:10 +01:00
Alexander von Gluck IV
c8677fb138 Working towards DP connector support
* Lots of new DisplayPort functions
* Call DP link training during mode set
* Rename dp_info variables to be less redundant
* Make encoder_pick_dig accept connector ID and
  then check parent display
* Encode/Decode DP link speed functions
* Calculate DP lanes
* Rewrite encoder_dig_setup
* Correct bitsPerChannel to bitsPerColor
* My TRAVIS DisplayPort -> LVDS bridge now works
hrev43501
2011-12-14 17:46:45 -06:00
Sergei Reznikov
86ecd6fba9 Fix casing. I'm sorry for the noise.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
hrev43500
2011-12-14 21:20:37 +01:00
Sergei Reznikov
81d084fe14 Localize title of Save Image dialog.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
hrev43499
2011-12-14 20:33:27 +01:00
Alexander von Gluck IV
f2c3cbf779 Begin work powering up the DisplayPort connector
* Add new struct to store DP connector information
* DisplayPort Configuration Data is populated by setup function
hrev43498
2011-12-14 12:03:55 -06:00