43514 Commits

Author SHA1 Message Date
Prasad Joshi
0d2a1d9305 ls: Change color scheme for other writable directory (#4494)
The ls command, uses blue color for directories. For a directory that
has write permission for others, it uses green highlighting while
displaying the directory name. However, blue text and green highlight
is difficult to read.

The patch keeps the text color as blue and changes the highlight to
yellow.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
hrevr1alpha4-44638
2012-10-21 08:28:02 -05:00
Prasad Joshi
ac2fa057ff bash: Fix mapping between signal number and signal string
The signames_haiku.h header got out of sync when merging the real-time
signals branch. It is used when cross-compiling Haiku, since the build
tool mksignames only generates a signal name list suitable for the host
platform.
Fixes ticket #9046.

Signed-off-by: Ingo Weinhold <ingo_weinhold@gmx.de>
hrevr1alpha4-44637
2012-10-21 08:14:17 -05:00
Prasad Joshi
9bb37af36c Turn on the coloring with <ef>grep (ticket #9044)
All grep versions have the ability to display a colored
output. The patch turns on coloring in auto mode.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2012-10-21 08:12:24 -05:00
Ryan Leavengood
3cf42251cd Add Prasad Joshi to the contributors list. 2012-10-21 08:11:12 -05:00
Prasad Joshi
9c15c42047 ps: fix uid and gid in the ps output
The function fill_team_info() completely ignored the user id and the
group id of the process (fields info->uid and info->gid respectively).
Since the info structure was zeroed earlier, the ps output showed uid
and gid of each process equal to zero.

The patch fixes the problem by properly initializing the members with
effective uid and gid. Now the output is correct.

Fixes #8995.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>
2012-10-21 08:10:55 -05:00
Prasad Joshi
0d9f044413 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 <leavengood@gmail.com>
2012-10-21 08:10:28 -05:00
Jérôme Duval
3adb6707bd udf: moved partitions deletion before block cache deletion (#9004) hrevr1alpha4-44636 2012-10-21 08:03:04 -05:00
Jérôme Duval
0812d56db7 UDF: support for metadata partition (feature from 2.50)
* added Icb::FindBlock() to find block in extents.
* MetadataPartition uses extents descriptors found in the metadatafile
to lookup blocks on a physical partition
* uses struct timespec instead of time_t
* added init_entities() to call C++ structures constructors. This is
called at module initialization, C++ constructors are currently not called when
a kernel module is loaded.
* tested with a sample bluray ISO.
2012-10-21 08:02:39 -05:00
Alexander von Gluck IV
4e944374c7 radeon_hd: Add PCIID for HD 4500, resolves #9051 (+alpha4) hrevr1alpha4-44635 2012-10-21 07:59:07 -05:00
Joseph R. Prostko
c46c96df04 Update required legacy GCC version hrevr1alpha4-44634 2012-10-21 07:40:54 -05:00
Niels Sascha Reedijk
8c4f0db992 Update translations from Pootle hrevr1alpha4-44633 2012-10-20 06:27:26 +02:00
Niels Sascha Reedijk
3976c40ad1 Update translations from Pootle hrevr1alpha4-44632 2012-10-14 06:26:58 +02:00
Niels Sascha Reedijk
2da4f0711e Update translations from Pootle hrevr1alpha4-44631 2012-10-12 06:25:56 +02:00
Niels Sascha Reedijk
51eaad8d57 Update translations from Pootle hrevr1alpha4-44630 2012-10-11 06:27:54 +02:00
Niels Sascha Reedijk
da653089d8 Update translations from Pootle hrevr1alpha4-44629 2012-10-10 06:24:25 +02:00
Niels Sascha Reedijk
3c3673a92c Update translations from Pootle hrevr1alpha4-44628 2012-10-09 06:44:52 +02:00
Niels Sascha Reedijk
8079abe29d Update user guide from i18n.haiku-os.org hrevr1alpha4-44627 2012-10-08 15:10:58 +02:00
Niels Sascha Reedijk
182902c496 Update translations from Pootle hrevr1alpha4-44626 2012-10-08 06:29:29 +02:00
Niels Sascha Reedijk
171daa5b09 Update translations from Pootle hrevr1alpha4-44625 2012-10-07 06:27:04 +02:00
Niels Sascha Reedijk
104e30f453 Remove old pt_br translations. 2012-10-06 13:17:49 +02:00
Niels Sascha Reedijk
a5b2b1e734 Update translations from Pootle hrevr1alpha4-44624 2012-10-06 06:27:26 +02:00
Niels Sascha Reedijk
2bce2654b5 Update translations from Pootle hrevr1alpha4-44623 2012-10-05 06:27:35 +02:00
Niels Sascha Reedijk
6c8e67d55d Update translations from Pootle hrevr1alpha4-44622 2012-10-04 06:27:12 +02:00
Jürgen Wall
3393a63d31 Don't create filename entries without actual matches.
Added an early return in GrepWindow::_OnReportResult(BMessage* message)
in case the report message does not contain matches.

Signed-off-by: Stephan Aßmus <superstippi@gmx.de>
hrevr1alpha4-44621
2012-10-03 16:01:30 -04:00
Scott McCreary
fbb6afe445 Fixed typo 2012-10-03 16:00:53 -04:00
Humdinger
6fce79be2f Added Hungarian translators Róbert Dancsó and Zsolt Bicsk.
Thanks guys!
+alpha4
2012-10-03 16:00:39 -04:00
Scott McCreary
f1d5aaff08 Updated caya to r279 2012-10-03 16:00:34 -04:00
Scott McCreary
4240c530b2 Fix typo. 2012-10-03 16:00:26 -04:00
Scott McCreary
2094d99c57 Updated r1a4 builds for a few OptionalPackages 2012-10-03 16:00:06 -04:00
Niels Sascha Reedijk
2a47229d0b Update translations from Pootle hrevr1alpha4-44620 2012-10-03 06:26:35 +02:00
Niels Sascha Reedijk
540215cc76 Update translations from Pootle hrevr1alpha4-44619 2012-10-02 06:27:08 +02:00
Matt Madia
df8a04c91e Rebuilt BeZillaBrowser for R1/alpha 4 on hrevr1alpha4-44612.
Note: There is no gcc4 binary available, as r1a4 will be released only
as a GCC 2 Hybrid.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>
hrevr1alpha4-44618
2012-10-01 17:32:13 -04:00
Humdinger
4302859e0e Added Brazilian translators. Thanks guys!
(+alpha4)
hrevr1alpha4-44617
2012-10-01 17:04:37 -04:00
Jérôme Duval
3b498d72be udf: print an error for unsupported revisions 2012-10-01 17:04:31 -04:00
François Revol
f0986652bb B_POSIX_ENOMEM is obviously an error...
* was wrongly reported as "No error"
2012-10-01 17:04:03 -04:00
Humdinger
0729045df2 Using B_TRANSLATE_SYSTEM_NAME for 'FontDemo', plus tiny style fix.
+alpha4
2012-10-01 17:03:56 -04:00
Humdinger
34ffdf8ce7 Made 'BSnow' translatable, plus tiny style correction.
Fixes #9025.
2012-10-01 17:03:49 -04:00
Humdinger
5291633949 Fixed control label in Poorman settings.
The BTextControls were using the wrong constructor.
Fixes #9024.
+alpha4
2012-10-01 17:03:43 -04:00
Niels Sascha Reedijk
a5c50261c7 Update translations from Pootle hrevr1alpha4-44616 2012-10-01 06:26:15 +02:00
Niels Sascha Reedijk
1a0fc88f50 Add the Brazilian Portuguese translations.
Congratulations to the translators for managaging to get this done!
hrevr1alpha4-44615
2012-09-30 14:07:21 +02:00
Niels Sascha Reedijk
4333dd8ab1 Update translations from Pootle hrevr1alpha4-44614 2012-09-30 06:23:21 +02:00
Niels Sascha Reedijk
a98c817bc5 Update translations from Pootle hrevr1alpha4-44613 2012-09-29 06:26:10 +02:00
Niels Sascha Reedijk
5913e732ce Update translations from Pootle hrevr1alpha4-44612 2012-09-28 06:25:28 +02:00
Niels Sascha Reedijk
ae87e8bd1a Update translations from Pootle hrevr1alpha4-44611 2012-09-27 06:26:36 +02:00
Niels Sascha Reedijk
f124f5044c Update translations from Pootle hrevr1alpha4-44610 2012-09-26 06:25:22 +02:00
Niels Sascha Reedijk
46dd6f85ea Update translations from Pootle hrevr1alpha4-44609 2012-09-25 06:28:19 +02:00
Niels Sascha Reedijk
42d0b2b49e Update translations from Pootle hrevr1alpha4-44608 2012-09-24 06:26:12 +02:00
Axel Dörfler
64911a689a Always set a minimum size for the list view.
* Otherwise it doesn't look good when the media server is just
  being launched (so there are no nodes yet).
hrevr1alpha4-44607
2012-09-23 23:00:10 -04:00
Axel Dörfler
5a00495b7d Cleanup.
* Sort methods like they are declared in the header.
* Fixed a number of coding style violations and other oddities.
2012-09-23 23:00:08 -04:00
Axel Dörfler
59592d6539 Don't start showing the hint for each solved number.
* Instead, only keep it visible when the user made it visible.
* Minor cleanup.
2012-09-23 22:56:37 -04:00