Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feinstaub/qgit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: feinstaub/qgit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: compile_with_qt5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 17 files changed
  • 3 contributors

Commits on Oct 1, 2012

  1. Configuration menu
    Copy the full SHA
    1fcef11 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2013

  1. Configuration menu
    Copy the full SHA
    7652646 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2013

  1. Configuration menu
    Copy the full SHA
    3474fa8 View commit details
    Browse the repository at this point in the history
  2. Qt5: QAbstractItemModel::reset() is now deprecated

    It was advised against even in Qt4. Replace with pairs of calls to
    QAbstractItemModel::beginResetModel();
    QAbstractItemModel::endResetModel();
    tibirna committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    fbd2a2e View commit details
    Browse the repository at this point in the history
  3. Qt5: QAbstractItemModel::createIndex()

    Has now a subtle overloading and requires an
    explicitation cast.
    tibirna committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    aeb9267 View commit details
    Browse the repository at this point in the history
  4. Qt5: codecForCStrings() is removed

    I remove all code mentioning it
    tibirna committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    ca48254 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21dfbdf View commit details
    Browse the repository at this point in the history
  6. Qt5: qApp->arg{c,v} are now removed.

    I adapted the present code to using QApplication::arguments()
    tibirna committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    1f964fd View commit details
    Browse the repository at this point in the history
  7. Qt5: QHeaderView::setResizeMode() is removed now

    Use QHeaderView::setSectionResizeMode() instead.
    tibirna committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    09df71b View commit details
    Browse the repository at this point in the history
  8. Qt5: QKeySequence doesn't convert to int anymore

    Thus uses in a switch construct do not compile anymore.
    
    This required a careful conversion to a cascaded if..else if construct.
    tibirna committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    13c853d View commit details
    Browse the repository at this point in the history
  9. QMimeData header required

    tibirna committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    18a1aac View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. add CMakeLists to also build with cmake

    Gregor Mi committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    af38d39 View commit details
    Browse the repository at this point in the history
  2. ignore dolphin and kate files

    Gregor Mi committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    127c351 View commit details
    Browse the repository at this point in the history
  3. fix CMakeLists.txt to include resources (icons)

    Gregor Mi committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    784361d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2014

  1. convert line endings from DOS to unix

    using $ for i in `ls .`; do sed -i 's/\r//' $i ; done
    Gregor Mi committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    6b3fccf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2014

  1. CMakeLists.txt: All the flags, libs and include-stuff is not needed …

    …if using cmake 2.8.8
    
    with the new qt5_use_modules macro.
    sgh authored and Gregor Mi committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    5184109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b038723 View commit details
    Browse the repository at this point in the history
Loading