Axel Dörfler
216073afd7
* BTextView::CountLines() counts correctly in Haiku, so the BeOS work-around of
...
correcting it is no longer necessary. This should fix having the last line
not quoted in Mail when doing partial replies.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36157 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 15:08:54 +00:00
Ingo Weinhold
349039ff2e
Added vm_[un]wire_page(), which are essentially versions of
...
[un]lock_memory_etc() optimized for a single page.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36156 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 15:07:06 +00:00
Ingo Weinhold
713bede839
full_scan_inactive_pages(): Don't call DEBUG_PAGE_ACCESS_START() before
...
checking whether the page is busy.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36155 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 14:49:06 +00:00
Ithamar R. Adema
b13b0b0f4e
* Make sure LinkSender knows team ID of receiving team; this fixes the >64k ServerLink transfers.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36154 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 14:26:19 +00:00
Oliver Tappe
575625f155
fix drawing artefacts when the caret is being clipped, which lead
...
to parts of the caret being inverted:
* instead of always inverting the caret rect, we now invalidate when the
caret should be hidden
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36153 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 14:13:57 +00:00
François Revol
2365cde279
- cleanup,
...
- fix copyright,
- disable tracing,
- add support for reading attributes. The current naming is not final as I'm actually experimenting with it.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36152 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 13:56:44 +00:00
Stephan Aßmus
8bc3360be8
Hopefully fixed the GCC2 build without changing the workings of the code.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36151 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 13:55:18 +00:00
Rene Gollent
a9fb9013e4
Slight simplification and fix gcc2 build.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36150 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 13:42:45 +00:00
François Revol
5e818c534c
Add missing files, fix the build :P
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36149 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 13:27:53 +00:00
François Revol
b026d219fc
Partial implementation for attribute support. Currently listattr successfully lists attributes on files.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36148 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 13:18:05 +00:00
Stephan Aßmus
af6693471d
Fixed build of the app_server test environment on Haiku.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36147 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 13:15:54 +00:00
Stephan Aßmus
8cf2d646ba
Fixed GCC 4 error about breaking strict aliasing rules. Hope this fix is correct,
...
but perhaps I am overlooking something, so please review.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36146 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 13:14:27 +00:00
Jérôme Duval
03e6434ec0
* fixes a BSlider issue noticed by Matt on the mailing list:
...
Invoke() wasn't called the first time you grab a slider and slide it all the way to the left.
Thanks for the test case.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36145 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 12:57:58 +00:00
Axel Dörfler
1a1a8f33d1
* Applied patch by Janito that solves a TODO and utilizes the actual device
...
block size to align the file map.
* This closes ticket #5707 , thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36144 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 12:05:59 +00:00
Matt Madia
ef38ad6821
Adding Jorma Karvonen (Karvjorm) for his Finnish translations.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36143 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 11:50:03 +00:00
Axel Dörfler
275463f4c3
* Applied (changed) patch by Janito to update the superblock structure to its
...
latest version. Thanks!
* This closes #5704 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36142 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 11:48:51 +00:00
Matt Madia
26d79d37f9
Renamed the variant MIT license & updated AboutSystem accordingly.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36141 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 10:56:08 +00:00
Ingo Weinhold
de0b831289
* opentty(): Added missing return in error case. Fixed warning.
...
* Automatic whitespace cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36140 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 09:59:59 +00:00
Clemens Zeidler
ad0b28334d
Fix spelling, pointed out by Stefano and Axel.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36139 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 09:52:42 +00:00
Ithamar R. Adema
86d4795d36
* Use Jam variable for bnetapi library
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36138 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 09:31:30 +00:00
Axel Dörfler
022760a24a
* Style cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36137 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 09:18:09 +00:00
Ithamar R. Adema
a5b39147b3
* More style fixes
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36136 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 09:07:43 +00:00
Axel Dörfler
16e8f13a63
* Applied patch by Vegard that moves the resolver configuration to where it
...
belongs (with a few changes by myself). Thanks!
* This closes ticket #5636 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36135 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 09:07:35 +00:00
Ithamar R. Adema
f0ae1d0c2c
* Fix coding style issues.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36134 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 08:57:15 +00:00
Adrien Destugues
b99bea880c
Sync portuguese translation from hta
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36133 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 08:47:48 +00:00
Ingo Weinhold
37cfdb5d95
Patch by Sean Bartell:
...
* SuperBlock: In case of ReiserFS 3.6 we were stil loading only the old
superblock format.
* Added support for ReiserFS labels (volume names).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36132 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 08:44:38 +00:00
Adrien Destugues
91e0c1af4c
Sync spanish translation from hta.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36131 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 08:26:36 +00:00
Adrien Destugues
35ead8815b
The WinDecorator crashed when trying to draw a menu.
...
Clean it up, and try to fix other things. It is now opening menus, but crashes when opening windows...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36130 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 08:26:17 +00:00
Matt Madia
ad0be13f31
updated the ignore list as Wifi-ipw2100+fw & Wifi-iprowifi2200+fw are no
...
longer optional packages
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36129 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 05:20:19 +00:00
Scott McCreary
cefbe0fa40
Updated libxml2 to 2.7.7 and added libxslt-1.1.26 as an optional package
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36128 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 04:05:21 +00:00
Axel Dörfler
e572c32335
* When receiving an out of sequence FIN we must ignore it until its part of
...
our available buffer (we might want to move this into the BufferQueue class).
* Now, _AddData() remembers the flag (and its position), and will alter the
segment's flags field to reflect the current state.
* This fixes not being able to login into mmlr.dyndns.org.
* Fixed warnings when TCP_PROBE is defined.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36127 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 00:04:23 +00:00
François Revol
d7acf4abc4
More cleanup :D
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36126 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 00:02:23 +00:00
François Revol
20433d6ee2
Cleanup
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36125 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-11 00:00:57 +00:00
François Revol
7883956881
- try to handle .webloc internet shortcut files from OSX,
...
- build uri scheme mimetype from the actual protocol specifier in the url,
- fallback to calling ourselves if no prefered app is set.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36124 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 23:54:22 +00:00
Matt Madia
218aa6d9e8
Unified build_haiku_[cd|image] scripts. Fixes #5490 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36123 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 23:14:42 +00:00
Matt Madia
732c9b3eb8
Updated copyright year & changed 'Haiku Operating System' to simply read 'Haiku'
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36122 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 20:10:12 +00:00
Matt Madia
b0694caa5c
setting mime-type
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36121 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 20:03:26 +00:00
Matt Madia
dfbae55521
setting mime-type
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36120 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 20:01:44 +00:00
Adrien Destugues
9b9edafd0e
Sync finnish catalogs from hta.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36118 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 18:23:18 +00:00
Adrien Destugues
ae7a6e3a6f
Patch by mt (ticket #5573 ) : localize deskbar. Thanks !
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36117 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 17:52:05 +00:00
Adrien Destugues
e085a65aee
Sync the french translation from hta. Is someone looking at it and approving the translations ? I translated things but I'd like someone else to check it all...
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36116 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 17:51:07 +00:00
Ithamar R. Adema
c52f7982c9
* Switch to using USBKit instead of usb_printer kernel driver
...
* Implement new transport id/name listing
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36115 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 17:12:31 +00:00
Jérôme Duval
77b2080187
* StyledEdit now checks the file permissions before writing it (bug #5521 ). An alert asks the user in case if not writable.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36114 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 16:36:48 +00:00
François Revol
4f8e0c8604
Add kernel_debugger command to the image.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36113 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 16:28:53 +00:00
Ithamar R. Adema
3cbb7d0544
* Implement LAN printer broadcast handling for IPP
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36112 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 16:03:54 +00:00
François Revol
61ce1824df
- the linux console doesn't handle the set title escape code,
...
- renice the shell for OSX, despite claiming to be the most advanced OS it doesn't really handles playing a video while doing a build...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36111 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 15:39:36 +00:00
François Revol
6e1b92abf9
Fix build.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36110 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 15:37:03 +00:00
Ithamar R. Adema
663b74a594
* Lock printing status window before calling Quit
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36109 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 15:33:11 +00:00
Ithamar R. Adema
3d0010a866
* Fix bug in handling name/id combos published by transport addons
...
* Minor whitespace fixing.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36108 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 15:30:29 +00:00
Ithamar R. Adema
3a4656dd4c
* Add missing newline in listusb usage message.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36107 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-10 15:19:23 +00:00