octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #40252] Make GUI compatible with both Qt4 and


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #40252] Make GUI compatible with both Qt4 and Qt5
Date: Sat, 02 Nov 2013 01:32:46 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36

Update of bug #40252 (project octave):

                Severity:              3 - Normal => 2 - Minor              
                  Status:                    None => Postponed              

    _______________________________________________________

Follow-up Comment #3:

Many more errors, a handful of member functions have been deprecated or
removed with Qt5. I haven't gotten all the way through it yet, but here's a
sample of what I've worked through so far:


qInstallMsgHandler -> qInstallMessageHandler (different args)
QHeaderView::setClickable -> QHeaderView::setSectionsClickable
QTextCodec::setCodecForCStrings is completely gone
QDesktopServices -> QStandardPaths
QChar::toAscii is deprecated


And the appropriate pkg-config modules are (at least on Debian):


Qt5Core Qt5Gui Qt5Network Qt5Widgets


Marking as postponed for now, this looks pretty disruptive and unnecessary at
this point in time.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40252>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]