Scott McCreary
ae4af1aa05
Update curl to 7.21.4
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40653 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-24 05:10:23 +00:00
Clemens Zeidler
5b1fc2da98
Use the correct descriptor size.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40652 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-24 04:57:56 +00:00
Scott McCreary
c588b4278a
Add the GPL font exception clause to licenses
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40651 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-24 03:28:28 +00:00
Philippe Saint-Pierre
b754759693
Replace occurences of strcpy and strcat by strlcpy and strlcat. At both places, while improbable, it was possible to get string overflows.
...
CID 9043, 9044
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40650 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-24 01:23:21 +00:00
Philippe Saint-Pierre
0e952e21c3
If the template name was long enough, we would have exceeded the string size.
...
CID 9046
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40649 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-24 01:09:24 +00:00
Philippe Houdoin
84627497fb
Add a new feature to People app: a picture can now be stored in Person file,
...
besides attributes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40647 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 19:31:28 +00:00
Philippe Houdoin
7a9ea6df3b
Now center the picture in the frame.
...
Don't keep any storage reference, user should now called Update(entry_ref) when it changes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40646 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 19:21:58 +00:00
Alexander von Gluck IV
4f882add11
remove legacy haiku-networkingkit-cvs and fix HaikuInstall path (although its not used anymore)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40645 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 18:47:33 +00:00
Jérôme Duval
921aaaa1ed
the test now works as expected on Linux, and not on Haiku, it was broken before.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40644 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 17:28:42 +00:00
Joachim Seemer
f44fb03bcb
Apparently I forgot to fix those bloody fingerprints. Sorry.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40643 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 17:12:18 +00:00
Joachim Seemer
97533fefb7
Added French catalogs.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40642 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 16:20:50 +00:00
Jonas Sundström
786d2cbb69
Remove line-break from catkeys entry.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40641 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 12:08:28 +00:00
Stephan Aßmus
581144ea46
fLastSnapTime was never initialized, which may have prevented
...
snapping to work.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40640 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 11:36:26 +00:00
Stephan Aßmus
cbaa4d3143
Initialize all members. They don't seem to be used, but this can avoid future
...
use in derived classes without enforced code paths... (CID 10252).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40639 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 11:29:26 +00:00
Jonas Sundström
46f4e9db27
Useless type qualifier on return type. CID 5666.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40638 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 04:38:57 +00:00
Jonas Sundström
93e53019bf
Missing InitCheck. Error checking stale status variable. CID 2962.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40637 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 04:35:37 +00:00
Jonas Sundström
6e9c6db2e9
Unsafe use of strncpy replaced by strlcpy. CID 2214.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40636 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 02:54:16 +00:00
Clemens Zeidler
73da57481b
- Don't download messages flaged as deleted.
...
- Set watching variable when leaving the watching method.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40635 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 02:25:22 +00:00
Philippe Saint-Pierre
14afc67b4c
DeskCalc:
...
* Replace usage of strcpy by strlcpy (CID 6790)
* Check the return value of FindApp before continuing (CID 2366)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40634 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 02:08:03 +00:00
Jonas Sundström
08a750214c
Unsafe use of strncpy replaced by strlcpy. CID 2237.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40633 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 01:54:33 +00:00
Jonas Sundström
585db48d51
Unsafe use of strncpy replaced by strlcpy. CID 2238.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40632 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 01:19:30 +00:00
Philippe Saint-Pierre
8d779aa8df
DiskUsage :
...
* add two missing break; (CID 3301, 3302)
* replace strcpy, strcat and sprintf by strlcpy, strlcat and snprintf
(CID 6804, 6805, 6806, 6807, 6808, 8962, 8963)
* remove a PrintToStream (left by accident for debugging purposes)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40631 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 01:08:25 +00:00
Jonas Sundström
41e4f0903d
Unsafe use of strncpy replaced by strlcpy. CID 2254.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40630 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 01:06:58 +00:00
Jonas Sundström
d1a78f51e0
Unsafe use of strncpy replaced by strlcpy. CID 2256.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40629 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 00:55:44 +00:00
Jonas Sundström
117711e680
Unsafe use of strncpy replaced by strlcpy. CID 2257.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40628 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 00:37:01 +00:00
Jonas Sundström
7d5b23fb44
Unsafe use of strncpy replaced by strlcpy. CID 2258.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40627 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 00:30:17 +00:00
Jonas Sundström
c4035e9124
Unsafe use of strncpy replaced by strlcpy. CID 2259.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40626 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 00:08:41 +00:00
Jonas Sundström
d4f0eca634
Unsafe use of strncpy replaced by strlcpy. CID 2264, 2265.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40625 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 00:01:16 +00:00
Jérôme Duval
53c001249b
gcc 4.5 build fix
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40624 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 22:57:20 +00:00
Stephan Aßmus
96f9949a2d
The parent menu of the attributes menu might be showing, thus it needs
...
to be locked before its font is retrieved or items are added.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40623 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 22:46:48 +00:00
Siarzhuk Zharski
211be12926
A bit of extra localization support for Devices app.
...
Partially fixes #7245 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40622 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 20:37:54 +00:00
Siarzhuk Zharski
51a2a65082
Finnish translation updated from HTA in request from Jorma Karvonen.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40621 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 19:09:32 +00:00
Siarzhuk Zharski
ace9bd8d80
Belarusian translation updated from HTA;
...
Russian translation updated from HTA;
ProcessController localization fixed - missed file added
into DoCatalogs Jamfile rule.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40620 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 18:50:50 +00:00
Joachim Seemer
2991ed2036
Updated French and German catalogs.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40619 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 18:47:55 +00:00
Jérôme Duval
b62dd5abd5
cleanup, header inclusion should be revisited.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40617 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 17:39:09 +00:00
Jérôme Duval
1cc2cf286c
Switched attribute type to B_XATTR_TYPE, as recommended by Ingo.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40616 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 17:34:56 +00:00
Philippe Houdoin
3f2a0963f6
All debugger commands we've added, remove we must.
...
Closes #7251 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40612 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 13:27:00 +00:00
Philippe Houdoin
a4c21b1c82
Check if the name is already used in add_debugger_command*() and reject
...
duplicate attempt(s).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40611 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 11:56:57 +00:00
Jonas Sundström
a49fe9b849
Unsafe strncpy replaced by strlcpy. CID 2262, 2263, 2262, 2253, 2252, 2251, 2250, 2249. BUFFER_SIZE_WARNING.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40610 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 07:09:14 +00:00
Clemens Zeidler
07ede8884c
Close the mail window when marking the last message as read.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40609 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 06:45:23 +00:00
Jonas Sundström
aea362af0c
Crediting Michael Davidson, Mikael Eiman and Pier Luigi Fiorini for the notification server.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40608 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 04:53:23 +00:00
Jonas Sundström
0a6345894e
Updated Swedish catkeys.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40607 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 03:48:16 +00:00
Clemens Zeidler
7398688a5e
IMAP commands are serialized using the BLooper message queue. MarkMessageAsRead used the direct way to access the protocol and so interfered with ongoing requests.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40606 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-22 00:42:02 +00:00
Clemens Zeidler
379df1cc3c
Move #define from E-mail.h to mail_util.h. Thx Jerome.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40605 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-21 23:16:08 +00:00
Clemens Zeidler
4ee7dfd971
Write status attributes correctly again.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40604 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-21 23:10:19 +00:00
Clemens Zeidler
47d780d247
Don't mark read messages as seen when closing the mail window.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40603 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-21 20:08:46 +00:00
Alexander von Gluck IV
c9b05e5212
when loading addons, put them in a map so we can access them later easily; use addon instances stored in map and call Save/Revert for each through dynamic addon osmosis; little style cleanup
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40602 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-21 18:59:58 +00:00
Philippe Houdoin
025c4ea25a
When no device is given, find ourselves which removable device (if any) can
...
be considered the default one.
When several are, the command failed after listing them.
This should avoid to always fallback to floppy as
the default removable device.
Closes #7247 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40601 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-21 18:27:38 +00:00
Philippe Houdoin
9b26b17b0e
Made eject command a C++ program.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40600 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-21 18:24:30 +00:00
Alexander von Gluck IV
cdd15f8478
style tab cleanup; start using classy kMsg style BMessage vars; no functional change
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40599 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-21 16:02:17 +00:00