Commit Graph

1053 Commits

Author SHA1 Message Date
autonielx
4134adc413 Update translations from Pootle 2014-05-24 06:18:05 +02:00
luroh
b3fe70844e Specify the location of the .PackageInfo file.
Signed-off-by: Jessica Hamilton <jessica.l.hamilton@gmail.com>
2014-05-22 09:31:57 +12:00
autonielx
a8fffd7be9 Update translations from Pootle 2014-05-17 06:17:40 +02:00
autonielx
0217077b04 Update translations from Pootle 2014-05-10 06:17:53 +02:00
autonielx
e08c932315 Update translations from Pootle 2014-05-03 06:16:40 +02:00
autonielx
9e5bc4943c Update translations from Pootle 2014-04-26 06:17:25 +02:00
autonielx
689da158cf Update translations from Pootle 2014-04-26 06:17:25 +02:00
Jérôme Duval
6e9926d050 MPL 2.0: added a v in the name 2014-04-23 18:33:13 +02:00
Jérôme Duval
dba5c2a286 Added license file for MPL 2.0. 2014-04-23 17:33:32 +02:00
autonielx
0af1fbb3b7 Update translations from Pootle 2014-04-12 06:19:04 +02:00
autonielx
e00c606b26 Update translations from Pootle 2014-04-05 06:17:44 +02:00
autonielx
9b85c1dcc7 Update translations from Pootle 2014-03-29 06:18:46 +01:00
Axel Dörfler
bff2690587 makefile-engine: fixed build of kernel add-ons.
* Actually, hopefully: not yet tested.
* Automatic whitespace cleanup.
2014-03-25 23:36:26 +01:00
autonielx
835bcdda71 Update translations from Pootle 2014-03-22 06:18:26 +01:00
autonielx
9530f75bf3 Update translations from Pootle 2014-03-15 06:17:19 +01:00
autonielx
0af7f3c1c2 Update translations from Pootle 2014-03-08 06:16:12 +01:00
autonielx
3d50acca57 Update translations from Pootle 2014-03-01 06:18:36 +01:00
autonielx
e094495653 Update translations from Pootle 2014-03-01 06:18:35 +01:00
autonielx
b8f01fee60 Update translations from Pootle 2014-02-08 06:07:10 +01:00
autonielx
eefd86b752 Update translations from Pootle 2014-02-01 06:16:24 +01:00
autonielx
e08720f8f2 Update translations from Pootle 2014-01-25 06:14:51 +01:00
autonielx
8ed16a6959 Update translations from Pootle 2014-01-18 06:16:02 +01:00
Pawel Dziepak
d0f2d8282f Merge branch 'scheduler'
Conflicts:
	build/jam/packages/Haiku
	headers/os/kernel/OS.h
	headers/os/opengl/GLRenderer.h
	headers/private/shared/cpu_type.h
	src/add-ons/kernel/drivers/power/acpi_battery/acpi_battery.h
	src/bin/sysinfo.cpp
	src/bin/top.c
	src/system/kernel/arch/x86/arch_system_info.cpp
	src/system/kernel/port.cpp
2014-01-17 04:06:15 +01:00
Jérôme Duval
a1c015a924 iprowifi4965: added several firmwares. 2014-01-13 18:03:02 +01:00
autonielx
6414ae05c4 Update translations from Pootle 2014-01-11 06:18:54 +01:00
autonielx
de81fde11c Update translations from Pootle 2014-01-04 06:15:30 +01:00
Matt Madia
de5c16f10a Do not create the hpkg from within the directory to package. 2014-01-02 21:39:41 -05:00
autonielx
e9ae8e0849 Update translations from Pootle 2013-12-28 06:16:48 +01:00
Adrien Destugues
edba5ea016 Add icon for Cereal... I mean SerialConnect.
* Icon drawn by Humdinger and myself.
* Also add SerialConnect entry in deskbat applications.
2013-12-21 16:59:24 +01:00
autonielx
55ee5264e2 Update translations from Pootle 2013-12-21 06:14:09 +01:00
François Revol
a99cee63cc Add icon for Oricutron
Derived from App_Clock
2013-12-16 00:40:54 +01:00
autonielx
7f7a002285 Update translations from Pootle 2013-12-14 06:16:52 +01:00
François Revol
d43ede6002 Add an icon for Open Cubic Player (ocp)
The best I could do, feel free to fix.
2013-12-11 08:27:25 +01:00
autonielx
42e1a29f0b Update translations from Pootle 2013-12-07 06:14:41 +01:00
Ingo Weinhold
be012e2122 /etc/profile: Also source profile.d/*.sh files in data dirs
This allows packages to place files in data/profile.d to manipulate
the shell environment. They could already use settings/etc/profile.d,
but since there's no point in editing those files in most cases, placing
them there nonetheless doesn't make much sense.
2013-12-04 23:21:14 +01:00
autonielx
3024704a94 Update translations from Pootle 2013-11-30 06:18:56 +01:00
Matt Madia
fb0cb1c67c Added HAIKU square graphic.
This is used on the github page and several other places that support gravatar.
2013-11-24 17:13:47 -05:00
autonielx
7b38619bdb Update translations from Pootle 2013-11-23 06:14:14 +01:00
Scott McCreary
a6f9bcb55e Added license file for SIL Open Font License v1.1 2013-11-22 08:15:56 -08:00
Pawel Dziepak
208f76e578 preferences: Remove CPUFrequency
We can't reliably set contemporary processors to an arbitrary frequency.
There are dependencies between cores and thechnologies like Turbo Boost
which may make actual frequency significantly different than the requested.

Moreover, it is the scheduler job to decide how much CPU performance is
needed and user shouldn't interfere with that.
2013-11-22 05:24:44 +01:00
Ingo Weinhold
73254051b1 makefile engine: Improve template makefile
Use findpaths to find the makefile-engine to include. This addresses the
remaining aspect of #10011. I.e. the package can now also be installed
in home.
2013-11-21 13:47:53 +01:00
Humdinger
d5f3d9c130 Added overlay image for read-only items.
Added a small padlock icon to mark read-only items.
See #10122.
2013-11-17 19:21:16 +01:00
autonielx
b7416a2dae Update translations from Pootle 2013-11-16 06:15:13 +01:00
Humdinger
61571fa66a Added icons for HaikuDepot and HPKG archives.
Anyone feel free to come umoroe sphisticated ones. :)
2013-11-09 18:12:01 +01:00
autonielx
b7f865a04d Update translations from Pootle 2013-11-09 06:14:35 +01:00
autonielx
79f5b73db6 Update translations from Pootle 2013-11-02 06:16:49 +01:00
autonielx
f67181338a Update translations from Pootle 2013-10-26 06:17:32 +02:00
Niels Sascha Reedijk
b21a346919 Update translations from Pootle 2013-10-19 06:14:23 +02:00
Niels Sascha Reedijk
5de589dae2 Update translations from Pootle 2013-10-12 06:18:09 +02:00
Matt Madia
73f8409af2 Fixed directories. Thanks jessica.
Note to self: Don't push on an empty coffee cup.
2013-10-06 21:33:14 -04:00