Commit Graph

1726 Commits

Author SHA1 Message Date
Augustin Cavalier
0dd81e3d4b licenses: Drop "GNU GPL v2 classpath exception".
The only thing in HaikuPorts that uses this has its own copy
of the full GPLv2 with the exception and doesn't reference
this copy.
2025-01-13 14:17:41 -05:00
Augustin Cavalier
01b94ce7b8 AboutSystem: Drop GLU credit.
We use Mesa3d GLU now, which is under MIT license.
2025-01-13 14:16:40 -05:00
Augustin Cavalier
1c45ac1e20 licenses, AboutSystem: Add credits for netresolv.
* Add the ISC license; it's similar to the MIT license but isn't
   worded identically, and it's referenced from netresolv.

 * Drop the "Berkeley" license, it was used for an older version
   of the NetBSD credits, and is just the 3-clause BSD anyway, it appears.
2025-01-13 14:15:20 -05:00
Augustin Cavalier
25534c1907 licenses: Make formatting and wording of BSD licenses consistent.
They were formatted differently and used different "generic" language
than the OSI versions of the licenses, so replace them for consistency's
sake.
2025-01-13 13:58:25 -05:00
Augustin Cavalier
238b2aa31c licenses: Add "NewOS".
It's a BSD license, but in the source code there's still many headers
that reference the "NewOS license", so we should have a file in
the "licenses" directory that's called that.
2025-01-13 13:56:37 -05:00
Autocomitter
7bd2986f91 Update translations from Pootle 2025-01-11 08:09:51 +00:00
Autocomitter
0fcac3a411 Update translations from Pootle 2025-01-04 08:09:34 +00:00
Autocomitter
bd0f4983c8 Update translations from Pootle 2024-12-28 08:08:56 +00:00
PulkoMandy
a087f310d1 vesa: enable bios_patching by default on cards where it is known to work
Change-Id: If2da4847ab2a10fcae53472d7f863f5397cd2f07
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8633
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
2024-12-24 09:48:00 +00:00
Autocomitter
978a931ea9 Update translations from Pootle 2024-12-21 08:10:01 +00:00
Autocomitter
da701bc547 Update translations from Pootle 2024-12-14 08:10:48 +00:00
Autocomitter
8ada0c0e7c Update translations from Pootle 2024-12-07 08:08:39 +00:00
Autocomitter
b6190d29d6 Update translations from Pootle 2024-11-30 08:07:48 +00:00
Autocomitter
f817735275 Update translations from Pootle 2024-11-23 08:09:30 +00:00
Autocomitter
e6bf67457c Update translations from Pootle 2024-11-16 08:17:29 +00:00
Autocomitter
1a080e5f9f Update translations from Pootle 2024-11-09 08:16:43 +00:00
Humdinger
7c5e909fba New/updated icons for native/installed apps in HaikuDepot
* A new icon to indicate native apps in HaikuDepot. It's simply the
  Overlay_leaf on a blue disk.

* Slight change to HaikuDepot_Installed to add a black outline to its
  green disk. That makes is better distinguishable on similar coloured
  backgrounds.

* Made the green of HaikuDepot_Installed a bit less glaring, using a
  slightly light green that shown in the old Haiku Color Palette [1]

[1] https://www.haiku-os.org/files/downloads/2007-03-20_haiku-color-palette.png

Change-Id: I5c29d65e05561fafe5d84c173ddaf083281d391b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8526
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
2024-11-07 19:06:29 +00:00
Autocomitter
592a3b6921 Update translations from Pootle 2024-11-02 08:16:29 +00:00
Andrew Lindesay
905c332163 HaikuDepot: Installed icon has filled tick
The HaikuDepot application has an icon to show
that it is installed. This has a transparent
tick inside which in this commit is changed to
be a white filled tick.

Change-Id: Ib36c43d9ca63244d8409889e760d0f38e0016f4d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8509
Reviewed-by: humdinger humdinger <humdinger@mailbox.org>
2024-10-28 06:59:50 +00:00
Autocomitter
e21c4321f6 Update translations from Pootle 2024-10-26 08:13:41 +00:00
Autocomitter
1258c87bda Update translations from Pootle 2024-10-19 08:11:43 +00:00
Autocomitter
091140b15a Update translations from Pootle 2024-10-12 08:06:46 +00:00
Autocomitter
a7a4f17d60 Update translations from Pootle 2024-10-05 08:08:07 +00:00
Autocomitter
bd0df5737a Update translations from Pootle 2024-09-28 08:06:26 +00:00
Autocommitter
622b14a4aa Catalogs: save the latest state of the r1beta5 branch 2024-09-28 08:06:26 +00:00
Autocomitter
43f1c21fdb Update translations from Pootle 2024-08-31 08:12:42 +00:00
Autocomitter
fa359dc091 Update translations from Pootle 2024-08-28 15:45:28 +00:00
Autocomitter
902479359a Update translations from Pootle 2024-08-10 08:18:13 +00:00
Autocomitter
b622b2066e Update translations from Pootle 2024-08-10 08:18:13 +00:00
Autocomitter
4aa39172c0 Update translations from Pootle 2024-08-10 08:18:13 +00:00
Autocomitter
1780e1dc6c Update translations from Pootle 2024-08-10 08:18:12 +00:00
Autocomitter
28f7332345 Update translations from Pootle 2024-08-10 08:18:12 +00:00
Oscar Lesta
3761b2f420 etc/profile: locale settings might have changed since SetupEnvironment.
Before this, changing the locale settings via Locale preflet required
a reboot in order for the changes to get picked up by programs running
on Terminal.

Fixes: #18734

Change-Id: I149931c511020f9eb881e71f79d1fd6c647477e2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7792
Reviewed-by: nephele nephele <nep-git@packageloss.eu>
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
2024-07-18 09:23:27 +00:00
Augustin Cavalier
fc1a0ea5ab SetupEnvironment: Remove first set of LC_CTYPE.
It's set again about 30 lines later, this time with the real value,
so there's no need to set it here.
2024-07-15 22:57:57 -04:00
Niels Sascha Reedijk
4b74781a00 Catalogs: remove exr translations after purging from Pootle
Change-Id: I5ff888d69cdb460dcd16f38c0bc98440bc0d8e94
2024-07-15 06:46:48 +01:00
Autocomitter
289b4316da Update translations from Pootle 2024-06-22 08:12:31 +00:00
Autocomitter
36ad35bb2d Update translations from Pootle 2024-06-22 08:12:30 +00:00
Autocomitter
9c29972eca Update translations from Pootle 2024-06-08 08:14:55 +00:00
Autocomitter
3e910e720f Update translations from Pootle 2024-06-01 08:15:21 +00:00
Autocomitter
ef761f9fba Update translations from Pootle 2024-05-25 08:19:02 +00:00
Autocomitter
a257fb10cb Update translations from Pootle 2024-05-18 08:17:08 +00:00
Autocomitter
c110a061f1 Update translations from Pootle 2024-05-11 08:25:09 +00:00
Autocomitter
205b8694e5 Update translations from Pootle 2024-05-04 08:21:01 +00:00
Autocomitter
0128458ef2 Update translations from Pootle 2024-04-27 08:17:24 +00:00
Autocomitter
67be23fafe Update translations from Pootle 2024-04-20 08:19:10 +00:00
Autocomitter
1778920aff Update translations from Pootle 2024-04-13 08:19:37 +00:00
Autocomitter
fb07166f52 Update translations from Pootle 2024-04-06 08:14:19 +00:00
Autocomitter
4a7de3f10a Update translations from Pootle 2024-03-30 08:17:54 +00:00
Autocomitter
e56ee47f06 Update translations from Pootle 2024-03-30 08:17:54 +00:00
Autocomitter
be3a0d6043 Update translations from Pootle 2024-03-16 08:17:42 +00:00