Commit Graph

38962 Commits

Author SHA1 Message Date
Jonas Sundström
da7a08abb8 Rename System tab to Options. Suggested by deejam.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40936 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 21:20:53 +00:00
Clemens Zeidler
e3beb7c047 Init ssl variables. Replace "/" in temporary filename. This should fix #7267.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40935 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 20:32:45 +00:00
Matt Madia
5705745f09 Corrected the build package of WebPositive. Sorry about that!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40934 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 20:01:36 +00:00
Jonas Sundström
41ad4911ad Make B_TRANSLATE_APP_NAME aware of BLocaleRoster::Default()->IsFilesystemTranslationPreferred().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40933 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 19:48:20 +00:00
Philippe Saint-Pierre
85c3d59821 dstcheck:
* Change button labels to use verbs.  Since the labels are now "Use this time" and "Manually adjust time...", don't ask for a second confirmation in case you chose to adjust time.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40932 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 19:28:24 +00:00
Matt Madia
c91236f167 Updates WebPositive to r577. Built by phoudoin. Fixes #7337.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40931 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 19:12:51 +00:00
Jonas Sundström
480d660fb0 Introducing a catalog app name context, related macros, and making use of this in DeskCalc.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40930 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 17:29:10 +00:00
Ithamar R. Adema
60644e6de6 * Add support for R_ARM_ABS32 to kernel ELF linker
* Removal of some commented out (messy) code



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40929 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 15:48:52 +00:00
Ithamar R. Adema
5707f2519c * Quiet down VM debug output, so we can easily find errors ;)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40927 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 10:42:18 +00:00
Ithamar R. Adema
8bbaee6124 * Fix ARM kernel compilation
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40926 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 10:28:51 +00:00
Joachim Seemer
0792e32c1f Updated German catkeys from HTA.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40925 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-13 08:22:32 +00:00
Philippe Houdoin
61698f2dad Audio clips are also concerned with backgroup volume level settings, so actually
"clips" was valid. Also adds a missing : after menu labels.
Thanks Humdinger for proofreading and suggestion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40924 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-12 13:06:08 +00:00
Philippe Houdoin
b17cf6ff58 The "movies" term was used everywhere else, for coherency use it instead of "clips".
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40923 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-12 10:41:02 +00:00
Jonas Sundström
ed7ee7a432 Localization support for filesystem entries in Tracker and Deskbar (leaf menu). (It appears to work, but is likely incomplete and quite possibly incorrect.) Fix issue with RosterData::Refresh() resulting in a B_LOCALE_CHANGED broadcast, and Deskbar looping. Add a global boolean gLocalizedNamePreferred to avoid calling BLocaleRoster::Default()->IsFilesystemTranslationPreferred() too often from Model instances. Following Tracker code style in libtracker, so as to not mix in too much clean-up.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40922 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-12 00:53:30 +00:00
Alexander von Gluck IV
5fb615a3b5 change Heal to Renegotiate for now as it is the most technically correct; add missing delete of fNetworkInterface from deconstructor; remove un-needed RemoveDefaultRoute as per Axel
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40921 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 23:31:11 +00:00
Clemens Zeidler
f5753b4af0 Add debug output to debug #7267.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40920 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 20:17:10 +00:00
Clemens Zeidler
37f85698cf - Fix race condition when start watching a mailbox and directly afterwards stop watching it. A BLooper was not suitable to synchronise start and stop watching. Wait till the IDLE command is send before returning the SyncAndStartWatchingMailbox method now. That ensures that a later StopWatchingMailbox call find the maibox in an expected watching state.
There is one thread (BLooper) to handle new commands and one watcher thread which is just listening at the server port for updates. The race condition occurred for example when a sync/watching and a fetch body message are send to the looper. The sync message just triggered the IDLE command in the watcher thread. In the meantime the fetch body command send a DONE command, because the IDLE command has not be send at this time the watcher keeps watching. 

- fix int32 -> ssize_t thanks Axel and Stippi
- clean up



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40919 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 20:13:54 +00:00
Jonas Sundström
07cffb4786 Introducing a Locale option to display localized filesystem entries (primarily apps and folders) in Deskbar, Tracker, etc. Making use of this in Deskbar's list of apps. The option currently defaults to off, to avoid exposing everyone to unfinished work.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40918 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 19:52:15 +00:00
Alexander von Gluck IV
a991d18159 implement *basic* network interface Healing action; make fNetworkInterface a pointer so it actually works right
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40917 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 18:20:57 +00:00
Jonas Sundström
8fb856f826 Updated translation for Norwegian bokmål. Removing a few empty catkeys files.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40916 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 16:39:49 +00:00
Siarzhuk Zharski
9267e5f5dd Belarusian, Russian and Ukrainian localizations updated from HTA.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40915 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 14:47:48 +00:00
Joachim Seemer
78fe3775dc Removed Chinese catkeys again as they are all empty. Thanks Adrien for noticing.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40914 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 14:44:06 +00:00
Joachim Seemer
5bb469543f Updated Finish catkeys.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40913 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 14:15:36 +00:00
Joachim Seemer
5e6450ce3b Added/updated Italian and Chinese catkeys from HTA.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40912 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-11 14:10:28 +00:00
Siarzhuk Zharski
55f0b964a3 Applying revized localization patch prepared by Jorma Karvonen.
Fixes #7347. Thanks.

Additionally: single function for About alert added - replaces the triplication of 
the same text in original code.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40910 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 22:32:12 +00:00
Siarzhuk Zharski
80cdaa81fd Partially applying localization patch prepared by Jorma Karvonen.
Fixes #7350. Thanks.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40909 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 22:25:29 +00:00
Alexander von Gluck IV
a0a9cb5c21 remove right-click menu in InterfaceView; add FrameResized hook to invalidate to correct tearing right status text; Add heal button to renegotiate interface address.. this also balances the buttons on the bottom.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40908 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 22:20:23 +00:00
Alexander von Gluck IV
b4725a13b7 fix another possible passing of unsigned int into a function requiring a signed int, CID 10665
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40907 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 21:44:36 +00:00
Jonas Sundström
2ffe72d7ff Swedish and Finnish translation update.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40903 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 18:35:43 +00:00
Stefano Ceccherini
cb90adfacd Partly revert the previous commit: don't reset ffd in the destructor since
it's useless.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40902 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 10:59:52 +00:00
Siarzhuk Zharski
73bf85cacb Belarusian, Finnish and Russian translations are updated from HTA.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40901 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 10:17:30 +00:00
Stefano Ceccherini
aac111dc76 Initialize ffd to -1 in the constructor otherwise many checks may fail
afterwards, and BJoystick won't work.
Also reset it to -1 in the destructor for symmetry.
Found by Carwyn Jones. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40900 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 08:21:44 +00:00
Clemens Zeidler
0a3b9e75e0 Fix spelling. Thanks Marcus.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40899 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 07:58:55 +00:00
Clemens Zeidler
00413d511c Fix default "check interval" and "show status window" values.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40898 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 07:47:49 +00:00
Clemens Zeidler
7f10625e83 Add provider info for yahoo.com.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40897 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 07:29:47 +00:00
Clemens Zeidler
c3a1b99caf Fix gcc2 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40896 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 07:27:51 +00:00
Clemens Zeidler
6467e4b16d Fix reading of compressed strings. This fixes #7266. Some clean up.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40895 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 06:25:57 +00:00
Clemens Zeidler
8b254785bb The IDLE watching command is supposed to timeout after 29 min if nothing happens. Add an mechanism to not treat this timeout as an
error.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40894 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-10 01:31:33 +00:00
Clemens Zeidler
7aafe6e5e7 There could more then one message fetch failing, count them to notify the listener.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40892 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-09 22:22:36 +00:00
Clemens Zeidler
f686f2f564 Cleanup the ongoing commands when disconnect otherwise we wait for them forever the next time.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40891 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-09 22:18:27 +00:00
Matt Madia
5848eb25e2 Copied friss to haiku-files.org.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40890 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-09 21:18:05 +00:00
Joachim Seemer
897e2f47ef Manually updated pages from the translation site. Mostly to have the work of the GCI students in SVN history, as I already have a few reworked pages locally which I'd like to put on the translation site.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40889 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-09 17:03:28 +00:00
Jonas Sundström
212e4c4243 Jamfile changes to make <build>mimeset pick up headers/build/os/storage/AppFileInfo.h rather than the one in /boot/develop/headers on a BeOS-compatible host. This enables use of BAppFileInfo::Get/SetCatalogEntry() in <build>mimeset. Thanks Ingo!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40888 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-09 13:18:34 +00:00
Jérôme Duval
e680f0fa21 rename the printf function in the compat layer to avoid symbol clash with kernel printf (at least on gcc4)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40887 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-08 23:11:48 +00:00
Alexander von Gluck IV
eadb4f9f20 improve tracing in freebsd_network compat library, better log spam.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40886 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-08 22:38:16 +00:00
Stephan Aßmus
1d1031cf27 Duh, of course fStyle can be NULL in SetStyle(), which is for example
called from the constructors...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40885 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-08 21:47:57 +00:00
Stephan Aßmus
663738e98e The whole file assumes fStyle cannot be NULL, and it can't be NULL unless there is
no default font at all, in which case we have more serious worries. CID 1559.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40884 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-08 21:36:35 +00:00
Stephan Aßmus
87911f6c6e fClippingRegion cannot be NULL at this point (or at least is not supposed to be). CID 3167.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40883 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-08 21:26:17 +00:00
Stephan Aßmus
a498a54794 Don't hide the dragMessage parameter (which was unused). CID 5333.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40882 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-08 21:04:29 +00:00
Stephan Aßmus
de68adf69b Secure coding, sprintf->snprintf. CID 6321.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40881 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-08 20:59:00 +00:00