Bug#816639: First char lost after language switch in editor

2016-03-03 Thread Strelok
Package: qtcreator Version: 3.2.1 1) Open any text in Qtcreator. 2) Switch from English language to Russian via win key. 3) Type any text. First input char losing. You print "абв", but get "бв". This bug already fixed in Qtcreator 3.6.0 (https://bugreports.qt.io/browse/QTCREATORBUG-9589). But

Bug#816445: QtCreator stealing focus from terminal window

2016-03-01 Thread Strelok
> In fluxbox the configuration (in right click menu) is Configuration -> > Focus Model -> Focus New Windows. I'm not sure if that is something > that is not default. Selection of x-terminal-emulator should have > nothing to do with this. Result the same. > I have latest Qt from sid installed -

Bug#816445: QtCreator stealing focus from terminal window

2016-03-01 Thread Strelok
> This is because default project is selected as "Run in Terminal". Go > to Project (left tab) -> Run tab -> Run section -> uncheck Run in > terminal. In that case I'm have another bug - cin>>x don't work. > Finally, the focus is not stolen back to Qt Creator. At least it works > just fine here

Bug#816447: closed by Adam Majer <ad...@zombino.com> (Re: Bug#816447: QImage ignore headers of jpg files)

2016-03-01 Thread Strelok
> Well, that is different. The problem is you can't name a .jpg file a > .png file. Qt uses file extension for format detection by > default.. QImageReader allows for more control in that. >From QImage manual (http://doc.qt.io/qt-4.8/qimage.html) - "If the format is not specified (which is the

Bug#816447: closed by Adam Majer <ad...@zombino.com> (Re: Bug#816447: QImage ignore headers of jpg files)

2016-03-01 Thread Strelok
>that in run settings, if you prefer. In other words, the file you are > looking for is not in place where the program is looking. Yes. When file have "jpg" extension (last part of my message), program looking in right place. Because of this, I'm DONT get SIGABRT signal. But when I'm rename file,

Bug#816447: QImage ignore headers of jpg files

2016-03-01 Thread Strelok
Package: qtcreator Version: 3.2.1 http://doc.qt.io/qt-4.8/qimage.html say "If the format is not specified (which is the default), the loader probes the file for a header to guess the file format.". Okay. I'm load any jpg file. Then, rename this file into "test.png". After this I'm run simple

Bug#816445: QtCreator stealing focus from terminal window

2016-03-01 Thread Strelok
Package: qtcreator Version: 3.2.1 I'm create plain C++ project with default "Hello World!" code and run this. After this QtCreator show me terminal window with "Hello World!"... For a split second. And steal steal focus from this terminal (after this, terminal window still open). For more info -

Bug#815676: Bad indent after line with ternary operator in Qtcreator

2016-02-23 Thread Strelok
Package: qtcreator Version: 3.2.1 I'm type a line "return x>0?array[0]:0;" and press enter. After this indent in new line grow to 4 space. If line don't contain "[0]", bug not appear. Expected result: indent of new line must be the same as indent in prevision line. PS Also tested in qtcreator