Commit Graph

50486 Commits

Author SHA1 Message Date
John Scipione
01579713f8 Tracker: NodeWalker style fixes 2014-06-20 21:02:09 -04:00
John Scipione
26325b395c Tracker: NodePreloader style fixes 2014-06-20 21:02:08 -04:00
John Scipione
a66ee3684c Tracker: NavMenu style fixes 2014-06-20 21:02:06 -04:00
John Scipione
f97ab85b35 Tracker: make sure dynamic_cast succeeded
CID something or other I'll bet.
2014-06-20 21:02:05 -04:00
John Scipione
808af41c2a Tracker: style fixes to Navigator 2014-06-20 21:02:04 -04:00
John Scipione
dbe62cc77f Tracker: style fixes to MountMenu class 2014-06-20 21:02:03 -04:00
John Scipione
c8d910f76b Tracker: style fixes to Model class 2014-06-20 21:02:01 -04:00
John Scipione
40ef04f38e Tracker: MiniMenuField style fixes 2014-06-20 21:02:00 -04:00
John Scipione
90da025732 Tracker: tiny style fix to MimTypes.h 2014-06-20 21:01:59 -04:00
John Scipione
cc334f72b3 Tracker: MimeTypeList style fixes 2014-06-20 21:01:58 -04:00
John Scipione
603e1a2cf2 Tracker: LockingList.h style fixes (minor) 2014-06-20 21:01:56 -04:00
John Scipione
ff43bcbfd5 Tracker: style fixes to InfoWindow
Return B_BAD_VALUE if pointer is NULL in InfoWindow
2014-06-20 21:01:55 -04:00
John Scipione
ba50b2c229 Tracker: style fixes to IconMenuItem 2014-06-20 21:01:54 -04:00
John Scipione
f2ed47616f Tracker: style fixes to IconCache 2014-06-20 21:01:52 -04:00
John Scipione
a83fb6fed8 Tracker: style fixes to GroupedMenu
Add Open Tracker License to source as this came from OpenTracker.
2014-06-20 21:01:51 -04:00
John Scipione
aee40335a9 Tracker: style fixes to FSUtils 2014-06-20 21:01:50 -04:00
John Scipione
086eaa586b Tracker: style fixes to FSUndoRedo
Add Open Tracker License to source since this came from OpenTracker.
2014-06-20 21:01:49 -04:00
John Scipione
e2f6a01c33 Tracker: style fixes to FSClipboard 2014-06-20 21:01:47 -04:00
John Scipione
58203edfc7 Tracker: style fixes to FindPanel 2014-06-20 21:01:46 -04:00
John Scipione
9f7b8c72a2 Tracker: style fixes to FilePermissionsView 2014-06-20 21:01:45 -04:00
John Scipione
08575837af Tracker: style fixes to FilePanel 2014-06-20 21:01:44 -04:00
John Scipione
345d92c402 Tracker: style fixes to FavoritesMenu 2014-06-20 21:01:42 -04:00
John Scipione
e4d63b6d50 Tracker: style fixes to EntryIterator 2014-06-20 21:01:41 -04:00
John Scipione
a3c479b7e8 Tracker: style fixes to DirMenu (minor) 2014-06-20 21:01:40 -04:00
John Scipione
4242cbe2fc Tracker: style fixes to DialogPane 2014-06-20 21:01:38 -04:00
John Scipione
c8f406e6f4 Tracker: style fixes to DeskWindow.h
tabs -> spaces
2014-06-20 21:01:37 -04:00
John Scipione
238d9b2ef0 Tracker: DesktopPoseView style fixes 2014-06-20 21:01:36 -04:00
John Scipione
82d4b3dd85 Tracker: style fixes to Cursors.h 2014-06-20 21:01:34 -04:00
John Scipione
0fe013b69b Tracker: style fixes to CountView 2014-06-20 21:01:32 -04:00
John Scipione
63c1c8921e Tracker: style fixes to ContainerWindow 2014-06-20 21:01:30 -04:00
John Scipione
d964968957 Tracker: style fixes to Commands.h
barely touched it.
2014-06-20 20:10:32 -04:00
John Scipione
3a7eb1b436 Tracker: style fixes to Bitmaps 2014-06-20 20:10:31 -04:00
John Scipione
95c61b83a0 Tracker: style fixes to BackgroundImage 2014-06-20 20:10:30 -04:00
John Scipione
ce3ae98bd0 Tracker: style fixes to Background.h 2014-06-20 20:10:29 -04:00
John Scipione
6290bdf89c Tracker: style fixes to AutoMounterSettings 2014-06-20 20:10:28 -04:00
John Scipione
7ec2c512ff Tracker: style fixes to AttributeStream 2014-06-20 20:10:26 -04:00
John Scipione
9e168cf49d Tracker: style fixes to Attributes.h 2014-06-20 20:10:24 -04:00
Adrien Destugues
ccb39874c8 Add a package for NetSurf.
* So I have at least one useable browser while I'm messing with Web+
2014-06-20 13:50:15 +02:00
Adrien Destugues
33d60fa21f BRegion: add ScaleBy(BSize) and user documentation. 2014-06-19 19:23:31 +02:00
Adrien Destugues
9576c4b742 BRegion scaling: fix semantics to avoid holes/overlaps
Thanks to Stippi for pointing this out.
2014-06-19 19:23:29 +02:00
John Scipione
5732a55917 A couple of small fixes to FindDirectory docs 2014-06-19 12:25:54 -04:00
Adrien Destugues
669ac9d6f5 BRegion: add ScaleBy method.
* Is there a reason to not have it?
2014-06-19 18:05:14 +02:00
Rene Gollent
3fc9fd5624 Debugger: Add initial support for automatically installing packages.
DwarfLoadingStateHandler now attempts to locate a matching package for the
missing debug information file. If one is found, the user is prompted to
install it. The actual installation process is currently handled by calling
pkgman, but this will be adjusted in future commits to either rely on
HaikuDepot in the graphical case, or to integrate the requisite functionality
directly so that proper download/installation progress can be shown.

In any case, this completes the low level functionality for ticket #10138,
leaving mainly presentation issues.
2014-06-18 22:26:14 -04:00
Rene Gollent
bbf320ecfe Debugger: UserInterface enhancements.
Add hook to UserInterface to query if Debugger is currently being run
interactively or not. Add corresponding implementations in
{CommandLine,Graphical}UserInterface.
2014-06-18 22:25:50 -04:00
Rene Gollent
778ef3f92b Debugger: Adjustments to Jamfile.
- Remove duplicate instance of libshared.
- Add linker flags to not export symbols from linked in static libraries.
  Resolves an issue on gcc4 where symbols from libedit and libsolv would clash,
  leading to crashes.
- Add package kit-related headers and libraries.
2014-06-18 22:25:49 -04:00
John Scipione
8d39283b71 While I'm at it fix tiny style issue I missed 2014-06-18 21:04:24 -04:00
John Scipione
5efee6dfb0 NodeMonitor: Revert enums back to #defines
While enums are presented much more clearly in the docs and the values didn't
change this apparently caused some issues so we're going back to using #defines.

Also update the docs changing the \var tags to \def tag and putting the description
in a \brief tag.
2014-06-18 20:57:49 -04:00
John Scipione
b885e90eb9 Documentation updates for Storage Kit classes
* Added \since to each method and parameter.
* Whitespace cleanup.
* Some other minor cleanups and updates.
2014-06-18 19:41:14 -04:00
John Scipione
a30a4a41f9 Style fixes to Storage Kit classes.
No functional changes intended.

* Some variable renaming for clarity and consistency.
* Pointer style fixes.
* Added private method documentation back to cpp files for some methods.
2014-06-18 19:14:19 -04:00
Ingo Weinhold
d2d1af830b Revert "Move ZlibDecompressor to libshared"
This reverts commit 9af2105d36.

Conflicts:
	src/kits/package/Jamfile
2014-06-18 22:13:39 +02:00