haiku/src/preferences
Stephan Aßmus 5f700c9b7c Patch in large part by Philippe Saint-Pierre:
* Update Font preflet to use the layout-management. This already fixes a lot
  of issues.
* The were more issues with switching to default fonts and reverting fonts.
  Some fixed by Philippe and some fixed by myself.
* The preflet currently contains a work-arround for the problem that the window
  does not yet have it's final size until after BWindow::Show() has been
  completed. To be able to center itself anyways, it will open outside screen
  bounds and center itself then.

Note to Philippe: I had to fix some stuff in the Interface Kit to make this
more smoothly, so I was able to remove some calls to Invalidate() and such.
Also, the preview boxen and the menu fields align correctly now. Sorry if this
gave your gripes... :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30194 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-04-16 10:11:06 +00:00
..
appearance Fix several cases of forgetting to include libstdc++ in the libs. This allows a successful build of Haiku on gcc4 Haiku, though it's presently unclear to me why this didn't prevent linking on any other platform (gcc2 haiku, and gcc2/4 cross compilers from FBSD had no issues here). 2009-04-05 22:33:53 +00:00
backgrounds * Removed src/kits/tracker/OpenHashTable.h. The shared version in 2009-04-11 21:24:32 +00:00
bluetooth Patch by Joerg Meyer, 2009-03-29 16:32:12 +00:00
cpufrequency * Committed Clemens Zeidler's Intel speedstep driver. Thanks a lot, Clemens! 2009-01-14 21:08:37 +00:00
datatranslations There is a bug report about Home/End and Page Up/Down not working in the 2008-11-16 22:12:29 +00:00
devices Add missing consts. This fixes the fact that on gcc 4.3, including pcihdr.h will result in several thousand warnings about deprecated implicit casts. 2009-01-28 16:09:36 +00:00
dun * added modem icon done by zuMi 2007-06-01 16:32:30 +00:00
filetypes axeld+stippi, inspired on a patch by Maxime Simon: 2009-04-08 18:23:16 +00:00
fonts Patch in large part by Philippe Saint-Pierre: 2009-04-16 10:11:06 +00:00
joysticks * Changed directory structure as suggested on the mailing list. 2009-04-03 09:02:44 +00:00
keyboard style cleanup 2008-01-13 23:05:30 +00:00
keymap * Patch by Fredrik Ekdahl: gcc 4 build fixes (missing headers). 2009-04-12 09:57:26 +00:00
mail Catch a potential crash. 2009-04-14 09:15:46 +00:00
media * Applied patch by Marten Svanfeldt: the info alert icon was missing, as it's 2008-08-15 11:47:28 +00:00
menu - Changed Alt/Ctrl mode handling in Menu prefs, BMenu and Appearance 2008-08-21 00:59:30 +00:00
mouse Fixed include <-> copyright spacing. 2009-03-08 00:10:53 +00:00
network An unintentional line break was added in last commit. 2009-04-03 19:42:50 +00:00
network_old * moved network to network_old to make room for new preflet by Andre Garzia 2007-07-09 09:09:33 +00:00
print * Removed src/kits/tracker/OpenHashTable.h. The shared version in 2009-04-11 21:24:32 +00:00
screen Fix more operator precedence errors. These do not do what you'd expect at first 2009-02-01 23:24:55 +00:00
screensaver Patch from mattlacey: Apply screen saver selection when it's selected, not on closing. Thanks! 2008-08-23 12:19:34 +00:00
sounds Fix a few minor problems that resulted in the sound column not being drawn until clicked. Also changed CLV to use B_PLAIN_BORDER. This fixes the redraw issues in ticket #2980. 2008-11-15 16:38:54 +00:00
time * Changed directory structure as suggested on the mailing list. 2009-04-03 09:02:44 +00:00
touchpad Minor fix I noticed by accident: touchpad pref's BApplication signature didn't match the one declared in its rdef. 2009-02-08 22:59:06 +00:00
tracker * Added a "launcher" for Tracker preferences, which are now accessible from the preferences menu/folder. See #2365 2009-01-29 03:35:20 +00:00
virtualmemory * Haiku's VM does not need the swap file to be as large as physical memory 2009-03-03 21:48:59 +00:00
Jamfile Properly integrate the Bluetooth preflet with the build system. 2009-03-01 17:09:47 +00:00