hyche
690d16c628
btrfs: Add error log for _Find()
hrev51850
2018-03-13 08:46:53 +00:00
Jérôme Duval
c91002a1db
Revert "EHCI USB: process the extended capabilities chain"
...
This reverts commit 137135a10dc6322773be9da67861c05f53b709a5.
Change-Id: I6e6ef1933b3b3f5eda7278d37b673eefe2867c2a
hrev51849
2018-03-12 17:01:25 +00:00
Jérôme Duval
137135a10d
EHCI USB: process the extended capabilities chain
...
...instead of the first one only.
hrev51848
2018-03-12 12:25:34 +00:00
Jérôme Duval
8bcb93452a
ntfs: don't change permissions when the volume is read-only.
...
* check that the volume isn't read-only on write_stat.
* should help with #14029 .
hrev51847
2018-03-10 19:11:03 +01:00
Jérôme Duval
d885e1b33d
fat: don't change permissions when the volume is read-only.
...
* check that the volume isn't read-only on write/write_pages.
* should help with #14029 .
hrev51846
2018-03-10 18:25:09 +01:00
Jérôme Duval
09320f38d7
Roster: fix debug build on x86_64.
hrev51845
2018-03-10 16:03:13 +01:00
Jérôme Duval
6899a856fe
Shutdown: follow up on ff6135f474eed07e58bbd1557cd2cd8ee8027677
...
* calling TRoster::GetShutdownApps() multiple times with the same lists
leads to problems because the lists aren't emptied first.
* instead we watch the user app launches, add them in the fUserApps list,
and let _QuitApps() iterates through the fUserApps list until it is empty.
2018-03-10 16:02:50 +01:00
Adrien Destugues
7de029128e
Add "recover" to the default image.
...
Unfortunately this is needed often enough that it deserves to be there…
hrev51844
2018-03-10 15:46:32 +01:00
Jérôme Duval
fc2aef743a
x86,x86_64: remove dependency on libavdevice.
hrev51843
2018-03-09 18:47:28 +01:00
Alexander von Gluck IV
40a466d7b8
HaikuPorts/ppc: Add final missing packages
...
Change-Id: I48391b8a53d7d609c2ee2860c551a773f84b895e
hrev51842
2018-03-08 15:04:29 -06:00
Alexander von Gluck IV
2214edcbc9
ppc,arm: Inline with hrev51157, validate fontconfig feature
...
Change-Id: I15b33fb40c019e659aef03e561c6bdb40288f91a
2018-03-08 14:58:05 -06:00
Alexander von Gluck IV
8fd650cfdf
Haikuports/ppc: Add most* packaged needed for minimum-raw
...
* There is a new requirement for bootstrap... fontconfig.
Change-Id: Iaa2cb38b0fd925f750d6890e392f946bf42604e7
hrev51841
2018-03-08 14:45:11 -06:00
Alexander von Gluck IV
8b4c84e838
3rdparty/unbootstrap: Correct source packages as well
hrev51840
2018-03-08 10:45:59 -06:00
Augustin Cavalier
d3bdde3594
HaikuPorts: Add libidn2.
...
New dependency of gnutls36.
hrev51839
2018-03-08 11:34:52 -05:00
Augustin Cavalier
853d003ed9
HaikuPorts: Update again after openexr rebuild.
...
Due to https://github.com/haikuports/haikuporter/issues/158
hrev51838
2018-03-07 20:34:36 -05:00
Augustin Cavalier
61206a24c9
build: Cleanup of libgnuregex usage.
...
John's revert of my removal commit dragged back a bunch of cygwin/sunos
cruft, as well as re-adding RegExp.cpp to the host libshared, that we don't
need.
Instead, remove this and add libgnuregex_build to just the tools/keymap
link alongside the FreeBSD gnuregex case.
hrev51837
2018-03-07 18:04:31 -05:00
Augustin Cavalier
9e13d1b8d1
HaikuPorts: Update against current repos.
2018-03-07 18:04:31 -05:00
Jérôme Duval
df3ac004ba
gensyscalls: locate objects in an arch-specific subdir.
...
Change-Id: I5f5be0110596296de7c380b128d7a39f91e1ec66
hrev51836
2018-03-07 20:20:03 +00:00
Alexander von Gluck IV
b1da0c3c47
HaikuPortsCross/ppc: Fix bash/bison/icu/make versions
...
Change-Id: I3fb8ac8059912c0ed5cca7ebeaf07ac0a8ee759c
hrev51835
2018-03-06 21:52:30 -06:00
Alexander von Gluck IV
cbad07e314
validateRepoFile: A quick validation of Jam repository definitions
...
Change-Id: I4e0b23dbb92a8c2377ad6e66cf63c499b66ba3ac
2018-03-06 17:39:46 -06:00
Humdinger
d87eeceea5
Layout changes to AboutWindow
...
Most icons don't look that nice when blown up to 128px:
Before: https://lut.im/KNZw0f8j5r/3lnnRzzFXJSewq9Y.png
With this change: https://lut.im/3XcXJZv6ad/LsYKadFOiIJo1Kbz.png
* Use a 64px icon
* Make the window resizable
* Make the window a bit wider
Thanks Janus for hints where to insert SetExplicitMaxSize()...
hrev51834
2018-03-05 17:40:53 +01:00
Hrishi Hiraskar
ff6135f474
Shutdown: Apps can be launched in USER_APP_TERMINATION_PHASE
...
User can now launch applications in USER_APP_TERMINATION_PHASE
(like when there is a dialog to save an open document). Fixes
Change-Id: I3126e6ab8d2fd76016becb6ce0f726f82ecb7f3b
hrev51833
2018-03-04 15:20:46 +00:00
Leorize
03d384bbfb
docs/develop/packages: convert wiki to rst
...
Cleaner syntax compared to MediaWiki, more features than Markdown, while
still looks good on plain text.
hrev51832
2018-03-03 20:22:46 +00:00
Automatic Committer
6285deba8e
Update translations from Pootle
hrev51831
2018-03-03 21:11:58 +01:00
Andrew Lindesay
d5b1013185
HaikuDepot : Coalesce Loading Change Notifications
...
When the application is starting, it will load in bulk data. As it
does so, it may issue some change notifications to listeners. For
each small change in packages' data, there is a notification. The
system was built to accommodate coalesced changes. This commit will
coalesce those changes during the bulk load for cases where there
are listeners present.
Change-Id: I1cc6668f61917c0068d5559b2bf338ea75d453da
hrev51830
2018-03-03 20:01:16 +00:00
Barrett17
2cb3cabcb0
MediaClient: Revert debugging edits
...
* The -a argument ended up in my git commit inadvently,
sorry about that.
hrev51829
2018-03-03 16:20:34 +01:00
Barrett17
6072c6f1cb
MediaConnection: Cleanup after disconnect
hrev51828
2018-03-03 16:15:24 +01:00
Barrett17
65a94fbbaf
MediaConnection: Fix Disconnect bug
hrev51827
2018-03-02 04:02:16 +01:00
Barrett17
852b62956b
MediaClient: Rename IsRunning to IsStarted
2018-03-02 03:58:54 +01:00
Barrett17
a6ac14c71c
MediaClient: Add ClientRegistered callback
2018-03-02 03:34:25 +01:00
Barrett17
1c15261f5a
MediaConnection: Add connection name handling
2018-03-02 03:18:26 +01:00
Barrett17
83bcc405f3
MediaClientDefs: Cleanup unneded methods
2018-03-02 00:52:33 +01:00
Barrett17
d717df83d3
MediaClientNode::GetLatency use base version
2018-03-01 22:56:04 +01:00
Barrett17
9391114b8e
MediaClientNode: Remove unuseful Disconnect calls
...
* While those calls were unharmful, better to remove them.
2018-03-01 22:55:03 +01:00
Barrett17
f015d06b84
MediaClient: Remove Preroll and SyncTo
hrev51826
2018-03-01 17:09:24 +01:00
Barrett17
6dc7d85423
MediaConnection: Review format negotiation mechanism
2018-03-01 17:09:24 +01:00
Barrett17
182ec76b44
MediaConnection: Remove format change protocol
2018-03-01 17:09:24 +01:00
Barrett17
7de0fd45cd
MediaClient: Add plans for ReadyToRun callback
2018-03-01 17:09:23 +01:00
Alexander von Gluck IV
e5d446fcc9
configure: Improve toolchain validation
...
* Seeing an issue on our builders where the toolchain directory
exists, but the gcc binaries do not.
* Check for the path, as well as the actual compiler binaries
to improve detection of need to rebuild toolchain.
Change-Id: I54fd5789e3255c8295136bb0614e72c5393718fe
hrev51825
2018-03-01 09:39:26 -06:00
Humdinger
f9492b5f11
Add Theo Knez
...
for his translations to Swedish. Thanks, Theo!
hrev51824
2018-03-01 08:55:51 +01:00
Alexander von Gluck IV
1b1df6828d
ReadMe.compiling.md: Add quick lesson on bootstrap in-tree
...
Change-Id: I416a2e96adc6f34609c3f6ca1aadf892d29c7fd7
hrev51823
2018-02-28 21:48:34 -06:00
Alexander von Gluck IV
82876dc4cb
build_cross_tools_gcc4: Disable TLS on PowerPC for now
...
Change-Id: Ib99a1a4aeeb5d17a301ffd1d9c5fcadd37261ebf
2018-02-28 21:46:24 -06:00
Humdinger
b965ce7025
Changes to HaikuDepot GUI
...
As discussed at #13860 .
* Moved "Show only featured packages" from the "Show" menu to a
checkbox in the filter view.
* Moved "Repositories" popup menu into the menu bar.
* Removed the "Featured packages" title.
* Entering a search term doesn't override the "Only featured"
filter anymore (used to disable the "Only featured" filter).
hrev51822
2018-02-28 19:17:57 +00:00
Jérôme Duval
959fdbd314
acpi_battery: use user_strlcpy in acpi_battery_read().
...
* also check for user addresses in acpi_battery_control().
hrev51821
2018-02-28 20:10:34 +01:00
Jérôme Duval
6470e36518
acpi_button: use user_memcpy to write the user buffer.
...
* fix warning on x86_64.
hrev51820
2018-02-28 18:37:46 +01:00
Kacper Kasper
821f3e571b
ProcessController: fix replicant for up to 12 CPUs.
hrev51819
2018-02-28 16:44:25 +01:00
Kacper Kasper
57313774b9
AboutSystem: don't add licenses twice.
2018-02-28 16:02:12 +01:00
Barrett17
9ab4c38420
MediaConnection: Add more plans about buffer management
hrev51818
2018-02-27 02:49:50 +01:00
Barrett17
444d8ec0e2
MediaConnection: Hide connection callbacks
...
* At this point we want to avoid the user calling the callbacks
in the form of BMediaConnection. Instead we force to use the
BMediaInput and BMediaOutput versions.
2018-02-27 02:43:38 +01:00
Barrett17
ff56eda570
MediaConnection: Move buffer management on producer side
hrev51817
2018-02-27 01:50:09 +01:00