Skip to content
Snippets Groups Projects
  1. Aug 31, 2012
  2. Aug 30, 2012
  3. Aug 29, 2012
  4. Aug 28, 2012
    • Nikolai Kosjar's avatar
      Fix running applications in non-xterm terminals · d07e7d2a
      Nikolai Kosjar authored
      
      Setting Tools/Options/Environment/General/Terminal to one of the
      following works now as expected.
      
        1. xterm -e
        2. aterm -e
        3. rxvt -e
        4. urxvt -e
        5. xfce4-terminal -x
        6. konsole --nofork -e
        7. gnome-terminal -x
      
      Without the '--nofork' option for konsole, from creator's pov, the
      terminal emulator will finish immediately and therefore creator closes
      the local socket. As a result of this, the user is presented with sth.
      like this (from the stub):
      
          Cannot connect creator comm socket /tmp/qt_temp.A13523/stub-socket:
          No such file or directory.
      
      Task-Number: QTCREATORBUG-1633
      Change-Id: I732e20d34aebdc1591355e0c4e78c907f439924c
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
      d07e7d2a
    • Orgad Shaneh's avatar
      TypeHierarchy: Invert bases order · 8ed9720c
      Orgad Shaneh authored
      
      Current display doesn't make sense (to me :))
      
      Active class is the middle one, derived classes should be top-down, but
      base classes should be bottom-up. That's easier to understand.
      
      Change-Id: I06693da37c834f5a99fd62ae29a91d958bafe136
      Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
      8ed9720c
Loading