Branch: refs/heads/master
  Home:   https://github.com/uim/uim
  Commit: 4cd7c8e6b95061115960fe639a5687f6e2639f31
      https://github.com/uim/uim/commit/4cd7c8e6b95061115960fe639a5687f6e2639f31
  Author: Muneyuki Noguchi <[email protected]>
  Date:   2012-11-24 (Sat, 24 Nov 2012)

  Changed paths:
    M qt4/candwin/candidatewindow.cpp
    M qt4/candwin/ximcandidatewindow.cpp
    M qt4/chardict/chargridview.cpp
    M qt4/pref/customwidgets.cpp

  Log Message:
  -----------
  Use setSectionResizeMode() in Qt5.

* qt4/candwin/candidatewindow.cpp
  - (CandidateWindow::CandidateWindow):
    Replace setResizeMode() with setSectionResizeMode()
* qt4/candwin/ximcandidatewindow.cpp
  - (XimCandidateWindow::XimCandidateWindow): Ditto.
* qt4/chardict/chargridview.cpp
  - (CharGridView::CharGridView, CharGridView::setCharacters): Ditto.
* qt4/pref/customwidgets.cpp
  - (TableEditForm::TableEditForm): Ditto.


  Commit: 0040e37ae67053128d8627ffc40046efa208bd94
      https://github.com/uim/uim/commit/0040e37ae67053128d8627ffc40046efa208bd94
  Author: Muneyuki Noguchi <[email protected]>
  Date:   2012-11-24 (Sat, 24 Nov 2012)

  Changed paths:
    M qt4/candwin/ximcandidatewindow.cpp
    M qt4/chardict/unicodeviewwidget.cpp
    M qt4/pref/customwidgets.cpp
    M qt4/pref/qt4.cpp
    M qt4/switcher/qt4.cpp
    M qt4/toolbar/common-uimstateindicator.cpp

  Log Message:
  -----------
  Replace toAscii() with toLatin1().

* qt4/candwin/ximcandidatewindow.cpp
  - (XimCandidateWindow::activateCand,
     XimCandidateWindow::setPageCandidates):
    Replace QString::toAscii() with QString::toLatin1()
    because Qt5 doesn't have QString::toAscii().
    QString::toAscii() does the same as QString::toLatin1()
    because we don't call QTextCodec::setCodecForCStrings().
* qt4/chardict/unicodeviewwidget.cpp
  - (UnicodeViewWidget::setupWidgets): Ditto.
* qt4/pref/customwidgets.cpp
  - (CustomKeyEdit::slotKeyButtonClicked): Ditto.
* qt4/pref/qt4.cpp
  - (GroupPageWidget::setupWidgets): Ditto.
* qt4/switcher/qt4.cpp
  - (UimImSwitcher::slotStdinActivated): Ditto.
* qt4/toolbar/common-uimstateindicator.cpp
  - (UimStateIndicator::slotStdinActivated,
     QHelperPopupMenu::slotMenuActivated): Ditto.


  Commit: a05363a7573d38a03f4eb98fe7eaef9103f01ba6
      https://github.com/uim/uim/commit/a05363a7573d38a03f4eb98fe7eaef9103f01ba6
  Author: Muneyuki Noguchi <[email protected]>
  Date:   2012-11-24 (Sat, 24 Nov 2012)

  Changed paths:
    M qt4/candwin/candidatewindow.cpp
    M qt4/candwin/ximcandidatewindow.cpp
    M qt4/chardict/chargridview.cpp
    M qt4/chardict/unicodeviewwidget.cpp
    M qt4/pref/customwidgets.cpp
    M qt4/pref/qt4.cpp
    M qt4/switcher/qt4.cpp
    M qt4/toolbar/common-uimstateindicator.cpp

  Log Message:
  -----------
  Merge pull request #19 from mnogu/qt5-beta2

Add support for Qt5 beta2 to Qt5 helper applications.


Compare: https://github.com/uim/uim/compare/5976de80c222...a05363a7573d

Reply via email to