[haiku-commits] AW: [haiku-commits] Re: haiku: hrev46510 - in src/apps/haiku-depot/textview: . src/apps/haiku-depot

  • From: "superstippi@xxxxxx" <superstippi@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 09 Dec 2013 00:09:12 +0100

Thanks, will fix ASAP.  And sorry for Top-posting.

Best regards,
Stephan


----- Reply message -----
Von: "Jérôme Duval" <korli@xxxxxxxxxxxxxxxx>
An: <haiku-commits@xxxxxxxxxxxxx>
Betreff: [haiku-commits] Re: haiku: hrev46510 - in 
src/apps/haiku-depot/textview: . src/apps/haiku-depot
Datum: So., Dez. 8, 2013 23:36


2013/12/8  <superstippi@xxxxxx>:
> hrev46510 adds 3 changesets to branch 'master'
> old head: e36ad522d60cd032a1ab15229b1a56bd7288c348
> new head: d543cbfcf635e2ca662172561252ba642c6debfb
> overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=d543cbf+%5Ee36ad52
>
> ----------------------------------------------------------------------------
>
> a9fcf3d: Paragraph+TextDocument: Added GetText() method
>
>    * GetText() extracts the text from a certain range as BString.
>    * Probably fixed TextDocument::ParagraphAt(), though it is still untested.
>
> 1aa7edf: TextDocumentView: Added plain-text copying to the clipboard
>
>    * Make the focus view on MouseDown()
>    * Also added reaction to focus and window activation changes.
>
> d543cbf: HaikuDepot: Show message when no package is selected.
>
>   the instable layout was irritating. Clicking a package and having the
>   package info area expand upward could even lead to the clicked packed
>   to be hidden in the listview. Now a message is displayed and the package
>   info area already has the correct height.
>
>                                       [ Stephan Aßmus <superstippi@xxxxxx> ]
>


It looks like this commit has broken the x86_64 build.
http://mmadia.dyndns.org:8010/builders/x86_64-any-host/builds/1332/steps/%5Bx86_64%5D/logs/stdio

/usr/home/builder/buildbot-slave/haiku/src/apps/haiku-depot/PackageInfoView.cpp:
In constructor 'PackageInfoView::PackageInfoView(BLocker*,
PackageActionHandler*)':
/usr/home/builder/buildbot-slave/haiku/src/apps/haiku-depot/PackageInfoView.cpp:1330:32:
error: call of overloaded 'SetVisibleItem(long int)' is ambiguous
/usr/home/builder/buildbot-slave/haiku/src/apps/haiku-depot/PackageInfoView.cpp:1330:32:
note: candidates are:
In file included from
/usr/home/builder/buildbot-slave/haiku/src/apps/haiku-depot/PackageInfoView.cpp:14:0:
/usr/home/builder/buildbot-slave/haiku/headers/os/interface/CardLayout.h:19:12:
note: void BCardLayout::SetVisibleItem(int32)
/usr/home/builder/buildbot-slave/haiku/headers/os/interface/CardLayout.h:20:12:
note: void BCardLayout::SetVisibleItem(BLayoutItem*)
/usr/home/builder/buildbot-slave/haiku/src/apps/haiku-depot/PackageInfoView.cpp:
In member function 'void PackageInfoView::Clear()':
/usr/home/builder/buildbot-slave/haiku/src/apps/haiku-depot/PackageInfoView.cpp:1433:32:
error: call of overloaded 'SetVisibleItem(long int)' is ambiguous
/usr/home/builder/buildbot-slave/haiku/src/apps/haiku-depot/PackageInfoView.cpp:1433:32:
note: candidates are:
In file included from
/usr/home/builder/buildbot-slave/haiku/src/apps/haiku-depot/PackageInfoView.cpp:14:0:
/usr/home/builder/buildbot-slave/haiku/headers/os/interface/CardLayout.h:19:12:
note: void BCardLayout::SetVisibleItem(int32)
/usr/home/builder/buildbot-slave/haiku/headers/os/interface/CardLayout.h:20:12:
note: void BCardLayout::SetVisibleItem(BLayoutItem*)



Bye,
Jérôme

Other related posts:

  • » [haiku-commits] AW: [haiku-commits] Re: haiku: hrev46510 - in src/apps/haiku-depot/textview: . src/apps/haiku-depot - superstippi@xxxxxx