2585 Commits

Author SHA1 Message Date
Guilherme Brondani Torri
f100eb3e4a move translations to git/qucs/qucs/translations/ 2014-11-11 17:58:18 +01:00
in3otd
a7e1cc6b99 Corrected path for qucs .cpp files and .ts output files 2014-11-11 17:44:41 +01:00
Guilherme Brondani Torri
faa0da3c5a Merge branch 'move-translation-subdirectory' of https://github.com/yodalee/qucs 2014-11-09 18:18:24 +01:00
Guilherme Brondani Torri
ecc3c204eb Merge pull request #109 from ra3xdh/qucs-activefilter-ru-translation
Qucs activefilter Russian translation
2014-11-09 18:14:38 +01:00
Guilherme Brondani Torri
e03d08ba8c Merge pull request #64 from yodalee/issue28-space_project_name
add double quote to prevent simulation fail by space in filename
2014-11-09 18:11:13 +01:00
Vadim Kuznetzov
aad7ddf8ad Added Russian translations for QucsActivefilter 2014-11-09 13:24:57 +04:00
Vadim Kuznetzov
77d149850c Added translator for qucs-activefilter 2014-11-09 11:06:54 +04:00
in3otd
5ae4640d92 Fix default arguments to ViewPainter::init(), moved the ones usually unspecified at the end 2014-11-08 20:17:38 +01:00
yodalee
0926cc54b5 remove getundefined.py
this is accidentally added when remove qtgui
2014-11-07 02:51:22 +08:00
yodalee
dd3cd1c5b0 cmake modification to support subdirectory 2014-11-07 01:06:11 +08:00
yodalee
946a03d276 autotools modification to support subdirectory 2014-11-07 01:06:11 +08:00
yodalee
f53c73b3c4 avoid path in bin cause error in setting
my configure --prefix set as $HOMEDIR/bin on Linux platform, the qucs
will be installed there, and setting files like language files will be
$HOMEDIR/bin/share ... qucs itself will be $HOMEDIR/bin/bin/

Previouse setting, the path will remove all /bin, so qucs search
language files in $HOMEDIR/share ..., of course it cannot find

use cdUp() to assure that qucs find previous directory
2014-11-07 01:06:11 +08:00
yodalee
af464a213f move ts files into translations subdirectory 2014-11-07 01:06:04 +08:00
Vadim Kuznetzov
eb70405f5e Fixed issue #102 2014-11-06 17:24:33 +04:00
Guilherme Brondani Torri
2a88765b56 remove unused pointer 2014-11-04 16:46:19 +01:00
Guilherme Brondani Torri
94ab866a6e fix mouseactions.cpp header 2014-11-04 12:11:10 +01:00
Guilherme Brondani Torri
bf37b8b582 port components/componentdialog
* port to QTableView
* cleanup QtGui header include, see issue #93
2014-11-04 12:11:06 +01:00
Guilherme Brondani Torri
76aa320cf6 port to QGridLayout 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
2b7edfb265 remove unused header 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
d9c40d4141 fix ENTER behafior while edit Property name 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
287f8ac159 remove debug message 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
edbed9d1d6 fix crash while add/remove equation 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
6ad382e11f fix issue on loading simulation parameters
* Some parameters go into the Sweep tab others in the Properties.
2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
192d500c41 fix: dialog adding multiple params to component
* cleanup comments
* fix spacing
2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
8a11d12ae8 rename: editSim to comboSim
* it is a comboBox
2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
24f5eb7352 port Q3ListView to QTableView 2014-11-04 11:58:12 +01:00
Guilherme Brondani Torri
aa5fff41bc port: componentdialog
* ported most of layout
2014-11-04 11:58:12 +01:00
yodalee
06b5dd899b adjust math.h include 2014-11-04 13:57:06 +08:00
yodalee
0462cf7058 remove qtgui in components/cppfile 2014-11-04 13:36:17 +08:00
yodalee
4051a2ec0b remove qtgui in diagrams/cppfile 2014-11-04 12:59:41 +08:00
yodalee
d8c9546f6e remove qtgui include in dialog/cppfile 2014-11-04 12:56:34 +08:00
yodalee
e1feae0eec remove qtgui in main directory 2014-11-04 12:48:23 +08:00
yodalee
1bbf0e9dca remove qtgui include in diagrams/diagramdialog 2014-11-04 12:29:32 +08:00
yodalee
1790c49f6f remove qtgui include in diagrams/marker 2014-11-04 12:29:30 +08:00
yodalee
369cab0e04 remove qtgui include in exportdialog 2014-11-04 11:45:28 +08:00
yodalee
fc4be09b22 remove qtgui include in qucs, syntax, schematic 2014-11-04 11:45:17 +08:00
Guilherme Brondani Torri
5c365fe6c3 Merge pull request #97 from yodalee/feature-remove-qt3-in-spicedialog
remove qt3 in component/spicedialog
2014-11-03 22:12:45 +01:00
Guilherme Brondani Torri
5be5a4dc03 Merge pull request #96 from yodalee/feature-clean-include-in-components
Feature clean include in components
2014-11-03 22:04:46 +01:00
yodalee
3b1d61a747 clean component 2014-11-04 01:57:26 +08:00
yodalee
304f0cc1d6 modify indent 2014-11-04 01:34:28 +08:00
yodalee
06e8ba92ad move QListBox to QListWidget 2014-11-04 01:19:16 +08:00
yodalee
e40fb84f9f move Q3layout to Qt4
Q3HBox->QHBoxLayout
Q3VBox->QVBoxLayout
Q3GridLayout->QGridLayout
2014-11-04 00:06:38 +08:00
yodalee
d5d05806e7 clean vacomponent 2014-11-03 22:33:56 +08:00
yodalee
7c3394ccd3 remove qt3to4
libcomp.cpp libcomp.h
optimizedialog.h
spicefile.h
subcircuit.cpp
verilogfile.cpp verilogfile.h
vhdlfile.cpp vhdlfile.h

except componentdialog and spicedialog
2014-11-03 22:29:20 +08:00
yodalee
54b975b378 remove HAVE_CONFIG in source 2014-11-03 22:24:36 +08:00
Guilherme Brondani Torri
8edc9ed3cd Merge pull request #95 from ra3xdh/saveas_to_recent
Added recently 'saved as' files to recent opened menu
2014-11-03 15:21:03 +01:00
Guilherme Brondani Torri
5884e7f55e Merge pull request #94 from yodalee/feature-remove-qt3-in-optimizedialog
Feature remove qt3 in optimizedialog
2014-11-03 15:20:13 +01:00
yodalee
e697d661b9 optimizedialog move GoalList to Qtablewidget 2014-11-03 21:19:14 +08:00
yodalee
9d4b2eec3d optimizedialog move VarList to QTableWidget 2014-11-03 21:19:14 +08:00
yodalee
fe3364c19b make optimizedialog layout, widget more clean 2014-11-03 21:19:14 +08:00