-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: feinstaub/qgit
base: master
head repository: feinstaub/qgit
compare: compile_with_qt5
- 17 commits
- 17 files changed
- 3 contributors
Commits on Oct 1, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 1fcef11 - Browse repository at this point
Copy the full SHA 1fcef11View commit details
Commits on Mar 24, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7652646 - Browse repository at this point
Copy the full SHA 7652646View commit details
Commits on Nov 19, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 3474fa8 - Browse repository at this point
Copy the full SHA 3474fa8View commit details -
Qt5: QAbstractItemModel::reset() is now deprecated
It was advised against even in Qt4. Replace with pairs of calls to QAbstractItemModel::beginResetModel(); QAbstractItemModel::endResetModel();
Configuration menu - View commit details
-
Copy full SHA for fbd2a2e - Browse repository at this point
Copy the full SHA fbd2a2eView commit details -
Qt5: QAbstractItemModel::createIndex()
Has now a subtle overloading and requires an explicitation cast.
Configuration menu - View commit details
-
Copy full SHA for aeb9267 - Browse repository at this point
Copy the full SHA aeb9267View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca48254 - Browse repository at this point
Copy the full SHA ca48254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21dfbdf - Browse repository at this point
Copy the full SHA 21dfbdfView commit details -
Qt5: qApp->arg{c,v} are now removed.
I adapted the present code to using QApplication::arguments()
Configuration menu - View commit details
-
Copy full SHA for 1f964fd - Browse repository at this point
Copy the full SHA 1f964fdView commit details -
Qt5: QHeaderView::setResizeMode() is removed now
Use QHeaderView::setSectionResizeMode() instead.
Configuration menu - View commit details
-
Copy full SHA for 09df71b - Browse repository at this point
Copy the full SHA 09df71bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 13c853d - Browse repository at this point
Copy the full SHA 13c853dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a1aac - Browse repository at this point
Copy the full SHA 18a1aacView commit details
Commits on Feb 13, 2014
-
add CMakeLists to also build with cmake
Gregor Mi committedFeb 13, 2014 Configuration menu - View commit details
-
Copy full SHA for af38d39 - Browse repository at this point
Copy the full SHA af38d39View commit details -
Gregor Mi committed
Feb 13, 2014 Configuration menu - View commit details
-
Copy full SHA for 127c351 - Browse repository at this point
Copy the full SHA 127c351View commit details -
fix CMakeLists.txt to include resources (icons)
Gregor Mi committedFeb 13, 2014 Configuration menu - View commit details
-
Copy full SHA for 784361d - Browse repository at this point
Copy the full SHA 784361dView commit details
Commits on Feb 17, 2014
-
convert line endings from DOS to unix
using $ for i in `ls .`; do sed -i 's/\r//' $i ; done
Gregor Mi committedFeb 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 6b3fccf - Browse repository at this point
Copy the full SHA 6b3fccfView commit details
Commits on Mar 13, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5184109 - Browse repository at this point
Copy the full SHA 5184109View commit details -
CMakeLists.txt: use recommentations for cmake 2.8.11
Gregor Mi committedMar 13, 2014 Configuration menu - View commit details
-
Copy full SHA for b038723 - Browse repository at this point
Copy the full SHA b038723View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...compile_with_qt5