Coder Social home page Coder Social logo

dmik / qt-creator-os2 Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 104.69 MB

Fork of Qt Creator to bring OS/2 support

License: GNU Lesser General Public License v2.1

C 1.80% Prolog 0.65% C++ 96.03% Rust 0.01% Shell 0.06% Objective-C 0.02% JavaScript 0.12% Perl 0.37% XQuery 0.01% Assembly 0.19% Python 0.76% Emacs Lisp 0.01%

qt-creator-os2's People

Contributors

abelsson avatar alpmestan avatar aumuell avatar axasia avatar b-s-a avatar bjorn avatar enricoros avatar francoisferrand avatar fredemmott avatar jcourtois86 avatar jlp avatar kimitake avatar konstantinritt avatar krf avatar ksvladimir avatar maxun avatar mikemcquaid avatar milianw avatar mingulov avatar narnaud avatar nebulade avatar neundorf avatar ogoffart avatar orgads avatar ossilator avatar ostash avatar romkoval avatar roop avatar thomashartmannqt avatar tommaa avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ydario

qt-creator-os2's Issues

Different fonts in Application Output and Compile Output

Different fonts in Application Output (seems to use the Editor's font) and in Compile Output / Version Control (seems to use the UI font, i.e. Warpsans) windows. The commit message text box has also a strange font.

As for me, all console output from executables should be in a single monospaced font as it is implied to be monospaced.

Navigate to "My Computer" in File System View

Some file systems on OS/2 report ".." in the root directory of the drive. This entry gets propagated to Qt (see http://svn.netlabs.org/qt4/ticket/242) and in particular to the File System View pane of Qt Creator where selecting it presents the list of all available drives.

While it may look like a bug at first, it may also be a feature. Earlier I said speaking to Rudi:

Regarding "..". Yes, it looks like this behavior is unintended but are you sure it's a bug? It looks like a (handy) feature to me. The only other way to change drives in this view is to RMB on the header, select Choose Folder..., select the necessary drive from the popped file dialog etc., in other words much more actions to perform.

What do you think if we improve it a bit instead? E.g. by making sure ".." is always added to the root directory listing (even on Windows) and clicking it shows My Computer. We will also need to sort items in the My Computer list properly (they look unsorted now) and to make the header show "My Computer" (instead of ".." as now).

JFTR, this is a patch by Rudi to remove http://svn.netlabs.org/qt4/attachment/ticket/205/foldernavigationwidget.diff that completely disables this bug-o-feature.

Category list in "Options" dialog shows horizontal scroll bar

Probably due to some differences in the font handling, our Creator shows the unwanted behavior. The easiest fix is to increase the size hint for the category list in /src/plugins/coreplugin/dialogs/settingsdialog.cpp, line 259:

int width = sizeHintForColumn(0) + frameWidth() * 2 + 20;

works for me. What do you think ? Should we make this OS/2 specific ?

The binary 'git' could not be located in the path

The message "The binary 'git' could not be located in the path" when pressing OK or Apply in the Options dialog if it is open on the Version Control / Git tab. But git itself actually works (quite nicely I must say).

Main window's icon changes

The Qt Creator main window's icon changes when external commands are run (e.g. when you qmake/build the project). Also, the window list entry gets changed. This is confusing.

Ctrl-> and Ctrl-< shortcuts don't work

Ctrl-> and Ctrl-< shortcuts don't work. Interesting that the Keyboard shortcuts setup dialog does recognize them, but when used in the editor, they don't perform the assigned action.

Upscaled folder icons in Project view

When a project contains files that are located in subdirectories other than the one in which the project file resides. I.e. something like:

SOURCES = src/file1.cpp
HEADERS = include/file1.h
FORMS = ui/file1.ui

the subfolder icons (here src, include and ui) get upscaled. This is a result of the fact that the toplevel folder icons are handled differently (they have overlays and the size is forced to 16x16) than the subfolder icons (queried directly from QStyle). Cause of the problem is, that there is no icon size set for the tree view widget. Thus - on OS/2 - a default size of 20x20 is assumed. However, the icons from common style are 16x16 and thus get upscaled.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.