57453 Commits

Author SHA1 Message Date
Automatic Committer
4cbdb1d7d2 Update translations from Pootle hrev51482 2017-10-21 07:04:25 +02:00
Andrew Lindesay
e457080a4a HaikuDepot: Change communication mechanism with server for repos
Previously the desktop application would make a number of JSON-RPC calls
over HTTP to get the repositories.  Now it will make a single call to get
the repositories and cache the result.  This uses standard HTTP cache
signalling techniques and allows the server-side the ability to cache
the generated data as well.  Note that the model classes and parse-
related classes are generated and may not be code-style compliant.  They
are generated from JSON schema files in the server-side project.
Information about this as well as the python files used to generate the
C++ classes and headers are included in the server-side project.
hrev51481
2017-10-20 22:33:10 +02:00
Alexander von Gluck IV
7e2d856556 dts: Rename bbb to boneblack to match u-boot hrev51480 2017-10-20 13:12:14 -05:00
Jérôme Duval
6417d92620 Update/add now fixed packages for x86_64. hrev51479 2017-10-19 17:16:18 +02:00
Automatic Committer
18637d561a Update pci.ids from pciids.sourceforge.net hrev51478 2017-10-19 05:20:23 +02:00
Sean Healy
7e42e5b5a4 Do not force the keyboard focus if there wasn't one
Removing tabs tries to preserve the keyboard focus, but it should also
preserve the absence of it.

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
hrev51477
2017-10-18 23:07:47 +02:00
Sean Healy
d566b4d9dd Fix BWindow::_FindView when the window is hidden
_FindView finds a view that contains a specific BPoint (usually used to
dispatch a mouse event to it). It should ignore hidden views, but not if
they are hidden because of their parent.

In particular, if the whole window is hidden (for example, it is used to
draw onto a BBitmap), this should not be taken into account here.

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
hrev51476
2017-10-18 22:36:16 +02:00
Alexander von Gluck IV
403baf656d u-boot: mmc single case volume label
* Makes parsing slightly easier in tools like rune-image.
* Mixed case introduces some extra encoding the WIP Rust
  FAT driver doesn't support (yet)
hrev51475
2017-10-18 11:43:54 -05:00
Humdinger
2618d62084 AboutSystem: moved michaelvo to pt_BR
As requested on the i18n mailing list.
hrev51474
2017-10-16 07:37:28 +02:00
Automatic Committer
64aae234a1 Update translations from Pootle hrev51473 2017-10-14 06:55:10 +02:00
Automatic Committer
7b8c7524f1 Update pci.ids from pciids.sourceforge.net hrev51472 2017-10-12 05:20:25 +02:00
Jérôme Duval
0c57e260d7 Rebuild x86_64 packages. hrev51471 2017-10-10 22:45:32 +02:00
Jérôme Duval
a295d3f46e wait4(): retrieve dead team entries usage information.
* This adds a parameter to the wait_for_child syscall. I extended the test case
to show the actual retrieved information.
* fix #13546
hrev51470
2017-10-10 17:20:46 +02:00
Adrien Destugues
c80ec6a9fe Rebuilt HaikuWebKit to fix ABI breakage.
WebPositive should work again.
hrev51469
2017-10-09 07:23:11 +02:00
Adrien Destugues
1beeb1b002 "thin" fonts are B_LIGHT_FACE
In Noto fonts, "thin" is another level of "light" apparently
(somewhere in between "extralight" and "medium"... lots of choice these days).

Tell app_server about it so the proper font flags can be set. This may
help avoid confusion, as Terminal (and FontDemo, in less predictable
ways) tend to pick the "thin" variant of fonts even when "regular" is
requested.
hrev51468
2017-10-08 21:41:15 +02:00
Adrien Destugues
01ef811165 BChannelSlider: use native tooltips
BChannelSlider (used in media preferences) used to implement its own
tooltip, which didn't really work (as it could draw only inside the
view), and had hardcoded colors.

Use the native BToolTip which was added to Haiku since then.
2017-10-08 21:41:15 +02:00
Jérôme Duval
3db666f150 haiku package doesn't provide bc and dc anymore. hrev51467 2017-10-08 15:12:11 +02:00
Jérôme Duval
98b3149ca1 bc: use the outsourced build.
* remove in-tree bc.
hrev51466
2017-10-08 13:28:38 +02:00
Adrien Destugues
a00bd28a9b Package Kit: map some curl errors to Be error codes
Trying to get something more useful than "aborted: no error" in case of
network errors in pkgman.
hrev51465
2017-10-07 22:09:42 +02:00
Jérôme Duval
1f424b6ac8 Mass update for x86_64. hrev51464 2017-10-07 17:07:21 +02:00
John Scipione
6123d2dd9b Deskbar: Move tray past border in horizontal mode
Fixes #13711
hrev51463
2017-10-07 01:47:16 -07:00
Automatic Committer
72170ccebf Update translations from Pootle hrev51462 2017-10-07 06:48:05 +02:00
Automatic Committer
df94ae6bd2 Update pci.ids from pciids.sourceforge.net hrev51461 2017-10-05 05:20:26 +02:00
Jérôme Duval
d815bbcbcc Revert "tcp: rfc 2018: implemented SACK option"
This reverts commit 5c31f5a67a0aa37c8f2a1464252b2c5b0a959f33.
hrev51460
2017-10-04 19:37:50 +02:00
Humdinger
2f29f5a241 Screenshot: fix crash in file panel
When you edit a folder name in Screenshot's file panel and hit the OK
button, it crashes in the BRefFilter. For MediaConverter, a workaround
was added until Tracker is fixed, see
https://cgit.haiku-os.org/haiku/tree/src/apps/mediaconverter/MediaConverterWindow.cpp#n61

Applying the same workaround here.
hrev51459
2017-10-04 18:26:02 +02:00
Augustin Cavalier
6aff37d1c7 Move SHA256 class to libroot instead of linking libshared into libroot.
Discussed with PulkoMandy and on the haiku-commits mailing list.

Thanks to @jessicah for compile-testing and fixing 2 small issues I missed.
hrev51458
2017-10-03 20:18:26 -04:00
Jérôme Duval
c1e80b79c1 Set the image size for debug nightlies to 850MB. hrev51457 2017-10-02 21:37:02 +02:00
Jérôme Duval
61e43a69e8 Deskbar: fix invalid static use of be_control_look. hrev51456 2017-10-02 21:29:38 +02:00
Humdinger
b46a1cbce6 SoftwareUpdater: generate catalogs hrev51455 2017-10-01 18:18:18 +02:00
Automatic Committer
64b20c9e12 Update userguide and translations
(note from waddlesplash: fixed xml:lang tags, responsive viewport
everywhere, CSS tweaks.)
hrev51454
2017-10-01 13:21:40 +02:00
Augustin Cavalier
9d5b0fdaa1 docs/user: Upgrade to Doxygen 1.8.13.
Also tweak the footer CSS a bit, and fix an unclosed comment in the
fs_interface docs (spotted via a warning in Doxygen output.)
hrev51453
2017-10-01 11:19:37 -04:00
Adrien Destugues
a8c92cc0aa Move Scott back to active maintainers.
There is indeed more to being a maintainer than just commiting changes
to Haiku main tree. Removing people from there without asking them first
seems a bit rude.

Also update creadits for translations from Pootle generated ones.
hrev51452
2017-10-01 09:27:39 +02:00
Augustin Cavalier
1b8c7f5b2c AboutSystem Credits: Various updates.
* Move anyone who has not committed in over 24 months to "past maintainers"
 * Add Kacper Kasper to "maintainers"
 * Remove Brian Hill from "contributors" as he's now under "maintainers"
hrev51451
2017-09-30 22:08:53 -04:00
Augustin Cavalier
9d8a58ea46 nvidia_gpgpu: Remove from tree.
Was nothing but a slightly-stripped version of the nvidia driver,
not touched substantially in nearly 10 years, and the cards it was
originally going to support (but never got anywhere near so) have long since
been deprecated.
hrev51450
2017-09-30 21:27:47 -04:00
Augustin Cavalier
db68ff23c6 Interface Kit: Make BControlLook a proper pure-virtual base class.
All of its prior functionality has been moved into HaikuControlLook.
This paves the way for customizeable control looks, which I intend to implement
in the future as part of decorators.

This is being pushed now because libbe ABI was already broken due to the
Notifications changes, so this is riding that so we only have to do a mass
rebuild once.
hrev51449
2017-09-30 21:12:33 -04:00
Augustin Cavalier
d52572b31b BControlLook: Make all public methods virtual.
Solves a "TODO before R1". Breaks ABI, but almost nothing outside the
tree uses it.
2017-09-30 21:12:02 -04:00
Kacper Kasper
22423870a5 docs/user: Update CSS for Doxygen 1.8.12. hrev51448 2017-09-30 17:26:46 +02:00
autonielx
de93df46dc Update translations from Pootle hrev51447 2017-09-30 06:53:44 +02:00
Alexander von Gluck IV
2da9ebb7f3 radeon_hd: Drop dp config array from dp_info
* Caching these values could result in missed
  state changes.
* We may want to re-implement later.
* Highlights that all DP AUX communication is broken
  during my testing.
hrev51446
2017-09-29 11:10:56 -05:00
Brian Hill
8856b51897 BNotification ABI padding
Add reserved functions and data to avoid future ABI breakage
hrev51445
2017-09-28 22:19:05 -04:00
Automatic Committer
b960821b9d Update pci.ids from pciids.sourceforge.net hrev51444 2017-09-28 05:20:25 +02:00
Jérôme Duval
7b03148203 package_daemon: hide the problem window when done with it.
* it will be shown again when needed.
* should fix #13716.
hrev51443
2017-09-26 22:31:23 +02:00
Alexander von Gluck IV
52c8f61419 editorconfig: Add new config file around our unique style
* (whispers) github honors it when viewing sources.
hrev51442
2017-09-26 14:22:32 -05:00
Alexander von Gluck IV
acf75a66d6 3rdparty/kallisti5: Update iommu guide for vfio hrev51441 2017-09-25 18:37:20 -05:00
Humdinger
65ff9f27e1 Fix sentence-casing in Repositories prefs
Spotted by Diver. Thanks!
hrev51440
2017-09-25 19:39:25 +02:00
Rene Gollent
456342ca99 Debugger: Reimplement #10671.
- Rather than the previous (reverted) approach of tracking the last selected
  stack frame from within the StackTraceView, we now do so from the TeamWindow,
  where the selection can be mapped by thread. This fixes a subtle issue where,
  due to a lack of contextual information, the stack trace view would restore
  the remembered last selected frame rather than an explicitly chosen one. This
  was most noticeable upon selecting a function that had a corresponding stack
  frame in the current stack trace, where, instead of selecting that frame,
  the existing one would remain highlighted, even though the state of all other
  views had updated. Found while investigating the cause of #13710.
hrev51439
2017-09-24 20:23:34 -04:00
Rene Gollent
93f521060e Revert "Debugger: Implement #10671."
This reverts commit 02c7127cb914cfe9c0ffcf44efba0ea019573731.
2017-09-24 15:51:41 -04:00
Rene Gollent
e7b5894981 Update FreeBSD case for libsolv build. hrev51438 2017-09-24 15:32:59 -04:00
Brian Hill
a657e677d9 Notification preflet and server changes
Remove unneeded classes from preflet jamfile
Fix some notification layout and bold text issues
hrev51437
2017-09-24 14:49:25 -04:00
Brian Hill
6aa0587222 Notifications preflet and notification_server
Notifications preflet:
-Use sliders instead of text fields for width and timeout
-Remove icon size choice (mini icon looks horrible)
-Consolidate both "Enable" checkboxes into one
-Fix Revert button, remove Apply button, add Defaults button
-All changes to settings saved immediately
-Live example notification message shown when settings changes are made
-Add setting for individual apps to specify whether their notifications
	should be muted
-Remove history list (to be implemented later)

BNotification class:
-BNotification records the signature and name of application that
	created it
-New functions to get source application signature and name

Notification Server:
-Notification pop up view layout fixes and bold font size fix
-Remove notifications history from AppUsage class (will be saved in
	cache instead)
-Remove vector of NotificationView objects which isn't needed
-Get source application info from notification object, not the received
	message which is not reliable
hrev51436
2017-09-23 11:41:33 -04:00