Commit Graph

54264 Commits

Author SHA1 Message Date
Jérôme Duval
8191765025 Updated binutils, help2man, sqlite packages.
* added diffutils, mpc, mpfr packages.
2015-08-01 13:31:01 +02:00
autonielx
0bce02f1de Update translations from Pootle 2015-08-01 06:38:35 +02:00
Rene Gollent
5e95945071 Debugger: Cleanup.
ThreadHandler:
- Simplify SetBreakpointAndRun() to always use the debugger interface to
  continue execution, since the latter is now intelligent enough to determine
  how to handle that in all cases. Adjust callers accordingly.
2015-07-31 17:28:02 -04:00
Rene Gollent
27dec4bb1e user_debugger: Adjust handling of continue request.
- B_DEBUG_MESSAGE_CONTINUE_THREAD now checks if the thread in question
  is in a suspended state rather than waiting on the debug nub port, and
  if so, handles resuming it automatically. This allows the continue message
  to be used on the main thread of a team that was freshly created under
  debug control without the API user having to be cognizant of the distinction.
2015-07-31 17:28:00 -04:00
Jérôme Duval
20ed88dd96 GLTeapot: fix gcc2 build. 2015-07-31 20:15:45 +02:00
Augustin Cavalier
9bec480a7d PackageInstaller: Fix the build.
Previously, <stdlib.h> wasn't included (which is where environ is),
but Axel changed some Be API headers and now it is indirectly included,
which broke the build.

Fixes #12263.
2015-07-31 11:02:33 -04:00
Rene Gollent
3333f96888 SplitLayout: Fix #12261.
- SetItemCollapsed()/IsItemCollapsed() didn't properly handle inverting
  values when mapping between the collapsed flag and the layout item's
  internal visibility flag, leading to them having the opposite semantics
  from what their name would suggest.
2015-07-30 22:33:36 -04:00
Axel Dörfler
6306a2634b launch_daemon: Set working directory to user's directory.
* This fixes #12257.
2015-07-30 22:56:42 +02:00
Jérôme Duval
b4665f9a59 HttpForm needs another friend class for GCC6. 2015-07-30 22:25:19 +02:00
Adrien Destugues
82a6fd69f7 cpctools package: include png2crtc. 2015-07-30 22:11:14 +02:00
Adrien Destugues
29584b3fc4 Add packages for libdsk and tools. 2015-07-30 21:57:48 +02:00
Adrien Destugues
3159417f29 Add packages for vasm,vlink,exomizer,cpctools. 2015-07-30 21:53:53 +02:00
Augustin Cavalier
5ae4185d33 PatchBay is an application, not a test. 2015-07-30 14:28:35 -04:00
Axel Dörfler
7b0ff5c6e6 BAlert: use layout API, allow any number of buttons.
* Added default constructor; you can now alter the complete behavior
  via setters, and also add buttons afterwards.
2015-07-30 19:50:03 +02:00
Axel Dörfler
e27a53b231 BTextView: implemented height-for-width when read-only.
* This is not an ideal implementation, as it actually relayouts
  the text view. IOW it's actually wrong, but it does seem to
  work without any issues.
2015-07-30 19:49:58 +02:00
Axel Dörfler
fd3e3e7bfb BTwoDimensionalLayout: Removed duplicated code.
* Probably some refactoring leftovers.
2015-07-30 19:49:53 +02:00
Axel Dörfler
99b4affab6 Added BWindow::ResizeToPreferred().
* B_AUTO_UPDATE_SIZE_LIMITS only really makes sense for resizable
  windows, and it only sets the minimum/maximum window size.
* ResizeToPreferred() resizes the window to its preferred size, and
  also supports height-for-width layouts.
2015-07-30 19:49:48 +02:00
Dario Casalinuovo
7bdc7eec03 Media: Refresh window also at QUIT event.
* Since the Media preferences are always watching for media
  status, it's good to clean up the window when the media services
  are not running. This avoid the user try to use controls where
  services are down.
2015-07-30 19:14:13 +02:00
Dario Casalinuovo
922d2034b2 Media: Reinit media also when the restart thread finish 2015-07-30 13:23:27 +02:00
Dario Casalinuovo
1ce097dbb0 BMediaRoster: Wait with more calm for services to be up.
* Needed to avoid the app restarting things too fast. This
  is a problem that should be solved, added a TODO.
2015-07-30 13:23:24 +02:00
Automatic Committer
5f01992f3a Update pci.ids from pciids.sourceforge.net 2015-07-30 05:20:27 +02:00
Adrien Destugues
f93dab03ec getifaddrs: don't fail if there are no interfaces.
* This is not an error, just return an empty list.
* Same behavior as *BSD implementation.
2015-07-29 22:54:49 +02:00
Adrien Destugues
2df7158917 DHCPClient: don't use AI_ADDRCONFIG
* The DHCP Client is the one configuring interfaces, so it makes no
sense to request address resolution for already configured interfaces
only.
* Fixes #12208
2015-07-29 22:54:47 +02:00
Augustin Cavalier
f9ab315e02 DHCPClient: Check return code of SetAddress().
This should break DHCP for everyone it currently works for (according
to our analysis). If it doesn't, we have yet another (set of) bug(s).
2015-07-29 15:06:04 -04:00
Augustin Cavalier
b3e2208e52 ffmpeg plugin: Remove [L]GPL, FFmpeg is not in the tree anymore. 2015-07-29 15:02:21 -04:00
Augustin Cavalier
1c62023701 NetworkAddress: Fix things yet again.
If I had used my head instead of blindly c&p'ing the suggested code
from Axel's message, I would have realized that Unset() unsets fStatus
too. Not a bright thing to do on my part...
2015-07-29 15:00:53 -04:00
Augustin Cavalier
1690d2f4dd BNetworkAddress: Fix review comments (again).
Axel changed his mind about the status on Unset(), and I messed
up the fStatus setters.
2015-07-29 14:41:55 -04:00
Dario Casalinuovo
7482390ab4 Media: Improve both notifications and quit mechanism
* Media is now waiting for media_server to start if the window
  is closed before to finish, this was proposed by stippi.
* Moved out anything related to notifications as they are now
  managed by the media_kit.
* Solved some TODOs and minor issues too.
2015-07-29 18:05:04 +02:00
Dario Casalinuovo
8acd164f8c Add new version of launch_media_server
* Due to the needs to provide a peaceful UX, i moved out the
  notifications mechanism from the Media preflet and i have
  integrated it with the launch and shutdown functions of MediaDefs.h.
* This implied to introduce a new launch_media_server function
  similar to the shutdown_media_server allowing to specify a custom
  notification function too.
* Both functions then are reworked to send by default notifications
  to the Deskbar, this was needed because in a lot of situations
  the mechanism failed without correctly noticing the user.
* The one argument launch_media_server is considered to be deprecated,
  the default argument is removed to mantain binary compatibility but
  make new apps to automatically use the new one with just the default
  arguments. This is needed due to conflicts in overloading.
* Improve notifications by indirectly extending localization
  to old BeOS apps.
2015-07-29 18:03:32 +02:00
Stefano Ceccherini
e716f48778 ChannelSlider: don't check be_control_look for NULL
Also if0 the code that draws the old/dano look so it's more clear that
it's not called intentionally.
2015-07-29 15:20:11 +02:00
Fredrik Holmqvist
0cd38980a3 Add unit tests specific for #12208. Pass depends on network.
NetworkAddressTest passes (most) tests when you have network.
When no network interface (ie -net none in QEMU) tests take forever and
more tests fail.
When network interface exists but is disabled in Haiku, tests are fast but
more tests fail.
2015-07-28 22:13:23 +02:00
Stefano Ceccherini
9b7802354f BChannelSlider: Fixed memory leak.
At least, I think so.
Check allocations in BChannelSlider::ThumbFor()-
Also updated copyright and e-mail address.
2015-07-28 21:40:21 +02:00
Augustin Cavalier
ef34aca426 WebPositive: Fix "new tab opens search page".
Fixes #12251.
2015-07-28 13:24:17 -04:00
Humdinger
2bcaf0d83b Update/add fftw packages for Haiku gcc2hybrid. 2015-07-28 17:57:34 +02:00
Markus Himmel
e4eecdb5c0 Correctly show normal-sized preview after returning from a very wide one
If the height had been reduced due to a very wide window being shown,
it was not reset to its full value when switching back to a more
narrow preview. Fix this by relayouting the window.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-07-28 11:31:29 -04:00
Augustin Cavalier
d682f9fc9c BNetworkAddress: Address review comments.
Thanks Axel and Rene!
2015-07-28 10:14:58 -04:00
Augustin Cavalier
71b756a054 BNetworkAddress: Fix setting fStatus all over the place.
Relevant quote from IRC:
<pdziepak> i would expect all overloads of SetTo to return status_t
<pdziepak> actually, i don't think what i would expect from class with such interface
<pdziepak> bugs probably
2015-07-27 16:17:59 -04:00
Dario Casalinuovo
5934b30b95 media_server: Fix deadlock when killing from ProcessController 2015-07-27 20:25:31 +02:00
Dario Casalinuovo
009034bdf0 Media: Display alert before to quit when restarting
* Fixes 10770.
* While more complex solutions are proposed, i think
  of it as a way to get out of an eventual deadlock or
  to protect from accident close.
2015-07-27 20:25:26 +02:00
Dario Casalinuovo
40de3cd148 BMediaRoster: Definitely undertake the MediaRosterUndertaker
* On a more deep analysis i figured out that other than being
  a bad pratice quitting the BLooper explicitly was cause of
  more problems, such as the regression after my patches which
  led to have a zombie media_addon_server after media services
  restart. This should hopefully place a final stone on the
  BMediaRoster::Quit() issue as with the previous commit
  i've removed every attempt to do this in the system. For
  any application developer listening, this means that quitting
  the BMediaRoster is highly discouraged, don't do it.
2015-07-27 18:28:57 +02:00
Dario Casalinuovo
3f5483c79b desklink: Fix problems with BMediaRoster Quit
* Improved the situation so that it should be always
  synchronized. Improved error message, and detection
  of media services not being run.
2015-07-27 18:28:53 +02:00
Rene Gollent
9123fde7b9 Debugger: Implement #9783.
TeamDebugger:
- When we're notified that the target team has called exec(), take all
  necessary steps to prepare. These include saving settings for the old
  team, clearing out breakpoints, resetting signal dispositions, and
  removing the old team's image list. Also set a flag indicating an exec
  is pending for later processing.
- On image load notification, if the pending flag is set, check if the
  new image is the app image, and if so update the team's name to
  the new image, load that respective team's settings, and set a
  temporary breakpoint in its main() so the user has a chance to
  perform any additional desired actions before starting execution
  in the new executable.
2015-07-26 14:37:28 -04:00
Rene Gollent
10bbf8cb8d Debugger: TeamWindow refactor.
- When asked to load settings, post a message and do so in the window's
  message loop. This avoids a lock order reversal when asked to do so
  later as a result of exec() changing the target image out.
2015-07-26 14:37:28 -04:00
Rene Gollent
754b42a5a1 Debugger: Add rename event for Team.
Team:
- Add listener hook and event type for rename events. These occur on exec()
  since at this point we're running a different executable.

TeamWindow:
- Factor out code for generating window title into a helper, and use from both
  window initialization and newly implemented rename listener hook.
2015-07-26 14:37:27 -04:00
Rene Gollent
25c638c20b Debugger: Adjust ThreadHandler.
- SetBreakpointAndRun() now takes an additional argument indicating if this
  invocation is for a fresh run of a team or not, as continuing the thread's
  execution needs to be done differently in the two cases.
2015-07-26 14:37:26 -04:00
Rene Gollent
8f21b17520 Debugger: Add more helpers to Team.
ClearImages():
- Removes all existing images from the team's image list and notifies callers.
  To be used in case of an exec().

ClearSignalDispositionMappings():
- Remove any existing custom signal disposition mappings. This is intended to
  be used in preparation for loading new ones from a team after exec() is
  called.
2015-07-26 14:37:26 -04:00
Adrien Destugues
209cd3dd4f Remove second half of useless condition.
Thanks to Ingo for reviewing!
2015-07-26 20:31:10 +02:00
Adrien Destugues
58164f4a49 PVS 122,123: useless checks. 2015-07-26 16:57:10 +02:00
Adrien Destugues
7895cfc69b PVS 114: useless check.
We return a few line above if err is != 0.
2015-07-26 16:57:09 +02:00
Adrien Destugues
0e17424c6f PVS 112: check result of memcmp against 0. 2015-07-26 16:57:07 +02:00