2008/10/23 D. Michael McIntyre <[EMAIL PROTECTED]>:
>

> Transport-related (tons of transport-related errors--

None here !

> I guess it's time to do
> something about the transport dialog now; either fix the Designer-based
> dialog so it works, or rewrite it.

The transport is fixed aready (although the icons might be missing).
No need to re-create it unless you'd prefere a whole new layout.

Be shure to have a working ui_RosegardenTransport.moc
in the build dir.
- delete old moc
- build with cmake
- then edit the created moc file, so the header looks like this:
- (after that build again)

--------------------------
class Ui_RosegardenTransport : public QFrame
{
  Q_OBJECT
-----------------------------------------------------------------------------


> KXMLGUIFactory-related
Chris' part.

> KStartupLogo-related (didn't we disable that in the normal CMake build system
> anyway?)
>
I don't know.
I think we will use QSplashScreen ... somehow .. anywhere.



It might also be necessary to modify some qt4-headers.
That should not be done or required, but I still don't know
how to fix it here.
I'm not allowed to subclass QMainWindow otherwise.

-----------------------------------------------------------
I needed qt4-header modifications
in:
    k3command.h
    QtGui/qwidget.h
    QtGui/qpaintdevice.h
    QtGui/qmainwindow.h

Commented out lines with:
    "Q_DISABLE_COPY"
and
    "Q_DECLARE_PRIVATE"

------------------------------------------------------------------

Maybe that has to do with

D-Pointers,
    but I still don't understand it
    (probably because I didn't really want to)
   related info:
-------------------------------------------------------------------------
http://techbase.kde.org/Policies/Library_Code_Policy#D-Pointers
http://techbase.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B
------------------------------------------------------------------


--
e.r.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to