Jonas Sundström
714236b802
Work in progress: Tiling window placement, screen-center-preferring with semi-fixed slots. Not sure I like it. (It looks nice as long as the windows stay equally sized, which they don't.) Settings weren't used anymore, and could be removed. Clean-ups. Changed archive creation to not update an existing archive, but instead create a new archive with a slightly altered filename along-side the existing file. Lock added to safe-guard pipe redirection. A window's Stop/Continue alert now shows the name of the archive in making. I added some code to show and select the archive in Tracker, post-creation, but it does not work reliably, so I've disabled it for now.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34044 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-14 21:49:35 +00:00
Ingo Weinhold
aece77090d
Added support for data compression via zlib. Compression support for the TOC
...
and package attributes sections is still missing, though.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34043 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-14 21:08:33 +00:00
François Revol
fbe3b5b994
Force C linkage on those two, fixes them being undefined after the .c to .cpp rename.
...
Fixes part of #4965 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34042 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-14 19:44:00 +00:00
Jérôme Duval
356b0f18b9
merge coreutils 7.6
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34041 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-14 19:27:05 +00:00
Jérôme Duval
bee93957e0
merge bge vendor (r28601-r34031)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34032 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-14 12:45:17 +00:00
Jérôme Duval
19f2b5d53d
merge patches 001-035
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34030 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-14 12:15:39 +00:00
Jérôme Duval
b2b7e600a2
uses B_COMMON_SETTINGS_DIRECTORY/network/hosts
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34027 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-14 11:51:33 +00:00
Adrien Destugues
a83d22d1bf
Improved translation for network preferences :
...
- Missing space before semicolon (thanks to "Loïc" for noticing it)
- Use n° instead of # in french
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34026 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-14 08:44:57 +00:00
Oliver Ruiz Dorantes
b2ebb71755
File not yet ready, revert
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34025 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-13 22:09:00 +00:00
Oliver Ruiz Dorantes
02d67528b5
Add class to handle all code values to be sent in the ports
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34024 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-13 22:03:33 +00:00
Axel Dörfler
faf42dfe78
* Disabled calling _FontChanged() on SetFont() - since any item can temporarily
...
change the font in its DrawItem() method, this is not the way to go.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34023 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-13 16:46:16 +00:00
Axel Dörfler
581e498d5b
* Now it should work correctly, but apparently, the battery info is not updated
...
in the way it should be.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34022 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-13 15:39:30 +00:00
Axel Dörfler
c479106612
* charging/discharging text was mixed up.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34021 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-13 15:04:26 +00:00
Stefano Ceccherini
a0750e6550
Added TODO comment, removed leftover.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34020 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-13 14:06:28 +00:00
Stefano Ceccherini
42517d7f6c
Added a check which makes WebDings fail the IsFontUsable() check.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34019 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-13 13:54:27 +00:00
Ingo Weinhold
050aa61bd6
Implemented a tool ("package") that implements creation and extraction of
...
packages of the newly invented Haiku Package format
(http://dev.haiku-os.org/wiki/PackageFormat ). It basically works, but it's
still work in progress (e.g. compression is not implemented yet), as is the
format itself.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34018 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-13 13:45:49 +00:00
Jérôme Duval
8735f4fde6
forgot this file
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34017 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-13 00:16:21 +00:00
Jérôme Duval
0c020994fd
merge bash-4.0 to trunk. kept most haiku stuff.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34016 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-12 23:52:22 +00:00
Jérôme Duval
ce80623dff
added some definitions in termios.h
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34015 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-12 23:49:58 +00:00
Fredrik Holmqvist
ee0a622f83
Use B_SPINLOCK_INITIALIZER to initialize spinlock.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34014 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-12 21:34:00 +00:00
Adrien Destugues
a2e177e884
- Localization of network preflet done by mt. Thanks !
...
- French translation by me.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34013 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-12 20:36:06 +00:00
Ingo Weinhold
6c00aabc9e
Implemented POSIX.1-2008 functions unlinkat(), symlinkat(), mkdirat(),
...
utimensat(), and futimens().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34010 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-12 19:14:42 +00:00
Jonas Sundström
3f98707eb3
Translation to Swedish.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34009 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-12 14:36:42 +00:00
Jonas Sundström
dab230b2e6
Reverting addition of ellipsis for New Mail Message menu item. It wasn't in line with the intent of the interface guidelines.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34008 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-12 13:16:51 +00:00
Axel Dörfler
b6670723e1
* Only remove the inode from the Volume::RemovedNodes() list when it has gone
...
through the VFS.
* This fixes bug #4942 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34007 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-12 12:52:51 +00:00
Rene Gollent
70d385fb2f
VL-Gothic's copyright was missing the NULL terminator on the argument list. This caused a crash on gcc2. Fixes ticket #4939 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34006 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-12 04:28:27 +00:00
Jérôme Duval
79cc4374cf
clean up
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34005 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 20:06:28 +00:00
Axel Dörfler
e629da4a47
* Changed parameter back to socklen_t (which follows POSIX, but not RFC 2553;
...
obviously POSIX got it wrong, as socklen_t hardly makes sense here).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34004 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 17:03:34 +00:00
Axel Dörfler
119371a51e
* Rewrote arpa/inet.h header, also dropping the __inet* defines.
...
* Resurrected the __inet* prefix for binary compatibility with older Haiku
versions - this could be a temporary solution in case we want to export the
inet_* functions not just as weak symbols. In that case, the __inet* versions
would be dropped.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34003 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 14:28:18 +00:00
Axel Dörfler
338cf53758
* Cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34002 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 14:26:11 +00:00
Stefano Ceccherini
9fd52b6e73
Removed crept-in tab (thanks Ingo!)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34001 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 11:16:22 +00:00
Stefano Ceccherini
5c5976298b
The family flags did not report if a font was "full and half fixed". But
...
this flag isn't even set, yet, anyway, so nothing changed for real.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34000 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 11:02:47 +00:00
Stefano Ceccherini
b69c3af236
Make use of Freetype macros where applicable (no functional change)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33999 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 10:33:58 +00:00
Axel Dörfler
9ae0991a0c
* Cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33998 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 09:38:01 +00:00
Axel Dörfler
8e4966ebca
* Applied patch by Adrian to fix the command structures used for the media
...
server with GCC4 in a GCC2 system (and vice versa). See #4920 which this
patch closes, too.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33997 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 09:16:32 +00:00
Axel Dörfler
5042148821
* Renamed settings.{cpp|h} to Settings.*.
...
* Got rid of some superfluous Get*() in method names.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33996 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 09:06:59 +00:00
Axel Dörfler
136e443291
* Some cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33995 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 09:03:28 +00:00
Stefano Ceccherini
b258fd9105
Replaced license/copyrights for Konatu with the ones for VL-Gothic fonts.
...
This and r33992 fix ticket #4933 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33994 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 08:53:15 +00:00
Axel Dörfler
1e8709cb52
* EthernetSettingsView now stores resolv.conf to the correct location.
...
* Settings::ReadConfiguration() now uses functions of resolv.h to retrieve the
list of name servers instead of parsing resolv.conf itself.
* Thanks for the note, Siarzhuk - this closes ticket #2603 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33993 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 08:45:36 +00:00
Stefano Ceccherini
f03b7f8915
Replace Konatu and Konatu Tohaba with VL-PGothic and VL-Gothic respectively,
...
like requested in ticket #4933 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33992 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 07:05:08 +00:00
Jonas Sundström
fcbd30cadb
Adding missing ellipsis in menu item, as suggested by Luroh in #4935 . Thanks!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33991 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-11 00:21:33 +00:00
Ingo Weinhold
db2b554fa3
Moved the POSIX *at() functions and AT_* macros out of the default namespace
...
as long as the full set hasn't been implemented. They are guarded by the
B_ENABLE_INCOMPLETE_POSIX_AT_SUPPORT macro until then. Fixes the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33990 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-10 17:12:03 +00:00
Axel Dörfler
b299a6e9d3
* Moved resolv.conf to /boot/common/settings/network/.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33989 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-10 16:42:03 +00:00
Axel Dörfler
d0f7736d3a
* Moved spell check files to /system/data/spell_check.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33988 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-10 16:29:47 +00:00
Ingo Weinhold
a6147679a3
Added AT_SYMLINK_[NO]FOLLOW constants and fstatat(). Fixes the findutils
...
gnulib build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33987 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-10 14:51:25 +00:00
Axel Dörfler
492dd892ce
* Removed /system/etc directory.
...
* /etc now points to /boot/common/etc/, and the remaining contents of the former
"etc" are put there now, as well.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33986 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-10 14:26:42 +00:00
Axel Dörfler
3734adc5b3
* Build fix of the timezone/keymap move. Sorry!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33985 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-10 14:21:27 +00:00
Axel Dörfler
3578c56a15
* Moved timezone and keymap source files to the correct place in the repository.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33984 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-10 13:48:56 +00:00
Axel Dörfler
f9a80fec95
* LocaleRoster.h was not self-containing.
...
* Moved the locale stuff to the data directory as well (some parts were in /etc).
* The DefaultCatalog will now also scan the user directory for catalogs.
* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33983 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-10 13:44:22 +00:00
Axel Dörfler
c6106a595d
* Fixed bug in "fortune" that would let it crash if you'd point it to an empty
...
directory.
* Moved fortune files to "data/system/data" in the repository, and /system/data/
in the file system.
* Got teapot.data location wrong in the repository.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33982 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-10 13:09:32 +00:00