Rene Gollent
918f4a0733
Debugger: StartTeamWindow Style fix.
2016-12-05 18:17:56 -05:00
Rene Gollent
365840af1c
Debugger: Adjust TeamsWindow for connection selection.
...
TeamsWindow:
- Add Listener interface for selected target host interface changes.
- Add menu field to display/choose between active host connections.
- Add button to create a new connection (not yet functional).
TeamsListView:
- Implement TeamsWindow Listener interface to decide when to update
the displayed team list.
- Remove unused current team ID.
2016-12-05 18:17:53 -05:00
Rene Gollent
692fe55503
libdebugger: Add initial version of network interface.
...
NetworkTargetHostInterface{Info}:
- Barebones classes for implementing a target host interface over TCP.
2016-12-05 18:17:50 -05:00
Rene Gollent
25ec63dbf5
libdebugger: Add string setting type.
...
- Needed in order to properly implement a settings description for
a remote interface.
2016-12-05 18:17:48 -05:00
Rene Gollent
9e4d0fd483
libdebugger: Implement remaining remote request/response pairs.
2016-12-05 18:03:14 -05:00
Rene Gollent
bcca096ae5
libdebugger: Fix header order in RemoteDebugRequest.
2016-12-05 18:03:13 -05:00
Jérôme Duval
ca55f16f03
Add/update more packages for x86_64.
hrev50737
2016-12-05 21:35:31 +01:00
Janus
18497f036d
DiskUsage: minor clean up
...
* remove unused code.
* make fPreviousSnapshot local.
* change app_flags to B_SINGLE_LAUNCH
when it is invoked by add-on reuses an already scanned volume
hrev50736
2016-12-05 12:17:19 +01:00
Jérôme Duval
83e11ab9dd
Add some packages for x86_64.
hrev50735
2016-12-04 22:32:10 +01:00
Jérôme Duval
711f6269e0
Add openblas and linaro_qemu packages for x86_64.
hrev50734
2016-12-04 18:19:12 +01:00
Jérôme Duval
17fe1d43f9
Add a few packages for x86_64.
...
Update mesa and scons packages for x86_64.
hrev50733
2016-12-04 15:43:13 +01:00
Jérôme Duval
3051f35ef1
Add/Update Qt apps and dependencies for x86_64.
hrev50732
2016-12-04 10:56:10 +01:00
Jérôme Duval
5d0fb74a05
Add more packages for x86_64.
hrev50731
2016-12-03 22:22:36 +01:00
Humdinger
c8b2fcc2a1
Updated transmission package
hrev50730
2016-12-03 19:30:17 +01:00
Jérôme Duval
5bab7b8ffc
Add a few packages for x86_64.
hrev50729
2016-12-03 15:37:13 +01:00
John Scipione
129626b593
Fix warnings building on newer OS X
...
Apple has gotten around to updating their POSIX support so these
constants are now defined. Add some #ifndef guards to prevent warnings
during compile.
hrev50728
2016-12-03 00:01:51 -08:00
Jérôme Duval
e1d5fc2575
Add a few missing packages for x86_64.
hrev50727
2016-12-02 22:47:01 +01:00
Humdinger
dc48017858
Uploaded x86 packages
...
UberTuber, Weather, PhotoGrabber
sane_backends, libusb, libusb_compat, ffmpeg-3.2-1, a52dec
Tested by Vidrep a found to be working. Thanks!
hrev50726
2016-12-02 20:26:22 +01:00
Janus
1fad3c98b6
DiskUsage: avoid different crashes on rescan
...
* Fixes #9380 , #11442 .
hrev50725
2016-12-02 18:49:33 +01:00
Jérôme Duval
d060801146
Update a few packages for x86_64.
hrev50724
2016-12-02 19:24:12 +01:00
Alexander von Gluck IV
5ffaf72c8a
repo rework: Remove need for repos to be self-aware
...
* See #12917 for details.
* Squashed to one commit to make revert easy if we
run into any issues.
* pkgman is now pre-attached to the 'current' repo
version within nightly images so they can be updated
by default.
* This shouldn't impact us keeping older sets of package
versions by commit hash for building older hrevs.
* There are XXX stubs with "Kill me". These will need
to be dropped after users are given sufficent time to
upgrade. We're dropping a previously required field (url)
so making this a slowish roll out.
* Makes the repos a lot less restrictive which should
help PM package building automation be a bit easier.
* Once this stuff smooths out, we'll add UUID's to the
repo definitions for duplicate repo detection.
hrev50723
2016-12-02 00:41:06 -06:00
François Revol
28fb504bb8
Style fix, also fixes an indentation warning
hrev50722
2016-12-02 05:33:18 +01:00
Jérôme Duval
77820c9913
Update more packages for x86_64.
hrev50721
2016-11-30 23:48:17 +01:00
Axel Dörfler
bf4c2f93e3
launch_roster: Added restart, start/stop works on targets.
...
* If the launch_daemon returns B_NAME_NOT_FOUND for a job, it'll
retry the same name as target.
hrev50720
2016-11-29 23:15:52 +01:00
Axel Dörfler
852e09d61f
launch_daemon: Added stop target ability.
...
* Before, you had to stop each job by itself.
2016-11-29 23:14:36 +01:00
Axel Dörfler
4d99bf9af7
launch_daemon: Added missing reply for launch target.
...
* Caused BLaunchRoster::Target() to return B_NO_REPLY instead of B_OK.
2016-11-29 23:11:58 +01:00
Janus
04a05cf1f6
Diskusage: avoid glitch in "open with..." menu
...
* Fixes #13097 .
hrev50719
2016-11-29 21:46:19 +01:00
Alexander von Gluck IV
738ca0a3a3
build: Change anyboot output from image to iso
...
* Re ML discussions, this should make a lot more
sense to users as it is inline with what most
linux distros ship.
* This will require a tweak to the buildbot.
* First step to shipping anyboot instead of plain iso.
hrev50718
2016-11-29 09:41:55 -06:00
Dario Casalinuovo
ecb395852e
Introduce BSimpleMediaClient
...
* The idea is to move the callback based mechanism into a derived
class. The objects can be composed to create working systems.
* The BMediaClient class supply RegisterInput/RegisterOutput
and BeginInput/BeginOutput is moved to BSimpleMediaClient.
* Various minor fixes.
hrev50717
2016-11-29 01:22:35 +01:00
Jérôme Duval
8ab68339fb
Add x86_64 packages for chromaprint and physfs.
...
* update weather package for x86_64.
hrev50716
2016-11-28 22:54:18 +01:00
Humdinger
72f223154a
Update Clipdinger package to v0.5.5
...
Fewer bugs, now with replicanty clipboard monitor
hrev50715
2016-11-28 13:43:21 +01:00
Jérôme Duval
c196d6da4e
Mass update for x86_64.
...
* everything enabled which actually build, except qt and qt apps.
hrev50714
2016-11-27 19:56:21 +01:00
Humdinger
0baa937bde
Update to freetype 2.7
hrev50713
2016-11-27 19:08:23 +01:00
Humdinger
945566ff43
Switch from DejaVu to Noto font
...
As discussed, Noto renders much better with freetype 2.7 [1].
The DejaVu package is still in the HaikuPorts repo and can be installed
manually just like all the other available fonts.
[1] http://www.freelists.org/post/haiku-development/freetype-update-from-265-to-27
2016-11-27 19:04:26 +01:00
Dario Casalinuovo
209b520fa0
MediaClient: Add some padding and reserved functions
hrev50712
2016-11-26 17:30:49 +01:00
Dario Casalinuovo
05e29ea1ad
MediaConnection: Remove Reset()
2016-11-26 17:24:10 +01:00
Dario Casalinuovo
9ee6577e2d
MediaClient: Distribute callbacks across derived classes
2016-11-26 17:13:02 +01:00
Dario Casalinuovo
9e9655ed55
MediaClient: Use CurrentTime for both offline and performance time
hrev50711
2016-11-25 17:38:44 +01:00
Dario Casalinuovo
6d0255216e
MediaClient: Introduce BMediaInput and BMediaOutput
2016-11-25 17:38:44 +01:00
Dario Casalinuovo
eebedf8f1a
MediaClient: Use unique id for both inputs and outputs
2016-11-25 17:38:44 +01:00
Humdinger
dd3732bb93
Media prefs: fix crash in empty MIDI soundfont list
...
Check if soundfont list is empty or we crash when double-clicking
into the list.
Fixes #13091 .
hrev50710
2016-11-25 07:26:09 +01:00
Alexander von Gluck IV
d676701752
Merge branch 'master' of ssh://git.haiku-os.org/haiku
...
Merge split commit between two repos. tcp stack comments
hrev50709
2016-11-24 19:32:38 -06:00
Alexander von Gluck IV
7dffccc308
tcp: Update comment to reflect we support window scaling
...
* No functional change
2016-11-24 19:31:05 -06:00
Dario Casalinuovo
8a8384b47f
media_client test: Include debug header
hrev50708
2016-11-25 00:07:20 +01:00
Dario Casalinuovo
30f9eb3f90
MediaClient: Use kind/kinds pair for media_connection_kind
...
* Use const reference for media_connection::kind.
2016-11-25 00:05:06 +01:00
Dario Casalinuovo
902701e6bf
MediaClient: Use higher level structs for the remaining methods
2016-11-24 21:37:14 +01:00
Dario Casalinuovo
ace98a8db2
media_client test: Add delayed mode when debugging
hrev50707
2016-11-24 18:21:51 +01:00
Dario Casalinuovo
d3523cb2ce
MediaClient: Fix connection and tests
...
* Remove some bran related to the Faber audio engine heritage,
this fixes connections and all tests.
2016-11-24 18:21:51 +01:00
Automatic Committer
f1ded413de
Update pci.ids from pciids.sourceforge.net
hrev50706
2016-11-24 05:20:26 +01:00
Dario Casalinuovo
3c1e013390
MediaClient: Fix build
hrev50705
2016-11-24 01:22:27 +01:00