Prasad Joshi
4fd62caa9a
bash_profile: set ls color alias to auto
...
ls --color emits the color code irrespective of whether it is being
attached to terminal or not. Which might result in color codes being
added to file upon redirection.
auto option with ls --color emits the color codes only the output is
attached to terminal, otherwise the colors are turned off.
Fixes #8993 .
Signed-off-by: Ryan Leavengood <[email protected] >
2012-10-03 15:23:57 -04:00
Fredrik Holmqvist
953ca70721
Removing the acpi_avoid_full_init config option.
...
I've never heard anyone that been helped by that setting.
2012-09-09 13:13:53 +02:00
Matt Madia
efe79d9878
Updated graphics for r1a4.
...
+alpha
2012-09-03 10:50:14 +00:00
Matt Madia
e53f0019b5
installoptionalpackage cannot install WebPositive.
...
+alpha
2012-09-01 11:26:55 +00:00
Niels Sascha Reedijk
9ff0fe5615
Update translations from Pootle
2012-08-18 06:30:34 +02:00
Niels Sascha Reedijk
4f81ff45fe
Update translations from Pootle
2012-08-17 06:47:33 +02:00
Niels Sascha Reedijk
0f6d975d36
Update translations from Pootle
2012-08-16 06:23:58 +02:00
Niels Sascha Reedijk
5c4ceff363
Update translations from Pootle
2012-08-15 06:26:35 +02:00
Niels Sascha Reedijk
eb020bee4b
Update translations from Pootle
2012-08-14 06:26:08 +02:00
Niels Sascha Reedijk
2c2e65ef16
Update translations from Pootle
2012-08-13 06:27:45 +02:00
Niels Sascha Reedijk
2e4a953d36
Update translations from Pootle
2012-08-12 06:23:28 +02:00
Rene Gollent
39433058f7
Fix ticket #8858 .
...
- When an Identify/Force Identify request is made in Tracker, if the target
is a link, resolve it to its destination first. Fixes #8858 .
- Have mime_update.sh explicitly mimeset the welcome/user guide scripts.
2012-08-11 09:56:20 -04:00
Niels Sascha Reedijk
6c6f5ecef1
Update translations from Pootle
2012-08-11 06:25:25 +02:00
Niels Sascha Reedijk
44f900e221
Update translations from Pootle
2012-08-10 06:23:46 +02:00
Scott McCreary
6ac7788b61
Added a Public Domain generic text file.
2012-08-05 20:06:20 +00:00
Niels Sascha Reedijk
7d8b63fdab
Update translations from Pootle
2012-08-09 06:26:47 +02:00
Niels Sascha Reedijk
e21fe3ff33
Update translations from Pootle
2012-08-08 06:25:27 +02:00
Niels Sascha Reedijk
0671704e3a
Update translations from Pootle
2012-08-07 06:28:20 +02:00
Niels Sascha Reedijk
7753c3829c
Update translations from Pootle
2012-08-06 06:28:07 +02:00
Niels Sascha Reedijk
147d65c26d
Update translations from Pootle
2012-08-04 06:51:11 +02:00
Matt Madia
47b7182a24
Updated HVIF icons relating to PDFs.
...
As per #8807 ,
* Removed icons that contain Adobe's trademarks.
* Replaced with icons designed by Justin Stressman.
Thanks!
2012-07-30 08:15:37 +00:00
Niels Sascha Reedijk
343892dc2d
Update translations from Pootle
2012-07-28 06:23:24 +02:00
Niels Sascha Reedijk
9468090b43
Update translations from Pootle
2012-07-28 06:23:24 +02:00
Niels Sascha Reedijk
8c663339c8
Update translations from Pootle
2012-07-27 09:14:49 +02:00
Niels Sascha Reedijk
910d677e3e
Update translations from Pootle
2012-07-26 10:02:14 +02:00
Niels Sascha Reedijk
429212969e
Update translations from Pootle
2012-07-26 09:24:15 +02:00
Matt Madia
191b137a31
Updated VL-Gothic fonts to version 20120629. Fixes #8662 .
2012-06-30 18:51:26 -04:00
Ryan Leavengood
9c7d5593e6
Update DejaVu fonts to version 2.33.
2012-06-24 00:13:53 -04:00
Matt Madia
2269db99ce
Updated VL-Gothic fonts to version 20120618. Fixes #8642
2012-06-17 19:32:23 -04:00
Matt Madia
2c28c98d32
Merge branch 'master' of ssh://git.haiku-os.org/haiku
2012-06-17 16:31:54 -04:00
Matt Madia
a8c2e97934
Removed dead code.
...
As the downloadable files are now hosted on haiku-files.org and the user is
presented the Intel license at the beginning of the script, the function
OpenIntelFirmwareWebpage is unneeded.
2012-06-17 16:29:38 -04:00
Matt Madia
e8fc340a30
Prevent removing permissions on a wifi firmware's subdirs.
...
Prior to this /boot/system/data/firmware/broadcom43xx/b43-fwcutter would
have its w+x bits removed.
2012-06-17 16:24:41 -04:00
Matt Madia
174bc1dca0
Host wifi firmware related files on haiku-files.org
2012-06-17 15:49:44 -04:00
Niels Sascha Reedijk
21c0a9529b
Update translations from Pootle
2012-06-17 16:28:06 +02:00
Fredrik Modeen
87a8b1c97b
change wlan iwp2100 to use iprowifi2100 and the right firmware, should fix Ticket #7938 and #7898
2012-06-01 22:29:26 +02:00
Philippe Saint-Pierre
42ae726e67
setgcc: add -l argument to ls call in script
...
In previous, it was still working as I was more interested into != 0 than
exact count. Still, for clarity sake, I add -l to get the actual count.
Thanks Axel.
2012-05-06 15:52:04 -04:00
Philippe Saint-Pierre
85fb3e7df8
setgcc: error message
...
The bash script tried to verify the existence of a file,
but there were several fils fitting the wildcard expression.
So, [ -e .../*gcc ]; was interpreted as if it had too many
arguments. Replaced that expression by a count of files.
Fixes #8493 .
2012-05-05 23:55:19 -04:00
Niels Sascha Reedijk
d72c055e90
Update translations from Pootle
2012-05-05 10:07:35 +02:00
Matt Madia
13586c0905
Added a possible icon to replace Deskbar's R_TeamIcon resource
2012-05-04 20:17:05 +00:00
John Scipione
615d572db0
Fix #8505 cut-off Deskbar leaf bug.
...
Replace the leaf bitmap with a non-cutoff version derived from the
'data/artwork/Haiku Leaf' file. So, when icon size is > 16 the full
deskbar leaf is shown without the bottom cut-off. It should look
pretty much identical at 16x16 and in vertical mode at any icon size.
Also add a deskbar_leaf.png file to the data/artwork directory
although I didn't use that file in Deskbar, instead I embed an
archive bitmap into icons.h. I got rid of icon-freelogo.rdef and
icons_logo.h.
2012-05-04 01:17:48 -04:00
Oliver Tappe
553ce13c6e
Close #8452 , pt. 2: reactivate system catalog translations.
...
* when moving the locale kit into libbe, I completely missed that
I should have moved the translated catalogs, along, too.
2012-04-15 14:18:35 +02:00
Niels Sascha Reedijk
531ae0a6c0
Update translations from Pootle.
2012-04-14 16:25:38 +02:00
Alexander von Gluck IV
2813a3e157
icons: Add some GL renderer icons
...
* Just some examples
* Trying to identify drivers without using
trademarks, etc.
* Feel free to improve if your icon-o-matic
skills are better then mine :P
2012-04-13 16:06:49 -05:00
François Revol
c7b10ca658
Fix shadows for the boxes
...
Not sure how to do the L shadow.
2012-04-11 13:22:01 +02:00
François Revol
9fd2efd72d
Add the L glyph to the Links2 icon
...
Added a 3D-ish L glyph. This almost looks like the Links 2 icon but in 3D. I'm afraid I'll have to rely on stippi to fix the shadows.
2012-04-11 12:43:39 +02:00
François Revol
830c6e8d3c
Add an unfinished icon for Links2
2012-04-11 04:10:12 +02:00
Niels Sascha Reedijk
0c38373fff
Update translations from Pootle
2012-04-07 16:39:25 +02:00
Matt Madia
94e42cca32
Updated VL-Gothic fonts to version 20120325. Fixes #8425 .
2012-03-28 17:19:14 -04:00
John Scipione
3109e9c7b5
Silly change. Make Apple Aluminum keyboard layout keys all white resembling the hardware that it comes from.
2012-03-25 12:18:29 -04:00
Niels Sascha Reedijk
2a32bdb29e
Update translations from Pootle.
2012-03-24 20:44:38 +01:00