Re: [Development] Proposal: Time to decide what security policy the Qt Project will use (not Trolltech/Nokia/Digia)

2012-10-28 Thread Maemi Carrer
2012/10/28 d3fault : > The reason I'm giving up is because I now understand the following to be true: > The Qt Project's leaders are choosing to sacrifice the security of > everyone for the profits of a few. No, this decision has been made because the meriocractic Qt Project has decided that the p

Re: [Development] Newlines in XHR / QNetworkAccessManager headers

2012-10-08 Thread Maemi Carrer
> p.s. if I need to suck your d!c|< for access to incoming security > vulns, this "Open Governance" project isn't really open at all. If you still ask yourself why you are prohibited from participation you've just aswered your own question. If you want to be treated like an responsible adult behav

Re: [Development] Regression / Behavioral Change in QSqlTableModel / QTableView in Qt 5

2012-08-30 Thread Maemi Carrer
Thank you for your response! 2012/8/14 Mark Brand : > QSqlTableModel has had some major changes for Qt5. The changes file > "dist/changes-5.0.0" lists them. I totally missed that. > ... each edit causes the table to be requeried and the model reset, which > breaks navigation in the view. Do you

[Development] Regression / Behavioral Change in QSqlTableModel / QTableView in Qt 5

2012-08-14 Thread Maemi Carrer
Hello! When porting from Qt4 to Qt5 I've noticed a behavorial change in QSqlTableModel (I've attached a small example). Situation: QSqlTableModel set on a QSqlTableView Action: Delete row using deleteRow() Qt4 behavior: delete row from model and from table view Qt5 behaviour: delete row from mod