Commit Graph

53439 Commits

Author SHA1 Message Date
Axel Dörfler
021ff1ca46 Network: no need for public constants. 2015-03-27 13:08:42 +01:00
Axel Dörfler
5493c30fed Network: Removed unused includes. 2015-03-27 13:08:42 +01:00
Axel Dörfler
6dcbe4bf44 Network: made list view B_FULL_UPDATE_ON_RESIZE.
* To account for its right aligned contents.
2015-03-27 13:08:41 +01:00
Axel Dörfler
77db25ddc7 Network: moved add-on headers to the correct position.
* Ie. they've moved to headers/os/add-ons/network_settings now.
2015-03-27 13:08:41 +01:00
Axel Dörfler
a7cb9f5f55 Network: WIP of redesign.
* Fletched out new add-on API.
* Moved InterfaceListItem from the interfaces add-on into the
  application.
* Renamed NetworkSetup* to Network* respectively NetworkSettings*.
2015-03-27 13:08:29 +01:00
Axel Dörfler
0690387cd2 BServer/BApplication: added constructor for looper name.
* Added an extra looperName argument to the private BApplication
  constructor that BServer is using.
* This is now used to fix the ugliness that gave the registrar
  a different looper name, and even saves a string comparison.
2015-03-26 21:47:24 +00:00
Axel Dörfler
b7a87fd137 find_paths_etc(): added user/system only flags.
* B_FIND_PATHS_(USER|SYSTEM)_ONLY cause only the specified paths
  to be included in the result list.
2015-03-26 21:47:22 +00:00
Axel Dörfler
2bdffa6131 BPathFinder::FindPaths() fixed passing flags.
* One variant of FindPaths() replaced the flags with '0'.
2015-03-26 21:47:19 +00:00
Automatic Committer
d3f28e597b Update usb.ids from www.linux-usb.org 2015-03-26 05:20:29 +01:00
Automatic Committer
b9e1ca3b39 Update pci.ids from pciids.sourceforge.net 2015-03-26 05:20:27 +01:00
Janus
68ec13b405 Media: make ListViewItem scale correctly with big fonts.
Fixes #11918.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-03-25 12:12:04 -04:00
Janus
ffafcc16d7 Printers: avoid redraw glitches in the listview.
Fixes #11917.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-03-25 12:05:14 -04:00
Janus
4e71cef8fd Preferences: Make "Antialiasing" Revert button work as expected.
Fixes #11787.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-03-25 12:03:24 -04:00
Augustin Cavalier
906283b6d6 Haiku Book: Make the layout introduction somewhat more professional. 2015-03-25 11:47:29 -04:00
Augustin Cavalier
9d6780b587 Haiku Book: disable class diagrams.
The last time this was discussed on the ML, the consensus was that
the text lists were nicer than the diagrams (with only one objection).
For the minority that wants class diagrams, it's easy enough to reverse
this one-line change.
2015-03-25 11:37:10 -04:00
Augustin Cavalier
e6ecb3fc07 Haiku Book: Midi2 fixes.
* Automatic whitespace cleanup.
 * Removed all of Midi2 from the "libbe" group, as they aren't part of it
 * Get rid of the redundant "libmidi2" group, as all of midi2 is already in
   the "MIDI 2 Kit" group, and the docs explicitly state that the MIDI 2 Kit
   has its own library.
2015-03-25 11:30:01 -04:00
Augustin Cavalier
aa6ef6658c Haiku Book: fix device drivers group definition.
Also removed the "Keyboard" group definition, which was broken. There
wasn't anything in that group, and there's only one page on the
keyboard anyway.
2015-03-25 11:23:51 -04:00
Axel Dörfler
a2d9c45398 profile: enlarged HISTFILESIZE to 500.
* 50 isn't really contemporary anymore.
2015-03-24 22:41:52 +00:00
Jérôme Duval
eda3dea32e Updated nano packages. 2015-03-23 18:58:09 +01:00
Jérôme Duval
928b74c536 Updated zip packages
* This helps with #11023. When attributes total length exceeds the extra
field maximal length, there is no way to add them to the zip entry. We
now just warn about the problem and leave attributes out.
2015-03-22 15:59:08 +01:00
Jérôme Duval
fbd62c1b00 Add llvm package for x86 2015-03-21 20:24:11 +01:00
Jérôme Duval
bbee171790 Updated libxml2 packages for x86. 2015-03-21 19:23:01 +01:00
autonielx
b4a7201117 Update translations from Pootle 2015-03-21 06:22:26 +01:00
Jérôme Duval
823b0239ae openssl: security update
Fix for CVE-2015-0286
Fix for CVE-2015-0287
Fix for CVE-2015-0289
Fix for CVE-2015-0293
Fix for CVE-2015-0209
Fix for CVE-2015-0288
2015-03-20 20:24:43 +01:00
Jérôme Duval
e3bd84493e ahci: fix build with warnings. 2015-03-19 23:34:40 +01:00
Augustin Cavalier
9782bd3280 Tracker: Fix FilePanel menu bar initialization.
It appears I was a bit too hasty in hrev48850, as if I had looked more
closely I would have noticied that this code depended on the menu bar
being initialized to function correctly.

Fixes #11914.
2015-03-19 14:36:47 -04:00
Jérôme Duval
673f931b62 ahci: correctly display version
* merge traces a bit.
2015-03-19 17:55:03 +01:00
Humdinger
aa239e96df Update MeV package.
(now loads its example files)
2015-03-19 17:46:33 +01:00
Automatic Committer
699bf1d9fe Update usb.ids from www.linux-usb.org 2015-03-19 05:20:25 +01:00
Automatic Committer
f47e26a194 Update pci.ids from pciids.sourceforge.net 2015-03-19 05:20:23 +01:00
Dario Casalinuovo
faa2d10c3d TimeSource: Rework SlaveNodes management using TMap.
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2015-03-17 21:50:25 +01:00
Dario Casalinuovo
fc601b54ff TMap/Tlist: set various methods as const.
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2015-03-17 21:50:18 +01:00
Dario Casalinuovo
7f01171f92 BTimeSource: Cleanup code.
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2015-03-17 21:50:10 +01:00
JackBurton
959051f813 Midi preflet: remove check for big_synth.sy, since we don't create it
anymore.
Fixed comment.
2015-03-17 21:11:52 +01:00
JackBurton
437386ee10 Don't check for big_synth.sy, since it shouldn't exist anymore 2015-03-17 21:10:34 +01:00
Augustin Cavalier
14d6e9c92a HaikuPorts/x86_gcc2: add LMMS and dependencies. 2015-03-16 21:42:46 -04:00
John Scipione
8359b407ff CheckBox: Center the check mark again
See 46b39e83 Changed rounding behavior for StrokeLine.

This effectively undoes the change in rounding behavior from that commit.
2015-03-16 20:19:54 -04:00
John Scipione
22af0f18be RadioButton: Scale mark to font size
This way the amount of inset varies, small font get small inset,
large fonts get large inset.
2015-03-16 20:19:54 -04:00
John Scipione
c7756ee15a ControlLook: Use std::max() instead of max_c()
It's a little silly to cast an integer literal to an int32 but the compiler
insisted.
2015-03-16 20:19:53 -04:00
John Scipione
6905b4faed ControlLook: Style fixes
No {}'s for single line, compare against 0 explicitly
2015-03-16 20:19:52 -04:00
John Scipione
2c3505de79 PictureDataWriter: Style fixes only
No functional change intended
2015-03-16 20:19:52 -04:00
John Scipione
70adf6d5d3 BRect: Style fixes, take out extra space.
For some reason there was an extra space here, has been since first import.
2015-03-16 20:19:51 -04:00
Jérôme Duval
776dbb038f ahci: added some definitions from the specification v1.2+
* print extended capabilities.
2015-03-16 17:54:17 +01:00
Humdinger
cfd2ffbf43 Removing Sequitur, as it's not yet productively usable... 2015-03-16 17:23:53 +01:00
Humdinger
256c9be3f3 Updated Slayer. Added Sequitur. 2015-03-16 16:45:12 +01:00
Alexander von Gluck IV
87236c4fb3 jam/arm: Add missing overo target board 2015-03-16 10:38:36 -05:00
Alexander von Gluck IV
620dfc84e9 configure: Fix arm target boards in help 2015-03-15 15:24:23 -05:00
Humdinger
f14afd41d9 Updated DeskNotes, DocumentViewer_x86. Added MeV, Seeker. 2015-03-15 09:36:39 +01:00
Joseph R. Prostko
027e56f1d5 Add packages for Fossil 1.32
* Packages are for x86_gcc2, x86, and x86_64
2015-03-14 22:08:04 -04:00
Alexander von Gluck IV
40eb7121b6 arm/fdt: Start using new fdt code in mmu_man's fdt_serial logic
* Expose fdt_get_device_reg for others to use
2015-03-14 14:29:30 -05:00