Skip to content
Snippets Groups Projects
  1. Apr 07, 2014
  2. Mar 27, 2014
  3. Mar 24, 2014
  4. Jan 21, 2014
    • Fawzi Mohamed's avatar
      ios: fix handling of command characters in run · 1ce5b127
      Fawzi Mohamed authored
      
      Xml does not support control characters (even if encoded), thus
      QXmlStreamWriter does not encode them, and QXmlStreamReader gives an
      error with them.
      Thus outputting a control char would stop the application.
      Now we send them with a special tag and decode them.
      Note that the Output pane does some emulation of terminal behavior
      when receiving them.
      Sending app output as block because otherwise the stange logic
      within the OutputPane inserts spurious newlines (a string not
      containing a newline always gets a newline prepended) .
      
      Task-number: QTCREATORBUG-11219
      Change-Id: I3557ffbb23ca2ea4eec9a97335a95580c9c4482b
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@digia.com>
      1ce5b127
  5. Jan 08, 2014
  6. Dec 09, 2013
  7. Nov 21, 2013
    • Fawzi Mohamed's avatar
      ios: do not stop in debugger when debuggings an app · 7458a823
      Fawzi Mohamed authored
      
      the attached process is seen as still running just after the attach
      and continuing fails, immediately later a spontaneous stop is
      detected and on ios (where we set continueAfterAttach) we
      continue after the spontanous stop.
      This also work in the desktop case.
      
      Change-Id: I92fbcd3ba319da7d9e664f67c8cbbea00f0daa43
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      7458a823
  8. Nov 04, 2013
  9. Nov 01, 2013
  10. Oct 31, 2013
  11. Oct 29, 2013
  12. Oct 16, 2013
  13. Oct 14, 2013
  14. Oct 02, 2013
    • Fawzi Mohamed's avatar
      ios: preliminary support for ios · 8d96ce55
      Fawzi Mohamed authored
      
      first work in progress support for ios
      * separate iosTool using xml communication used for device info and run
      * iossim tool to handle the simulator
      * debug prepared but not working
      * separate gcc toolchain detection fix for simulator
      
      1) add a QT built for ios
      2) open a project, for example qtbase/examples/widgets/animation/animatedtiles/animatedtiles.pro
      3) build/run...
      
      Change-Id: I7e01604e416338cbe4692dfb34f5d3f31312702d
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      8d96ce55
Loading