Ingo Weinhold
3bd94918ed
Reordered Reference::SetTo() operation so that it is safe to reinitialize to
...
the same referenceable.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33215 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-21 04:29:27 +00:00
Rene Gollent
e4823008da
Accidental edit left in place.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33214 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-21 04:20:33 +00:00
Rene Gollent
20d8499530
Various changes to get this mostly compiling, with the exception of a template issue I don't yet completely understand.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33213 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-21 03:38:46 +00:00
Philippe Houdoin
47e4e5b32b
WIP:
...
* Renamed StatusAddOn to InterfacesAddOn.
* Made the interfaces list a more self-contained InterfacesListView object
Now watch for network notifications, but does nothing yet with those.
* Small style changes (but still not compliant).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33212 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 23:03:44 +00:00
Adrien Destugues
e58942cfd7
... and added the french catkeys for appearance. Still unfinished.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33211 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 22:17:00 +00:00
Adrien Destugues
b254319360
-Started to localize the appearance preflet to find more locale kit bugs. It worked.
...
-MarkForTranslation was not scanned by collectcatkeys, improved the regexp to take it into account
-Some gristing was missing in jamrules, added a bit, still seem to miss some.
-Replaced $(var:B).ext with $(var:S=.ext) as it is the proper way in order not to loose grist and mess things up
-Removed icu include and replaced direct class nesting with pointer to avoid binary compatibility breakage on ICU updates.
-Fixed TimeFormatSettingsView to properly include needed icu things. Should not be there, actually. Needs cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33210 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 22:16:30 +00:00
Adrien Destugues
76065080e6
-Delete some old unused files
...
-Some style fixes (mostly whitespace)
-Switch to the short language list and make it build again. seems to have trouble with BStringByteSink and utf8, or is it just my build env having encoding problems ?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33209 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 17:57:06 +00:00
Stefano Ceccherini
36e4aeea57
If launching the media_addon_server via signature fails, try to launch it
...
from the current directory. The code was already there but commented out.
This fixes launching the media_addon_server from the liveCD. There was
a ticket, I think, but I can't find it right now.
Also reordered includes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33208 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 15:00:04 +00:00
Jonas Sundström
7914280cb8
Less hardcoding of paths. Adding shared private OpenWithTracker().
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 14:50:01 +00:00
Rudolf Cornelissen
7629e48591
fixed default driversettings to be correct when an empty nvidia.settings file is provided. error reported by tigerdog in bug #2948 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33206 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 13:31:43 +00:00
David McPaul
c3d1699fcd
removed use of MMX registers
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33205 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 11:15:13 +00:00
Jonas Sundström
2bd3d086c9
Restore the initial copyright year.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33204 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 10:28:50 +00:00
Jonas Sundström
1932021874
Restore the initial copyright year.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33203 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 10:24:43 +00:00
Philippe Houdoin
93bd4c0ea6
* Move initial devices scan again in a thread, to avoid deadlock.
...
* Check that path is indeed a file, not a directory
* Contrary to what BeBook say, we can't delete BLocalMidi* endpoints,
but only Release() them like all others endpoints. Avoid midi_server to
panic when a device is removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33202 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 10:18:11 +00:00
David McPaul
507cac021c
C comments do not mix with assembly comments
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33201 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-20 02:11:34 +00:00
David McPaul
6bfbea62cd
Added SSE2 yuv to rgb conversion code. This code needs to move into the media kit though
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33200 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 23:34:23 +00:00
Jonas Sundström
6a400ee80f
Move mailbox symlink from ~/mail/mailbox to ~/config/settings/Mail/mailbox as requested in #4580 . Create in/out/draft folders at build time.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33199 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 23:33:20 +00:00
Stefano Ceccherini
4b115815dd
Removed unused headers directory.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33198 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 22:28:31 +00:00
Jonas Sundström
0d0a9c0ebe
Include mail-mbox utilities in image as per humdingers request in #4582 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33197 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 21:14:56 +00:00
Jonas Sundström
fbc7a84a34
Renaming mbox utilities as per humdingers request in #4582 . Final commit. Sorry about the svn move mayhem.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33196 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 21:05:34 +00:00
Jonas Sundström
39d27bcb29
Renaming mail-mbox utilities as per humdingers request in #4582 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33195 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 21:00:23 +00:00
Jonas Sundström
667176ab4f
Renaming mail-mbox utilities as per humdingers request in #4582 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33194 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 20:59:04 +00:00
Jonas Sundström
bd8c660962
Renaming mbox utilities as per humdingers request in #4582 . Part 1/2.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33193 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 20:54:02 +00:00
Travis Geiselbrecht
39c91458b2
Fix the CopySetHaikuRevision1 rule if you're building in a plain git
...
repository, not mirroed via git-svn. Calling git-svn on a plain
repository seems to cause it to go haywire.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33192 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 20:19:50 +00:00
Jonas Sundström
03187b607b
Resource clean-up. Removing bitmap icons. Updating copyright dates. Removing dead code and redundant comments. Ending files in a newline.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33191 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 20:02:46 +00:00
Rene Gollent
b25f8906fb
Fix build on Haiku. Some tools were missing libstdc++ and beos-compatible build platforms weren't setting the host compat lib dir at all, resulting in the icu build libs not being found.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33190 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 19:52:30 +00:00
Jonas Sundström
8362330647
Resource clean-up. Removing bitmap icons. Updating copyright dates. Removing dead code and redundant comments. Ending files in a newline.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33189 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 19:08:43 +00:00
Stefano Ceccherini
0134076b64
Remove "rescan" since it's useless, and not even working in haiku.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33188 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 18:58:09 +00:00
Jonas Sundström
eef66737ce
Ending the Shutdown menu superitem label with an ellipsis hints that a dialog will follow. It also helps show that the superitem is actually selectable.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33187 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 14:58:30 +00:00
Jonas Sundström
95a67fecbd
Language nit: 'setup' != 'set up'
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33186 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 14:28:08 +00:00
Adrien Destugues
fb581e32d1
Fixed licence headers.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33185 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 12:19:46 +00:00
François Revol
1b15449d32
Due to the ICU merges the default image size is too small now, bump it up!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33184 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 11:21:03 +00:00
Rene Gollent
669d9ea11c
Build fixes for haiku-gcc4.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33183 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 03:39:01 +00:00
Rene Gollent
ecf8923a9d
Fix missing subdir directive. Modify GeneratePackageList to not rely on any OS-specific find extensions. This gets things building again on a FreeBSD host. Review welcome.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33182 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 03:02:00 +00:00
Rene Gollent
605527d76a
Fix build of icu tools on FreeBSD host (math symbols were not found).
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33180 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-19 02:32:04 +00:00
Rene Gollent
dcf2d82498
Fix build.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33177 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 23:29:32 +00:00
Oliver Tappe
75f1522155
* reintegrated gsoc-locale-kit branch into trunk - there's more
...
work to do, but it's about time to give this code more exposure.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33176 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 22:23:34 +00:00
Philippe Houdoin
e7443fd575
Set interface name as title.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33175 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 22:22:55 +00:00
Philippe Houdoin
f0fea3556a
Found a forgotten B_BEOS_*_DIRECTORY.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33173 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 17:40:46 +00:00
Fredrik Modeen
0d96800e44
Added some missing files :)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33172 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 17:40:37 +00:00
Joachim Seemer
87874f4880
More clarifications, pointed out by Alexandre. Thanks.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33171 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 16:31:37 +00:00
Stephan Aßmus
2291f75684
Fixed bugs in reference counting. The transform boxen need to acquire refs to
...
the objects they transform. Fixes ticket #4536 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33170 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 10:05:27 +00:00
Stephan Aßmus
3b56969814
Added tool tips to the non-obvious buttons.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33169 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 09:54:29 +00:00
Stephan Aßmus
224c9ca6d7
Fixed a warning.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33168 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 09:53:52 +00:00
Stephan Aßmus
9368e58be4
* Re-enabled tool tips as those are now supported in Haiku.
...
* Make sure settings are saved rightaway whenever they change. (Solves a
ticket which I cannot seem to find right now.)
* Some improvements to the NamePanel layout/size (when setting descriptions).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33167 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 09:53:19 +00:00
Stephan Aßmus
92c015e696
Make sure tool tips are not displayed outside of the screen bounds.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33166 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 09:46:09 +00:00
Stephan Aßmus
0210dcd7b8
Small cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33165 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 09:45:34 +00:00
Joachim Seemer
309cebec10
* Clarified that use of the "Write Boot Sector" button of Installer.
...
* Clarified the intent of OptionalPackages a bit on the Welcome page. (Unless it
should be removed completely. This is for an alpha-release, though...)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33164 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 06:25:28 +00:00
Philippe Houdoin
8936b5e96b
Fix a typo.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33163 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 02:14:02 +00:00
Philippe Houdoin
4b36ef9c54
Now showing icons, as advertized long ago in the screenshot taken in 2004 :-)
...
Vector icons welcomed !
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33162 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-09-18 02:05:29 +00:00