Commit Graph
53076 Commits
Author SHA1 Message Date
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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
Augustin Cavalier 2ce07ba6b4 AboutSystem Credits: move Puck and Hamish to the maintainers list. 2015-02-28 13:03:43 -05:00
Augustin Cavalier 643df789c9 AboutSystem Credits: move Andrew Lindesay back to the maintainers list.
As discussed on the Commits ML.
2015-02-28 12:59:29 -05:00
Augustin Cavalier 9e78efbb4d Tracker: delete un-needed #includes.
All of these header files are already included by the .h file that
corresponds to the .cpp file.
2015-02-28 12:54:36 -05:00
Augustin Cavalier 90f65a8853 Cortex: delete old B_BEOS_VERSION ifdefs. 2015-02-28 12:54:33 -05:00
Augustin Cavalier 7dc141827a Delete old rgb_color operators that are no longer needed. 2015-02-28 12:54:31 -05:00
autonielx ba155ed840 Update translations from Pootle 2015-02-28 06:38:32 +01:00
John Scipione 7d515bdbd6 Tracker: handle copying files from virtual directories
If virtual directory first resolve the symlink before copying/moving/linking the file.

Fixes #11091

R1/B1 bug squashed!
2015-02-27 18:38:39 -05:00
John Scipione 27c5746706 Tracker: Move static functions up
Rename CopySelectionListToBListAsEntryRefs to CopySelectionListToEntryRefList
to reflect that it no longer copies to a BList but instead to a BObjectList<entry_ref>
2015-02-27 18:21:52 -05:00
John Scipione 4c47562f60 Tracker: Minor style fixes to PoseView 2015-02-27 18:17:59 -05:00
John Scipione f0647531ff Tracker: link to TargetLibsupc++ 2015-02-27 16:02:25 -05:00
John Scipione 370ee87a8e Tracker: replace max_c with std::max
Remove using statements and put map include in its proper place
2015-02-27 16:02:24 -05:00
John Scipione de7aed2b56 Tracker: Fix memory leak
When items were removed from fFilteredPoseList as opposed to fPoseList, the
items were not automatically deleted and thus leaked. By setting the BObjectList
to automatically delete them on removal (by setting the deleteIfOwned paramete
to true) we avoid this leak.
2015-02-27 16:02:24 -05:00
John Scipione c8c5ac5107 Tracker: Fix double delete
fWidgetList is a BObjectList, the items are deleted when removed already so we
should not have the BObjectList delete them for us too. Instead, let's just turn
that off so we can delete the items ourselves one time.
2015-02-27 16:02:23 -05:00
John Scipione 8c2813c187 Tracker: Style fixes 2015-02-27 16:02:23 -05:00
Augustin Cavalier 5940aaf69c AboutSystem Credits: clean up current maintainers.
All the people I've moved off this list have not committed anything
since (at least) before 2012-01-01, with the exception of Andrew Lindesay
who never recieved commit access (AFAICT, he only contributed some patches.)
2015-02-27 02:39:14 -05:00
Augustin Cavalier 56d52e3426 AboutSystem software credits: updates & cleanup.
All the packages I delete from here are not included in the tree
and not included in the "default packages" list.

 * Use HTTPS rather than HTTP for sites that support it
 * GDB was removed in hrev48791
 * FFmpeg is spelled as "FFmpeg", not "FFMpeg"
 * atftp was removed from the tree in the previous commit
 * acipca was updated to a version from 2014 recently
 * CannaIM was removed in hrev48034 & hrev48035
 * libxml2 & friends were removed in hrev48798
 * Cleaned up ifdef __INTEL__ lines -- no need to have more than one
2015-02-27 02:39:12 -05:00