Augustin Cavalier
7732094125
data/bin/welcome: update #! line to reference sh and not bash.
...
Fixes #11719 .
Makes it possible to use another shell package to run Haiku (such as zsh
or mksh).
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
2015-01-08 08:58:29 +01:00
Augustin Cavalier
0de25abadc
bash_completion: delete from tree.
...
This was an old version of bash_completion and not included in the
image. An haikuports recipe is available if you need it.
Fixes #11660 .
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
2015-01-05 12:03:45 +01:00
luroh
1d5b36cee2
Clean up FreeType outsourcing leftovers
...
- Remove obsolete FreeType docs
- Remove obsolete FreeType license
- Update FreeType license and copyrights in AboutSystem
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
Fixes #11697
2015-01-05 11:23:02 +01:00
autonielx
d35b138450
Update translations from Pootle
2015-01-03 06:38:47 +01:00
autonielx
ff18d61427
Update translations from Pootle
2014-12-27 06:30:40 +01:00
autonielx
0305947d0a
Update translations from Pootle
2014-12-20 06:34:55 +01:00
Timothy Gu
e7dceac3fa
Outsource DejaVu fonts
...
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-12-16 09:39:02 +01:00
autonielx
0aa4a1284c
Update translations from Pootle
2014-12-13 06:29:07 +01:00
Adrien Destugues
bd67cb1531
Outsource VL-Gothic font.
...
Fixes #11576 .
2014-12-08 09:28:08 +01:00
autonielx
1f4afc1217
Update translations from Pootle
2014-12-06 06:30:41 +01:00
autonielx
24cddc96bc
December 2014 update: remove Norwegian, Hindi and Greek
2014-12-06 06:30:41 +01:00
autonielx
ef6da249e2
Update translations from Pootle
2014-11-29 07:53:00 +01:00
autonielx
120525a214
Remove the cdplayer app, it is not used anymore
2014-11-29 07:52:59 +01:00
Alexander von Gluck IV
f83af26271
data: Kernel settings file
...
* Add example line to always boot using safe
video mode (vesa)
2014-11-28 20:37:02 -06:00
autonielx
8d48eb9311
Update translations from Pootle
2014-11-22 06:34:05 +01:00
Adrien Destugues
09c2f0cb55
Remove leftover catkey files with wrong names.
...
The correct ones are pt_BR and zh_Hans, which are updated from Pootle
weekly.
2014-11-18 10:26:36 +01:00
Adrien Destugues
83b1a68c52
Move NetFS to a package
...
This is based on Jalopeura's patch to #10191 , however, there are some
changes.
From the patch:
* Make userlandfs use separate "interface definition" files for each
filesystem, so the netfs package can provide a configuration file
* Add a short document on how to use NetFS
* Various fixes to netfs to make it build again (volatile atomics)
* The netfs_mount script for easier use of NetFS
Additional fixes:
* Move netfs_mount and the interface description file to data/ in the
source tree
* Use strlcat instead of strcat to avoid a buffer overflow
* Some parts were already applied in previous commits
2014-11-17 15:24:07 +01:00
autonielx
9bce27d261
Update translations from Pootle
2014-11-15 06:26:02 +01:00
autonielx
84de2ceb27
Update translations from Pootle
2014-11-08 06:52:02 +01:00
Adrien Destugues
2c291e65bd
Update VL-Gothic fonts to 20140801.
...
Fixes #9757 .
2014-11-07 20:38:58 +01:00
autonielx
816548962e
Update translations from Pootle
2014-11-01 06:26:02 +01:00
François Revol
ebc6d4d0b0
Add an icon for LZIP archive files
2014-10-27 23:49:31 +01:00
autonielx
24f7b6ad3b
Update translations from Pootle
2014-10-25 06:22:10 +02:00
Michael Lotz
1180b66081
PowerStatus: Implement battery low/critical notifications.
...
It shows a notification once the "low percentage" is reached (currently
at 15 percent) and once when the battery is about to die. This logic
should probably be revised to be based on remaining time instead. The
notification icons are simple variations of the PowerStatus icon.
2014-10-23 20:07:21 +02:00
Adrien Destugues
ff0f13f37a
readline: also restore behavior for directories.
...
Thanks to Diver for checking.
2014-10-19 12:20:57 +02:00
Adrien Destugues
41660cabf4
readline: enable mark-symlinked-directories
...
This allows "ls /sys<TAB>" to complete to "/system/" rather than
"/system". It restores the behavior as it was before we outsourced bash.
2014-10-19 12:14:08 +02:00
Adrien Destugues
bbcce443cc
Remove more of Canna.
...
Fixes #11186 for real.
2014-10-18 14:40:43 +02:00
autonielx
bcd40fc754
Update translations from Pootle
2014-10-18 06:25:34 +02:00
autonielx
6668f854b0
Update translations from Pootle
2014-10-11 16:57:37 +02:00
autonielx
66d980dfe8
Update translations from Pootle
2014-10-11 06:21:24 +02:00
autonielx
c6e3208e3e
Update translations from Pootle
2014-10-04 06:19:59 +02:00
Augustin Cavalier
cda4988751
Template Makefile: stupid fix to get it working again.
...
No idea how I escaped this backslash...
Signed-off-by: Jessica Hamilton <jessica.l.hamilton@gmail.com>
2014-09-29 11:44:50 +13:00
autonielx
d2e55506ad
Update translations from Pootle
2014-09-27 06:22:18 +02:00
autonielx
937e70aa28
Update translations from Pootle
2014-09-20 06:22:44 +02:00
Augustin Cavalier
016ef2de8b
makefile_engine: fix wording, rewrap, bump version, capitalize name.
...
* Improve wording, fix spelling errors, rewrap
* Capitalize name
* Adjust templates to match.
Fixes #11158 .
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
2014-09-18 16:29:44 +02:00
autonielx
884dab8a17
Update translations from Pootle
2014-09-06 06:19:21 +02:00
Humdinger
18684e0caf
Added alternative and improved icons for Be and Zeta disks
2014-08-31 19:11:09 +02:00
autonielx
54a3250ae2
Update translations from Pootle
2014-08-30 06:25:03 +02:00
luroh
d64b771b96
Fix offline installation of iprowifi2100 and iprowifi2200 firmware.
...
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2014-08-26 23:10:37 +02:00
François Revol
9526c2143f
Add an icon for Time And Relative Dimentions In Space
...
(TARDIS)
Just in case someone ever plugs one to his Haiku laptop :D
2014-08-15 01:38:55 +02:00
François Revol
ee1c8dbda7
Don't show stem and leaves at 16x16
2014-08-14 15:54:36 +02:00
François Revol
4e4caf5906
Add stem and leaves to the Heidi icon
2014-08-14 15:50:34 +02:00
François Revol
5c25f8e561
Name objects in Heidi icon
...
Hopefully those are the correct botanical names.
2014-08-14 15:36:04 +02:00
François Revol
80835cb079
Add an icon for Heidi (unfinished)
...
Hopefully it'll be useful
2014-08-14 01:01:55 +02:00
François Revol
57e1c849e3
Rename the kawoosh RemoteDesktop icon
...
Indeed, we did.
2014-08-14 00:56:41 +02:00
François Revol
e434249ebb
Add an icon for device files
2014-08-13 23:38:51 +02:00
François Revol
2213b9acc7
Add an icon for pipe files (But where's Mario?)
2014-08-13 23:26:29 +02:00
François Revol
6683df861e
Another variant of the RemoteDesktop icon...
...
Just in case we ever use it over the Star Gate ;-)
2014-08-13 22:30:54 +02:00
François Revol
a0321e54d4
Much simpler version of RemoteDesktop icon
2014-08-13 22:29:04 +02:00
François Revol
ea9a1f53b3
Add icon for RemoteDesktop
...
the App_Workspaces getting out of a window...
2014-08-13 21:49:47 +02:00