Clemens Zeidler
13ee057787
Fix spelling, thanks Jérôme!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40835 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 09:41:11 +00:00
Jérôme Duval
0961433d2a
Patch from diver (bug #7329 ) with cleanup by myself: remove excessive localization
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40834 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 09:33:39 +00:00
Clemens Zeidler
6c6f425ceb
Remove EtPan left over. Thanks Matt.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40833 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 08:07:17 +00:00
Clemens Zeidler
f5a2f7b79d
Set progress after the body has been fetched. This fixes #7255 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40832 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 07:49:00 +00:00
Clemens Zeidler
8c018efae7
Add some check if we are still connected.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40831 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 07:42:20 +00:00
Clemens Zeidler
faad334022
Fix endless loop when try to logout and the connection is already lost.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40830 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 07:36:45 +00:00
Matt Madia
2440159a1e
Repackaged WebPositive:
...
* fixed the displayed attributes in Tracker (eg, Size, Modified, ...)
* added .OptionalPackageDescription
Noticed by diver. Thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40829 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 23:11:48 +00:00
Matt Madia
cbed190f71
Removed no longer needed TODO.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40828 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 22:56:01 +00:00
Matt Madia
50ca9a25c9
As per Ingo's comment 13 in #7286 , removed support for isGCCAgnostic.
...
There should be separate gcc 2 and gcc 4 packages instead.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40827 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 22:55:31 +00:00
Philippe Saint-Pierre
c6d2f9af2c
Screenshot
...
* Consider the message that the FilePanel returns and add the path to the output destination MenuField.
Ticket #6886
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40826 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 22:13:12 +00:00
Matt Madia
6d53e80072
Added isCDPackage to Vim, as GetText already has isCDPackage set to true.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40825 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 21:08:28 +00:00
Matt Madia
280a51c2b8
Removed the isCDPackage argument for Curl and SQLite.
...
This allows WebPositive to run on LiveCD (ISO) images again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40824 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 20:28:30 +00:00
Matt Madia
2f860da9e3
Some cleanup. No functional change.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40823 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 20:12:30 +00:00
Jérôme Duval
272551646d
update ecj package with a script fix, bootclasspath wasn't handled correctly.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40822 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 18:26:00 +00:00
Matt Madia
39fcca5b5a
Listed OpenSSL as a dependency for Curl.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40821 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 18:02:57 +00:00
Stephan Aßmus
df4e063a13
Of course I did not get this right on first try... the targetDevice
...
was taken from sourceDirectory, and fs_read_index_dir does not set
errno when returning NULL (i.e. no more index entry), which resulted
in the logic to think an error happened, but it only carried over from
fs_create_index() when the index already existed. I think lsindex
needs to be fixed as well, since it checks errno after
fs_read_index_dir(). In case fs_read_index_dir() is supposed to set
errno, it should reset it internally before it's possible to encounter
any error.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40820 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 17:37:24 +00:00
Jérôme Duval
8775d8d25d
dir_remove() now handles a path which ends with "/./" and fixed #6817 .
...
Another way would be to disallow removing such a path, as Linux does.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40819 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 17:17:19 +00:00
Fredrik Holmqvist
1075cc34a0
Missed these as part of r40817. Style cleanup by John Scipione from bug 7052.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40818 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 16:33:57 +00:00
Fredrik Holmqvist
c562239723
Even more style clean up patches by John Scipione from bug 7052.
...
(I modified BeMenu.h to have consistent style for pointer variables.)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40817 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 16:22:42 +00:00
Stephan Aßmus
a2dc49b516
* Mirror all the indices from the source volume to the target volume.
...
Note that it would have been an option to invoke mkindex, which has
a similar mirroring option, in the InstallerInitScript, but I favor
making Installer depend on as few external tools as possible.
* Very small cleanup in _PerformInstall(). It should be broken up more
into individual methods.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40816 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 16:14:52 +00:00
Fredrik Holmqvist
4ec67d2b37
Patches from John Scipione as part of bug 7052.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40815 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 15:52:49 +00:00
Fredrik Holmqvist
62a78b3566
Style cleanup patches by John Scipione from bug 7052. (Modified header to have consistent style).
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40814 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 15:40:24 +00:00
Jonas Sundström
4d15b48647
Reordering for readability.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40813 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 12:11:45 +00:00
Clemens Zeidler
4e401f8153
Fix crash when opening a new mail. Thanks Jonas.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40812 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 00:18:25 +00:00
Jonas Sundström
cd7548f537
Some apps get the name lookup attribute.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40811 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 22:34:20 +00:00
Clemens Zeidler
c8057498b3
One more sanity check.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40810 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 21:31:11 +00:00
Jonas Sundström
fca835f134
Style fixes. Thanks, Axel!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40809 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 18:42:48 +00:00
Axel Dörfler
65763c9728
* Fit image to the view bounds again after a rotation (it's quite annoying when
...
you suddenly only see part of the image). This could be improved by only doing
so if the image was fit before, too.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40808 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 18:04:10 +00:00
Scott McCreary
8723d9bbb5
Added doxygen as an OptionalPackage
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40807 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 16:39:31 +00:00
Joachim Seemer
d4f58f5cf9
Added DateTimeView.cpp to Jamfile to DoCatalogs. Thanks diver for pointing that out in #7278 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40806 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 14:34:01 +00:00
Jonas Sundström
ec3ead230b
Style fixes. Doxygen comment. Use standard strchr function.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40803 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 11:11:03 +00:00
Ryan Leavengood
8a99b1dc31
Apply patch from stimut to avoid a C++ exception in the JPEGTranslator.
...
Should fix the remaining issue on #6975 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40800 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 03:21:53 +00:00
Rene Gollent
2cfa3e7a04
The build compatibility libs are needed for this rule when invoked on non-Haiku hosts. Fixes the build on non-Haiku host platforms.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40799 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 21:56:56 +00:00
Clemens Zeidler
b5d2724841
Add a safety check. Should helps with #7266 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40798 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 21:44:46 +00:00
Clemens Zeidler
b0acdd1578
Remove some code that pretty much looks like some legacy code to add additional attributes to a running system.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40797 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 21:42:29 +00:00
Jonas Sundström
f5c0a9970a
Support for showing localized app entries in Deskbar. Just the app entries so far, and not yet the items in the leaf menu. Please review.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40796 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 20:58:58 +00:00
Clemens Zeidler
2e1acbe269
Re-add Mail support declaration for mails again, thanks Stippi.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40795 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 20:10:40 +00:00
Clemens Zeidler
443561c08d
Add another mime type file for partial downloaded messages. Clean up a bit, could somebody check if this is all right?
...
Removed the partial downloaded bitmap icon since I was unable to load a bitmap it in the mime type file. I'm using the new mail icon now. Could somebody create a partial vector icon?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40794 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 19:58:09 +00:00
Philippe Houdoin
7703b15314
Those should have been part of r40791. Sorry.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40793 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 14:07:57 +00:00
Jonas Sundström
44f4c81aa4
Initial translation to Norwegian Bokmål, by Marius Middelthon, Petter Holt Juliussen and Frank Paul Silye.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40792 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 13:41:34 +00:00
Philippe Houdoin
662c94f6c4
Reorganized to follow libwebp source layout.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40791 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 13:27:41 +00:00
Jonas Sundström
a6f7da9724
Jam rule to add an attribute for catalog lookup of localized entry name.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40790 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 12:58:02 +00:00
Clemens Zeidler
b8d2bbd616
- Partial downloaded messages are now opened by Mail and not by the mail daemon. Mail request the body fetch and get notified when the daemon is done. During this time the Mail window title is showing "Downloading: subject". This fixes #7256 .
...
- Some cleanup in Mail.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40789 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 09:05:04 +00:00
Oliver Tappe
e8226ce48d
* fix support for influencing tzset() via TZ environment variable
...
(now at least <std> and <offset> are supported properly)
* instead of creating a TimeZone object whenever needed, we now
create it in tzset() and keep it around
* add tests for TZ to locale_test
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40788 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-03 00:34:51 +00:00
Jérôme Duval
548836e4f8
* if ioctl hook wasn't found, now returns B_DEV_INVALID_IOCTL
...
* in case fd_ioctl() was about to return B_DEV_INVALID_IOCTL, translate to ENOTTY to satisfy #7279 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40787 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-02 18:58:14 +00:00
Jérôme Duval
e523d3cfc1
changed ioctl hook return code when the opcode isn't supported.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40786 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-02 18:49:02 +00:00
Siarzhuk Zharski
aec3882d0b
Russian, Belarusian, Finnish and Ukrainian localizations updated from HTA.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40785 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-02 18:28:08 +00:00
Jérôme Duval
f53ec236e2
changed ioctl hook return code when the opcode isn't supported.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40784 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-02 18:24:19 +00:00
Philippe Houdoin
552c44608f
Change a bit the tooltip text, per Axel suggestion.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40781 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-02 17:37:02 +00:00
Philippe Houdoin
a559946f03
Use string_for_size() to format and localize sizes in a consistent way.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40780 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-02 16:08:24 +00:00