57
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
random skeet, with plenty of comments. RTFD More... over 15 years ago
misc improvements in RosegardenGUIDoc More... over 15 years ago
KAction ==> QAction More... over 15 years ago
QListBox ==> QListWidget QListBoxItem ==> QListWidgetItem More... over 15 years ago
more QListView ==> QListWidget and QListViewItem ==> QListWidgetItem More... over 15 years ago
QListView ==> QListWidget (QListWidget seems more like qt3-QListView than qt4-QListView, that uses "models") related info: http://www.potu.com/man/doc.trolltech.com/4.0/qt4-interview.html More... over 15 years ago
included QSettings, where: "‘QSettings’ has not been declared" More... over 15 years ago
SHIFT ==> Qt::SHIFT CTRL ==> Qt::CTRL More... over 15 years ago
replaced Key constants: Key_XXX ==> Qt::Key_XXX More... over 15 years ago
minor change to CMakeList.txt More... over 15 years ago
fix misc errors fix QMessageBox calls some brave changes related to Docking (DockWidget, mainDockWidget) More... over 15 years ago
QVBox ==> QWidget + QVBoxLayout More... over 15 years ago
include kconfig.h ==> include QSettings some WFlag fixes some QMessageBox fixes More... over 15 years ago
Remove #include and typedef related to unused QVBox More... over 15 years ago
QVBox ==> QWidget + QVBoxLayout More... over 15 years ago
Not sure about this change, but it seems to work. src/gui/rulers/ControlItem.cpp builds now, and probably others as a result of this, but someone please do review and let me know if this is wrong before I do any more of these QWidget parent = 0 deals this way. More... over 15 years ago
Disable all KDialog::setHelp() calls, as I can't find a QDialog equivalent More... over 15 years ago
QVBox ==> QWidget This one is a little tricky. QWidget (ex QVBox) is created in EditView.cpp, but widgets are only added to it in MatrixView.cpp and NotationView.cpp using getBottomWidget() to locate it. I hope I didn't forget some widgets to add from elsewhere... More... over 15 years ago
partly fixed QMessageBox::critical partly fixed QMessageBox::warning More... over 15 years ago
KMessageBox ==> QMessageBox More... over 15 years ago
kapp-> ==> qApp-> More... over 15 years ago
include kapplication.h ==> QApplication More... over 15 years ago
Complete the QHBox/QVBox port begun with mechanized conversion. More... over 15 years ago
misc fixes More... over 15 years ago
fix misc. pointer and QSettings.value() More... over 15 years ago
fix misc. pointer and QSettings.value() More... over 15 years ago
fix "convert from 'QVariant'" errors More... over 15 years ago
fix "convert from 'QVariant'" errors More... over 15 years ago
fix "convert from 'QVariant'" errors More... over 15 years ago
correct QVariant errors & QProcess More... over 15 years ago