Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #446 and #453 #456

Merged
merged 10 commits into from
Feb 11, 2016
Merged

Fix for #446 and #453 #456

merged 10 commits into from
Feb 11, 2016

Commits on Feb 7, 2016

  1. Configuration menu
    Copy the full SHA
    b3ed526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a149db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ffb2cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa168c View commit details
    Browse the repository at this point in the history
  5. Fix crash when changing background color of a Text Document

    When changing a text documents background color (using the Application
    Settings dialog) Qucs crashed. This was due to the changed inheritance
    of TextDoc, from QTextEdit to QPlainTextEdit, which was not updated
    here.
    in3otd committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    9a8e224 View commit details
    Browse the repository at this point in the history
  6. Properly set the background color for a new TextDoc

    Not sure it's the right way, but it works now...
    in3otd committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    0045d25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e82cb6 View commit details
    Browse the repository at this point in the history
  8. Correct behaviour of "Add Path With Subfolders"

    In the Application Settings dialog, the "Add Path With Subfolders"
    added only the subfolders but not the selected path. Now also the
    selected path is added to the list.
    in3otd committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    1227c95 View commit details
    Browse the repository at this point in the history
  9. Enable changing Qucs Home without restarting

    If user changes the Qucs (projects) Home in the Application Settings
    Dialog, it will be prompted to close the current files/project (if
    saving is needed).
    in3otd committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    78640c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. Configuration menu
    Copy the full SHA
    9a1eada View commit details
    Browse the repository at this point in the history