93 Commits

Author SHA1 Message Date
Muhammet Şükrü Demir
185ac83c56 settings improvements. 2024-12-05 20:06:37 +03:00
Iwbnwif Yiw
784c7cbc07 Allow a default graph line thickness to be set 2024-11-17 10:20:16 +00:00
Iwbnwif Yiw
6a1ad91454 Add getter / setter for schematic grid color 2024-11-15 21:05:09 +00:00
Iwbnwif Yiw
35304542a1 Further attempt to dynamically set grid color (working). 2024-11-14 22:01:15 +00:00
Iwbnwif Yiw
dda56bfe30 Attempt to get grid to update on current documents. 2024-11-14 21:29:50 +00:00
Iwbnwif Yiw
ae7765b85f Create 'Appearance' tab in settings dialog and allow grid color to be set. 2024-11-14 21:15:18 +00:00
Vadim Kuznetsov
78b11d6e4e Remove dark/light icons setting 2024-07-21 11:12:56 +03:00
Iwbnwif Yiw
0169c2518d Merge branch 'current' into static_settings_object 2024-04-09 22:50:38 +01:00
Andrey Kalmykov
1577e73cc9 Set ~/QucsWorkspace as default workspace path
This commit
1. changes ~/.qucs to ~/QucsWorkspace
2. assignes more descriptive name to config property which holds
   this path
2024-04-07 20:44:42 +03:00
Vadim Kuznetsov
632627224a
Merge pull request #640 from ivandi69/relative-file-path
Add support for relative file paths
2024-04-07 12:55:52 +02:00
Vadim Kuznetsov
cf375c5aa5 Add setting to hold RFlayout tool location 2024-03-20 09:33:33 +03:00
Vadim Kuznetsov
4c940a940d Add GUI controls to run RFLayout 2024-03-20 09:26:11 +03:00
ivandi
13b7d305ed Add support for relative file paths 2024-03-12 21:04:10 -04:00
Iwbnwif Yiw
f6de033e0f Add default TextDoc font to settings dialog
This change adds an extra entry to the settings dialog to allow the
user to choose a default font for any documents opened in the text
editor. The initial default value follows the system setting for a
monospaced font.
2024-02-09 20:40:20 +00:00
Iwbnwif Yiw
53959c4f2e Implement setting an item and access default. 2024-02-05 22:24:05 +00:00
Krasilnikov Sergei
05177da97b working with qt6 2023-01-17 13:27:12 +03:00
Krasilnikov Sergey
b70e615020 replace foreach macro 2023-01-15 01:17:09 +03:00
Vadim Kuznetsov
1bc44a5349 Add setting to hold OpenVAF path 2022-12-19 19:38:03 +03:00
Vadim Kuznetsov
8ede21fc51 Provide a setting to revert old trace names 2022-11-24 16:30:10 +03:00
luz paz
10c1ee639c Fix various typos (including documenation)
Found via `codespell -q 3 -S *.ts,./qucs/ChangeLog -L ba,coul,inout,leaded,nd,numer,ro`
2022-07-05 07:08:28 -04:00
Vadim Kuznetsov
da6bc383e1 Provide settings to set light/dark icon theme manually 2022-03-12 16:22:13 +01:00
Vadim Kuznetsov
61df64878a Provide setting to set Schematic/Application fonts separately 2022-03-12 11:45:02 +01:00
Vadim Kuznetsov
8b1c17bddb Fix warnings in components and dialogs 2022-02-23 21:51:56 +01:00
Vadim Kuznetsov
c9ffce91a7 Fixed default font in utilities 2022-02-18 19:47:32 +01:00
Vadim Kuznetsov
daa1d65c91 Fix broken layout in dialogs 2022-02-16 21:31:56 +01:00
Vadim Kuznetsov
53059f4fed Compiles everything in dialogs, paintings, and extsimkernels 2022-02-14 00:04:11 +01:00
Guilherme Brondani Torri
c0011e9d42 On settings > apply, set as changed, refresh UI
Otherwise the user needs to restart the GUI for the option to take
effect.
2016-11-23 11:13:43 +01:00
Vadim Kuznetzov
7b54330d94 Introduced setting to hold Octave executable path
1. OctaveBinDir setting replaced by OctaveExecutable. This setting will
hold full path to Octave executable.
2. OCTAVEBINDIR environment variable replaced by QUCS_OCTAVE. Removed
related hardcoded paths
3. Corrected GUI controls to enable Octave executable selction
4. Removed file checking at starting Octave
2016-06-16 16:46:57 +03:00
in3otd
ef1dbc3e2d Use a common function to determine the Document type 2016-02-08 20:05:58 +01:00
in3otd
7977f6d57b 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).
2016-02-07 21:40:37 +01:00
in3otd
4a99a8503c 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.
2016-02-07 21:40:37 +01:00
in3otd
aa090edd8a Replace deprecated Qt3 compatibility functions 2016-02-07 21:40:37 +01:00
in3otd
cc226d7054 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.
2016-02-07 21:40:37 +01:00
in3otd
50edf30b11 Change browsing button labels from "..." to "Browse" 2016-02-07 21:40:37 +01:00
in3otd
367745c180 Enable "Remove Path" button only if something is selected 2016-02-07 21:40:37 +01:00
in3otd
9077d24ce9 Change file (directory) selection dialogs with native ones 2016-02-07 21:40:37 +01:00
Guilherme Brondani Torri
529c0d06da Add language to settings dialog 2015-09-15 20:35:43 +02:00
Guilherme Brondani Torri
144e16737f Sort languages alphabetically
System language and English first.
2015-09-15 20:35:43 +02:00
in3otd
7a6f016234 Change tables resize mode to show the full content, if possible. 2015-04-19 22:06:36 +02:00
yodalee
87b3c463c0 change refresh cmd into a slot function 2015-04-13 11:33:20 +08:00
Guilherme Brondani Torri
9246b219c9 fix various warnings of unused variable, arguments... 2015-01-20 16:32:12 +01:00
Guilherme Brondani Torri
a8c734b147 replace remaining 'math.h' by 'cmath' header 2015-01-09 13:53:16 +01:00
in3otd
e6e0e84551 Added new application settings.
Added largeFontSize and TextAntiAliasing to the settings dialog and the related load/save functions. Corrected a typo in one of the settings name and fixed some default values.
Updated ViewPainter::init() calls since function definition changed (anti-aliasing removed from parameters, now handled directly in ViewPainter::init() )
2014-11-22 11:46:47 +01:00
yodalee
d8c9546f6e remove qtgui include in dialog/cppfile 2014-11-04 12:56:34 +08:00
yodalee
6b8a2f2f51 add drawantialiasing properties and save/load 2014-10-28 17:32:48 +08:00
Guilherme Brondani Torri
2f64d6ec6c Merge pull request #26 from GaliumNitride/pt_PT_translation
Added pt_PT Translation
2014-08-18 22:30:26 +02:00
Richard Crozier
2572c0cff3 qucssettingsdialog.cpp: fixed search path button locations 2014-08-18 12:50:57 +01:00
MD
4f816ca7e6 Forked pt locale into pt_BR and pt_PT. Performed pt_PT translation. 2014-08-18 04:18:13 +01:00
Guilherme Brondani Torri
99f127e0a4 fix behavior or qucs as editor, add .exe to tools 2014-06-11 01:30:29 +02:00
Guilherme Brondani Torri
5a35663221 add ASCO path to Qucs settings
* read environment variable ASCOBINDIR for path
* set ASCO Path via Qucs settings
2014-05-18 23:47:12 +02:00