Commit Graph

53342 Commits

Author SHA1 Message Date
Alexander von Gluck IV
b8e37b7ba3 board/raspberry_pi: Add missing loader entry addresses 2015-03-06 14:58:46 -06:00
John Scipione
fa05f35a2c DiskUsage: Skip virtual volumes
so we don't see the 4.00Kib system and config tab.
2015-03-06 13:51:55 -05:00
John Scipione
57ee63a5e5 DiskUsage: TabView flush to window border
http://postimg.org/image/izae7h1qd/
2015-03-06 13:51:55 -05:00
John Scipione
1b53ff0784 DiskUsage: Use an int32 instead of an int
for CountTabs() which returns an int32
2015-03-06 13:51:54 -05:00
John Scipione
58f4a50b33 DiskUsage: Style fixes 2015-03-06 13:51:54 -05:00
Paweł Dziepak
91bf7d51f0 boot/arm: mailbox_bxm2708: add final and override specifiers
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
2015-03-06 19:03:59 +01:00
Paweł Dziepak
1410ffb696 boot/arm: use std::atomic<> to access bcm2708 mailbox
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
2015-03-06 19:03:59 +01:00
Paweł Dziepak
2b92ac2a70 boot/arm: enable C++14
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
2015-03-06 19:03:59 +01:00
Paweł Dziepak
1592beeabd build/raspberry_pi: tell gcc to generate code for armv6
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
2015-03-06 19:03:59 +01:00
Alexander von Gluck IV
5eeb4163fa platform/u-boot: Make bcm2708 mailbox code functional
* Functional == compiles. Needs tested :-)
2015-03-06 10:17:52 -06:00
Alexander von Gluck IV
5906dbb4d4 platform/u-boot: Work towards using arm mailbox driver
* Reference bcm2708 framebuffer when it makes sense
* Add bcm2708 define to Raspberry Pi board_config.h
2015-03-06 07:47:32 -06:00
Alexander von Gluck IV
7ddf9bcf0d boot/arm: bcm2708 cleanup; no functional change 2015-03-05 22:54:21 -06:00
Alexander von Gluck IV
c798e80b79 raspberry_pi: Move over to u-boot.
* The raspberry_pi loader wasn't in great shape anyway,
  but could still contain some valueable code.
2015-03-05 22:41:47 -06:00
Alexander von Gluck IV
8a06abf132 bcm2708: Convert framebuffer driver over to new format
* Remove from raspberry_pi bootloader (which should die soon)
* Change to use new arm device layout
* Create arch_mailbox to check arm mailboxes (WIP)
2015-03-05 22:41:47 -06:00
John Scipione
4f716de692 Tracker: Fix Tracker add-ons
Would crash if PoseView()->SelectionList()->ItemAt(0) was NULL

Fixes #11894
2015-03-05 18:40:33 -05:00
Automatic Committer
34e420fc69 Update pci.ids from pciids.sourceforge.net 2015-03-05 05:20:27 +01:00
Alexander von Gluck IV
e2ec1f2f8e FDT: Update ARM FDT's based on FreeBSD HEAD
* Pull in Beaglebone, Beaglebone Black, and Cubieboard because
  those could be targets some day
2015-03-04 20:16:10 -06:00
Alexander von Gluck IV
6f4df461de HaikuPortsCross: Update some bootstrap packages
* Update curl due to some autoconf issues
* Add in mawk for arm as gawk executes itself causing
  issues on cross-arch builds.
2015-03-04 20:12:33 -06:00
John Scipione
83d5a5313d MessageFormat: Use int64 instead of off_t
They are effectively the same thing, but int64 is more generic.

I used an off_t because that is what Tracker passed in, yet, this could be
used in other places where an off_t doesn't make as much sense.
2015-03-04 15:40:55 -05:00
John Scipione
b726ad9203 MessageFormat: Use off_t argument instead of int32
Which doubles the maximum width fixing #11809. I wanted to convert this to
a variadic functionbut that would require updating all of the instance that use
MessageFormat or a clever hack to get around the ambiguity of an off_t
argument and an int argument count with 0 arguments. Either way seemed
out of the scope of fixing this bug.

Fixes #11809

Another Beta1 bug down!
2015-03-04 14:28:47 -05:00
John Scipione
fab1340f2f MessageFormat: Add edn header guard comment 2015-03-04 14:22:56 -05:00
John Scipione
5b6e8d49c1 Tracker: Obligatory style fixes 2015-03-04 14:22:02 -05:00
John Scipione
9cdba41add Tracker and Open Target Folder: Select result
Implement the todo in Open Target Folder to select the result by sending
Tracker a message with the refs to select.

Add a new kSelect message constant to tracker_private.h to hook into.

Tracker reads in the message and finds the window that the refs are located in,
activates it, then selects the corresponding poses scrolling the pose view
if necessary.

Bump version of Open Target Folder to 1.0.2
2015-03-03 18:47:06 -05:00
John Scipione
039f59262a Tracker, Deskbar, ShowImage: move public commands
... to tracker_private.h so they may be used by external apps
such as Deskbar and ShowImage. Remove PublicCommands.h
2015-03-03 18:47:05 -05:00
John Scipione
2634c39731 Tracker and Open Target Folder: fix for containers
Containers meaning directories, queries, and virtual directories

Open Target Folder was basically rewritten to work with BEntry's that are not
BDirectory's which makes it work not only for regular directories, but also for
symlinks in virtual directories and even symlinks in queries (which also didn't
work, and now does).

Update version to 1.0.1 and copyright.

Fixes the rest of #11091
2015-03-03 18:47:05 -05:00
John Scipione
8d9d74f8a9 Open Target Folder: Don't error out if not dir
I want to see the alert message.
2015-03-03 18:47:04 -05:00
John Scipione
ff8afc9b64 Open Target Folder: style and other minor fixes 2015-03-03 18:47:04 -05:00
John Scipione
02b72520b6 Storage Kit: Tiny style fix 2015-03-03 18:47:03 -05:00
John Scipione
d59fdbf2c6 Tracker: Add PoseView() method
...to VirtualDirectoryWindow class
2015-03-03 18:47:03 -05:00
John Scipione
7ef62fb6c2 Tracker: Style fixes
* Style fixes to QueryContainerWindow.h
* Style fixes to ContainerWindow
* Style fixes to Model
* Style fixes to Tracker
* Style fixes to PoseView
  - Most of the changes come from unindenting the code
2015-03-03 18:47:02 -05:00
Jérôme Duval
f19ef17518 Added netcat packages for x86 and x86_64, use them.
* removed netcat Jamfile from the build and from the tree.
* clean image and package definitions.
* added netcat in regular builds.
2015-03-03 22:49:00 +01:00
Stefano Ceccherini
cec6d79442 BMPTranslator: removed leftover debug output 2015-03-03 22:45:29 +01:00
Jerome Leveque
711d2087c3 Fix #3079 and #9074 Memory allocation beyond 256MB
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2015-03-03 22:32:05 +01:00
Jerome Leveque
ffb788fe58 ice1712 - Refactoring
- Change C source code to C++
- Fix build warning for x86 and x86_64 version
- Re-organize source code
- Change copyright

Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
2015-03-03 22:09:20 +01:00
Jérôme Duval
ed1f97b0b4 Update dtc and wget packages. 2015-03-03 21:33:30 +01:00
Augustin Cavalier
102b06000f Add resattr to the minimum image. 2015-03-03 09:59:37 -05:00
Jérôme Duval
22d29642fb Add packages for zip and use them.
* remove zip Jamfile from the build and from the tree
* clean up image and package definitions.
* added zip in regular builds.
2015-03-02 22:17:56 +01:00
Augustin Cavalier
1f68e420cc Tracker: initialize menus after the PoseView has been added to the window.
Fixes #11819.
2015-03-02 13:33:53 -05:00
Augustin Cavalier
1d329e209a Tracker: fix CountView sizing issues.
And now, the sizing differences between layout Tracker and non-layout Tracker
should not be noticeable to the naked eye.
2015-03-02 12:17:35 -05:00
Augustin Cavalier
cd70e3e26c Tracker: delete MetroWerks compatibility stuff. 2015-03-02 11:34:34 -05:00
Augustin Cavalier
1dedefaf23 Tracker: don't initialize layouts when we're not supposed to.
This didn't cause any problems before because all the views that don't
use layouts reimplemented this function. But that may not be the case in
the future.
2015-03-02 11:29:11 -05:00
Augustin Cavalier
4a33b4e55c AboutSystem Credits: add Richie Nyhus to the website & marketing team.
He's doing such a good job promoting Haiku as well as maintaining
our (extensive) lists of articles on the website, so there's no reason
not to credit him here.
2015-03-01 22:14:49 -05:00
Augustin Cavalier
a6693759c7 AboutSystem credits: split "website & marketing" into a "current" and "past".
No sense having a "website team" with half its members no longer active...
2015-03-01 22:12:41 -05:00
Janus
704a3fe2a7 ShowImage: Correct frame size in fullscreen.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Fixes #7590. Thanks!
2015-03-01 22:03:44 -05:00
Rene Gollent
51427685e9 HaikuPorts_x86: Update haikuwebkit to 1.4.10. 2015-03-01 19:45:29 -05:00
Adrien Destugues
0f94784a5e intel_extreme: fix vblank interrupt on Ivy Bridge and later
Intel changed the PCH interrupt bits between Sandy Bridge and Ivy Bridge
to make space for the 3rd display pipe. Take this into account and check
for the correct bits on the newer devices.

Fixes #11522.
2015-03-01 22:57:43 +01:00
Julian Harnath
f7db4635b0 POP3 mail add-on: set unread attribute on fetched mail
- ...to make the new mails show up in the "New E-Mail" query
2015-03-01 21:00:18 +01:00
Julian Harnath
3d5b1581ac POP3 mail add-on: fix fetching mail bodies without limit
* "No limit set" is signaled by a negative value in fFetchBodyLimit
  (cf. logic in POP3Protocol::SyncMessages())
2015-03-01 21:00:13 +01:00
Augustin Cavalier
c4be934261 mime_db: add Jar mimetype and icon.
Huge thank you to Justin Stressman for the coffee cup icon!
2015-03-01 12:44:43 -05:00
Augustin Cavalier
8b03727a4e Revert "Tracker: Fix memory leak"
This reverts commit de7aed2b56. It turns out
that this causes crashes when trying to navigate in directories with
type-ahead filtering enabled. (possibly related to the root cause of
2015-02-28 13:22:19 -05:00