Reviewing merge request #1260: improvements for the QFontEngineQPF1

- make it work without mmap(2) support;
- fix memory leaking on Integrity;
- minor code clean-up

Commits that would be merged:

Version 3
  • Version 1
  • Version 1
  • Version 2
  • Version 2
  • Version 3
  • d5631f1
  • af220a7
  • make QFontEngineQPF1 work even without mmap(2) support

  • b7757c6
  • remove the old compatibility code

  • e788beb
  • minor optimization

Showing d5631f1-af220a7

Comments

Pushed new version 1

Pushed new version 2

Pushed new version 2

→ State changed from New to Revise and resubmit

Doesn’t compile:

/home/harald/qt/qt/src/gui/text/qfontengine_qws.cpp:336:46: error: invalid conversion from ‘char’ to ‘uchar

→ State changed from Revise and resubmit to Updated

I see the typo which causes this build failure but it was built ok with the gcc-nto, I swear! :)

well, updated; should be ok now.

→ State changed from Updated to Merged

Except for breaking compilation when DEBUG_FONTENGINE is set, the patch is great ;)

No worries, I've fixed that now (remember to search for occurrences of variable use when you rename them).

Thanks for your contribution!
Harald

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository