Revision: 64977 Log: Qt5: enable QTACCESSIBILITY define in qtdefines.inc for QtAccessibility. ATM this is disabled by default since it creates a lot of memleaks and crashes. Modified: U trunk/lcl/interfaces/qt5/qt56.pas U trunk/lcl/interfaces/qt5/qtdefines.inc U trunk/lcl/interfaces/qt5/qtobject.inc U trunk/lcl/interfaces/qt5/qtwidgets.pas U trunk/lcl/interfaces/qt5/qtwscontrols.pp U trunk/lcl/interfaces/qt5/qtwsfactory.pas
Revision: 64976 Log: LazDebuggerFp: Fixed updating breakpoint-state Modified: _U trunk/ U trunk/components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas
Revision: 64975 Log: LCL: Do not convert '\n' sequence to linefeed in Content field of LCLTaskDialog anymore (LineEnding constant should be used for this), bug 38676. Unbreaks output of strings like 'Save "c:\new_folder\new.work"?'. Modified: U trunk/lcl/lcltaskdialog.pas