CVS log for ports/games/cockatrice/patches/patch-cockatrice_src_carddatabasemodel_cpp

[BACK] Up to [local] / ports / games / cockatrice / patches

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 13 03:50:26 2021 UTC (3 years ago) by namtsui
Branch: MAIN
CVS Tags: HEAD

Summary: bugfix

there is still a bug where you have to type first into the dialog box
to get cards to display.

the bugfix involved constructing QModelIndex() rows=-1 cols=-1, which
eventually led it to throw an assertion. This condition must be
fulfilled: loadedRowCount <= parent->rows(). parent is a newly
constructed instance of QModelIndex(), having no rows. loadedRowCount
was 100.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb