Commit Graph

56835 Commits

Author SHA1 Message Date
Humdinger
d54cb434e0 Layout fixes to Tracker's Get Info window
This corrects hrev50847. Turns out we need 8 lines for normal
files and symlinks, not 7. Fixes #13308.

The "Opens with:" label used the decreased font size set in
src/kits/tracker/InfoWindow.cpp:894. Increase font size by 2 again
for the label.
2017-02-19 09:06:49 +01:00
Augustin Cavalier
2423ba8470 Revert "Switch from DejaVu to Noto font"
This reverts commit 945566ff43.

As discussed on the mailing lists and with Humdinger off-list:
 * The general design concensus tends slightly towards DejaVu, as metrics
   of DejaVu look much better (DejaVu 12 and Noto 13 are roughly the same size,
   but Noto has much wider margins with that)
 * While Noto does have a wider set of fonts with support for lots of
   different languages, DejaVu actually has built-in support for more
   Unicode languages (the default Noto has, as far as I can tell, only
   Latin/Greek/Cyrillic [2416 glyphs], while DejaVu also has Armenian, Georgian,
   and a few other scripts too [5119 glyphs].)
 * The worse rendering of DejaVu appears to have been somewhat rectified by
   disabling the average-based subpixel filter in app_server.
2017-02-18 14:36:36 -05:00
autonielx
fc4167a801 Update translations from Pootle 2017-02-18 06:57:26 +01:00
Alexander von Gluck IV
deb1a31972 Revert "configure: Add host as valid build target in help."
This hack is no longer needed.

This reverts commit ea74aafd98.
2017-02-17 13:12:51 -06:00
Alexander von Gluck IV
2be19c58e9 build: Prevent recursive jam loops on host-only #13309
* When --host-only is used, HAIKU_*ARCH is undefined.
* Various architecture variables are undefined resulting
  in architecture dependant code paths getting called
  recursively.
  (blah/Jamfile loads blah//Jamfile vs blah/x86/Jamfile)
* Another option is setting HAIKU_*ARCH to the host arch
  if undefined, but that might have unintended impacts.
2017-02-17 13:01:31 -06:00
Dariusz Knociński
27b0f5295d Now Polish apostrophe quotes working with Shift & CapsLock.
Signed-off-by: Humdinger <humdingerb@gmail.com>
2017-02-16 19:13:20 +01:00
Dariusz Knociński
ecfebf3db6 Added Polish apostrophe quotes to Polish.keymap.
Signed-off-by: Humdinger <humdingerb@gmail.com>
2017-02-16 19:13:20 +01:00
Humdinger
6b4a0ecc74 Updated Gutenprint package for 64bit
...as it passed Vidrep's tests. Thanks, Vidrep!
2017-02-16 19:03:07 +01:00
Automatic Committer
2da511c54e Update usb.ids from www.linux-usb.org 2017-02-16 05:20:23 +01:00
Automatic Committer
41f1fba51a Update pci.ids from pciids.sourceforge.net 2017-02-16 05:20:22 +01:00
Jérôme Duval
90acbbfecb pthread: have pthread_setschedparam return 0 on success.
* fixes #13299.
2017-02-14 20:48:43 +01:00
Adrien Destugues
ab4bd5d3ce Update many packages.
Fix various minor problems (stray .la files, etc) and sync with the
release branch as much as possible.
2017-02-11 23:27:25 +01:00
Augustin Cavalier
024752cf16 ppp/modem: Update the Jamfile to make it start building again.
It fails, of course, because it hasn't been ported to the new stack.
(I made an attempt at that, but quickly wound up in code that I didn't
understand enough to migrated...)
2017-02-11 16:33:18 -05:00
Murai Takashi
7ad82d65de constants.h: fix gcc6 build.
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>

Ticket : #13291
2017-02-11 20:50:13 +01:00
Adrien Destugues
83be289d7c netresolv: Remove rcsid
fixes gcc6 complaining about unused global variable.
2017-02-11 20:50:13 +01:00
PulkoMandy
100775b790 Fix build on Linux
Stub out some translation macros for host build, so the now localized
package solver can be built there.
2017-02-11 14:15:38 +01:00
Humdinger
cf0ba058ec Add localization to package daemon and solver
Thanks to Adrien and Rene for reviewing and guidance.
Fixes #13282.
2017-02-11 10:56:27 +01:00
autonielx
42d4bb33f8 Update translations from Pootle 2017-02-11 06:58:53 +01:00
Humdinger
3b630cb20c Updated packages
* vmware_addons
* font dejavu
* fonts noto, noto chroscore, noto regional
2017-02-10 16:35:46 +01:00
Augustin Cavalier
b6f76ebe71 s/OpenBeOS License/MIT License/ universally, as they're the same thing.
Fixes #8681.
2017-02-09 22:09:56 -05:00
Adrien Destugues
b33ee35d3f various package updates and additions. 2017-02-09 22:14:26 +01:00
Augustin Cavalier
6c9415e3ca BJson: Use the normal "input, output" argument ordering instead of the reverse.
Update all in-tree consumers of the BJson API to match. Also added
const-qualifiers to the BString versions of the API, and added the leading
"_" to the header guards.
2017-02-09 13:43:26 -05:00
Automatic Committer
56c500389f Update pci.ids from pciids.sourceforge.net 2017-02-09 05:20:17 +01:00
Augustin Cavalier
aae431375e BJson: Fixes, tweaks, and behavioral changes based on the JSON Minefield Tests.
As found on http://seriot.ch/parsing_json.php -- anything using the API
presently with valid JSON should have no troubles, but more valid JSON
that previously didn't work now does (e.g. JSON with root array nodes, not
root map nodes), and invalid JSON that silently succeeded before now fails.

Not all the bad cases from that testsuite now fail, and not all of the good
ones pass, but the few that remain are odd things that wouldn't map well to
the BMessage API (e.g. root string nodes, etc.) or are other behaviors that
make sense to leave as they are for compatibility reasons.
2017-02-08 21:35:42 -05:00
PulkoMandy
551b87cb9c sync more packages with release branch. 2017-02-07 22:56:28 +01:00
Jérôme Duval
c61ee6ac04 Update haikuwebkit and zlib packages for x86_64. 2017-02-07 20:49:32 +01:00
Jérôme Duval
352738b633 Sync x86_64 packages with Haikuports 2017Q1 branch. 2017-02-06 21:30:21 +01:00
Joseph R. Prostko
6338cc3541 Update Fossil to v1.37 2017-02-05 18:24:53 -05:00
Adrien Destugues
38d20cc901 Fix NetSurf package again.
This version installs at the proper place and has a working deskbar
syslink.
2017-02-05 10:05:43 +01:00
Humdinger
8d5100ade2 Added "Get Haiku" beta banner
It's my first shot at it (actually second shot after jessicah
shot down the first one :) ). Feel free to improve.
2017-02-05 08:41:39 +01:00
Adrien Destugues
029008185a Fix NetSurf for BString ABI changes. 2017-02-05 07:53:46 +01:00
Adrien Destugues
438b4cc8b0 scummvm: update to fix libpng dependency
Scummvm authors met us at FOSDEM and were not too happy to find out the
package was not installable!
2017-02-05 07:27:09 +01:00
Augustin Cavalier
ae0dad00b7 app_server: Remove erroenous comment as per Julian's review. 2017-02-04 16:06:53 -05:00
autonielx
dd2eb07ee0 Update translations from Pootle 2017-02-04 07:10:15 +01:00
Augustin Cavalier
d10e64f851 app_server: Enable the RGB subpixel rendering codepath.
This change will have no effect if your FreeType was compiled without subpixel
rendering support, but since FreeType is now binary compatible between versions
with and without subpixel rendering, all you have to do after this change
is to recompile and reinstall FreeType.
2017-02-02 19:55:56 -05:00
Humdinger
daf431d22f Added game "Hexvexed" package 2017-02-02 19:27:18 +01:00
Automatic Committer
bcf29165dd Update pci.ids from pciids.sourceforge.net 2017-02-02 05:20:14 +01:00
Augustin Cavalier
1de2d72812 Partially revert "ReadMe & docs: The Haiku Book has moved to www.haiku-os.org/docs/api."
This mostly reverts commit 75b219d35a.
The changes to the image URLs in Alert.dox are still needed, so I
didn't revert those.

As per discussion on the mailing list and IRC.
2017-02-01 15:23:54 -05:00
Augustin Cavalier
75b219d35a ReadMe & docs: The Haiku Book has moved to www.haiku-os.org/docs/api. 2017-02-01 11:22:01 -05:00
Jérôme Duval
d0a92cb653 x86: added a MSR definition. 2017-02-01 16:57:03 +01:00
autonielx
7a3f3e0965 Update userguide translations, waddlesplash as nielx 2017-02-01 04:48:59 +01:00
Andrew Lindesay
7407e36a10 HaikuDepot; date formatting and location header handling
The existing HTTP header date format handling code is employed
rather than using specific logic for HD.  Also the "Location"
header handling is changed to work better for non-absolute
URLs arriving in this header value on a redirect.  Both
suggestions from Adrien.
2017-01-31 23:06:20 +13:00
Jessica Hamilton
d9e65badd3 HaikuDepot: remove invalid use of const. 2017-01-31 21:22:15 +13:00
Andrew Lindesay
1290dd9132 HaikuDepot: changes from code review from Jessica 2017-01-31 21:18:39 +13:00
Andrew Lindesay
0c1bbfe508 HaikuDepot: suggested code improvements from Adrien 2017-01-31 20:45:36 +13:00
Rene Gollent
766a9a49b6 x86: Update HaikuWebkit to 1.5.4. 2017-01-30 22:04:27 -05:00
Murai Takashi
4ad2ad6d84 DirMenu.cpp: fix memory leak.
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>

Fixes #13118.
2017-01-30 21:09:05 +01:00
Adrien Destugues
76c469dbcf Fix some users of the HTTP API I missed in the previous commit. 2017-01-30 20:36:44 +01:00
Adrien Destugues
7e7aaa3989 Update to Haikuwebkit 1.5.4. 2017-01-30 20:27:52 +01:00
Adrien Destugues
f9e1854f19 libbnetapi: fix access to HTTP headers
The asynchronous listener had no reliable way to access HTTP result and
headers from the callbacks. As the callbacks are triggered
asynchronously, they can be run after the request has carried on and,
for example, followed an HTTP redirect, clearing its internal state.

The HeadersReceived callback now passes a reference to BUrlResult for
the request. There are two cases:
- Synchronous listener: passes a reference to the request's results
directly
- Asynchronous listener: archives a copy of the result into the
notification message, and passes a reference to the unarchived copy.

Unfortunately this comes with several ABI and API breakages:
- Change to the prototype of HeadersReceived()
- Change to the class hierarchy of BUrlResult (implements BArchivable)

All users of HTTP requests will need to be updated if they implemented
in HeadersReceived or used BUrlResult.
2017-01-30 20:27:52 +01:00