John Scipione
e0016ffde9
Style fixes to BRoster, move docs to doxygen.
...
Keep the brief description as a regular comment above each public method.
Leave the docs of private methods.
Some variable renaming mostly because of abbreviations.
Add documentation for all the public methods and app_info members and defines
that didn't have docs in the cpp file.
2014-06-25 15:35:09 -04:00
Ithamar R. Adema
5e58d0c597
sync arm bootstrap package list with x86_64
...
This also adds the libtool_cross_generic package to ARM bootstrap,
which seems to be required for building ncurses successfully. I did
not have the time to verify that this is the case for x86_64 too, so
I'm not yet adding it to there (yet).
2014-06-25 17:30:30 +02:00
Adrien Destugues
621c9d1243
Update bookmark bar item BMessage on file rename.
...
The ref stored in the message must be replaced to point to the new file
name. Fixes #10962 .
2014-06-25 11:13:02 +02:00
Adrien Destugues
158ae74373
Escape reserved characters when converting paths to urls
...
* Introduce and use BUrl::BUrl(const BPath&)
* The path is url-encoded, and the protocol is set to "file"
Fixes #10964 .
2014-06-25 10:45:03 +02:00
Adrien Destugues
6bcbdcc3c0
Use current Errors.h when building libbe_build
...
This allows adding new error codes to the libbe_build without breaking
the build on older Haiku versions.
Fixes the build for the newly introduced B_PARTIAL_READ and
B_PARTIAL_WRITE.
2014-06-25 08:59:14 +02:00
John Scipione
2ea139b8a3
BString docs: Document undocumented methods
2014-06-24 20:45:51 -04:00
John Scipione
c4b9309a99
Update Support Kit docs, add \since
...
Also add preliminary documentation for BObjectList.
2014-06-24 19:30:54 -04:00
John Scipione
29e8fa5922
Style fixes to Support Kit files
2014-06-24 19:30:54 -04:00
Rene Gollent
2661ce4605
Debugger: Implement #10970 .
...
- If a source file cannot be found, and the user clicks the item to locate it,
Debugger now attempts to query all volumes for the corresponding filename.
If any are found, they are presented in a menu, along with an option to
locate the file manually as before (since the file may potentially live on
an unindexed volume). If no matches are found via query, we fall through to
the file panel directly as before.
2014-06-24 17:39:04 -04:00
Joseph R. Prostko
f7566626e5
Add packages for Fossil SCM 1.29
...
* These packages are for x86_gcc2, x86, and x86_64
2014-06-23 23:03:43 -04:00
Ingo Weinhold
5ede33ed15
BDataIO: Hopefully fix native build
2014-06-23 23:18:00 +02:00
Ingo Weinhold
84297881bb
Remove BPackageKit::[...]::AbstractDataWriter and friends
...
* FDDataWriter and ZlibDataWriter weren't used anymore.
* AbstractDataWriter was implemented only by PackageFileHeapWriter,
which was only used by WriterImplBase.
* Add a PackageFileHeapWriter::AddDataThrows() which has semantics
equivalent to the previously inherited WriteDataThrows().
2014-06-23 22:58:15 +02:00
Ingo Weinhold
32832cbe47
Remove BPackageKit::BDataOutput
...
Use BDataIO instead.
2014-06-23 22:58:15 +02:00
Ingo Weinhold
0d8b44e25b
BDataIO: Add methods {Read,Write}Exactly()
2014-06-23 22:58:15 +02:00
Ingo Weinhold
dec78bb27c
Add new error codes B_PARTIAL_{READ,WRITE}
2014-06-23 22:58:15 +02:00
Ingo Weinhold
98759fe6e6
BDataIO: Provide default implementations for Read()/Write()
...
This makes the interface somewhat more suitable for unidirectional use,
since one doesn't have to implement the other, not needed method.
2014-06-23 22:58:14 +02:00
Oliver Tappe
4e37addd2f
Add HAIKU_PORTER_EXTRA_OPTIONS variable.
...
* This can be used to add arbitrary options to invocations of
haikuporter.
2014-06-23 17:19:45 +02:00
Jessica Hamilton
6b87960fe6
WebPositive: rename DownloadCanceled to match semantics.
2014-06-23 20:01:31 +12:00
Jessica Hamilton
c0c10f1c83
WebPositive: refactor cancelling a download. Fixes #10960 .
2014-06-23 19:18:47 +12:00
Oliver Tappe
bf6baa74a8
Add packages for buildbot_slave and its dependencies.
2014-06-23 00:38:07 +02:00
Philippe Saint-Pierre
5ef28aaa4f
FileTypes: make button placement more consistent
...
Place Cancel button on left rather than on right in the add
extensions popup. Also add glue to make it more similar to the other
popup windows of the preflet.
2014-06-22 14:12:02 -04:00
Humdinger
04e67d278b
Updated outube-dl and QuickLaunch.
2014-06-22 19:06:00 +02:00
John Scipione
f90ef128c8
Tracker: fix accidental logic reversal
...
...introduced in a66ee36
. This should hopefully be the last issue.
2014-06-21 04:22:29 -04:00
John Scipione
a1e688610a
Tracker: tiny style fix in NavMenu.cpp
2014-06-21 04:21:40 -04:00
John Scipione
b0fcbfb871
Tracker: style fix, use NULL instead of 0 for pointers
2014-06-21 04:04:22 -04:00
John Scipione
512c80ef1c
Tracker: add back parens
2014-06-21 03:54:35 -04:00
John Scipione
64fda603ef
Tracker: fix accidential logic reversal
2014-06-21 03:54:08 -04:00
John Scipione
d73129ff46
Tracker: style fixes to IconCache
2014-06-21 03:03:35 -04:00
John Scipione
7dbe212003
Tracker: Fix accidental logic reversal in a66ee36
...
should be: if (!container || suppressFolderHierarchy)
also rename container to isContainer
2014-06-21 03:02:52 -04:00
John Scipione
546ec3bcf9
Tracker: tiny style fix to FilePanelPriv.cpp
2014-06-21 02:51:01 -04:00
John Scipione
116b363cb8
Tracker: indent comments
2014-06-21 02:50:40 -04:00
John Scipione
eb2a97f6ff
Deskbar: Remove duplicate includes
2014-06-21 02:50:20 -04:00
John Scipione
088a9620a0
Deskbar: A few style fixes to DeskbarMenu
2014-06-21 02:49:50 -04:00
John Scipione
91faf3201b
Tracker: Fix DEBUG build (I hope)
2014-06-21 01:02:53 -04:00
autonielx
ef4f58b2a8
Update translations from Pootle
2014-06-21 06:19:20 +02:00
John Scipione
92199e801c
Tracker: style fixes to WidgetAttributeText
2014-06-20 21:30:12 -04:00
John Scipione
69e5768d45
Tracker: style fixes to VolumeWindow
2014-06-20 21:30:10 -04:00
John Scipione
e07476a120
Tracker: style fixes to VirtualDirectoryWindow
2014-06-20 21:30:09 -04:00
John Scipione
5d3c0dd100
Tracker: style fixes to VirtualDirectoryPoseView
2014-06-20 21:30:07 -04:00
John Scipione
d8d0539a08
Tracker: style fixes to VirtualDirectoryManager
2014-06-20 21:30:05 -04:00
John Scipione
09d0d8f9dc
Tracker: style fixes to VirtualDirectoryEntryList
2014-06-20 21:30:03 -04:00
John Scipione
27dc6eb7e1
Tracker: style fixes to ViewState
2014-06-20 21:30:02 -04:00
John Scipione
a4c3bbd3f5
Tracker: style fixes to Utilities
2014-06-20 21:30:00 -04:00
John Scipione
e29e8b3b27
Tracker: style fixes to TrashWatcher
2014-06-20 21:29:58 -04:00
John Scipione
22b073d41f
Tracker: style fixes to TrackerString
2014-06-20 21:29:56 -04:00
John Scipione
e55f3b531d
Tracker: style fixes to TrackerSettingsWindow
2014-06-20 21:29:55 -04:00
John Scipione
4c0810574e
Tracker: style fixes to TrackerSettings
2014-06-20 21:29:53 -04:00
John Scipione
a92b628772
Tracker: style fixes to TrackerScripting.cpp
2014-06-20 21:29:51 -04:00
John Scipione
eaece3eb95
Tracker: style fixes to TrackerInitialState.cpp
2014-06-20 21:29:50 -04:00
John Scipione
d8edc67336
Tracker: style fixes to Tracker class
2014-06-20 21:29:48 -04:00