[root]/OMEdit/OMEditGUI/Resources/css
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 426 (100.0%) | 10.6 |
adeas31 | 29 (72.5%) | 191 (44.8%) | 6.5 |
sjoelund.se | 3 (7.5%) | 159 (37.3%) | 53.0 |
syeas460 | 8 (20.0%) | 76 (17.8%) | 9.5 |
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
1 lines of code changed in 1 file:
- more fixes for tree branches.
3 lines of code changed in 1 file:
- Fixed display of tree branches.
24 lines of code changed in 1 file:
#2540, #2778
+ Added a new tree like structure for simulation output. The old text based also exists. The user can switch between them via Options->Simulation->Output.
+ Added a incremental xml reader for simulation output.
+ Fixed the display of multi line messages. Now uses the word wrap at word boundaries. The text is also automatically wrapped when the item is resized.
+ Rewrite the Messages Browse to use model/view architecture. Is required to successfully utilize the word wrap feature for error messages.
42 lines of code changed in 1 file:
#2183
+ Updated almost all icons from PNGs to SVGs.
+ The toolbar icon size can be changed via settings.
+ The library icon size can be changed via settings.
2 lines of code changed in 1 file:
- Enable/disable the input field of the parameter based on dialog annotation.
3 lines of code changed in 1 file:
- Merged the debugger branch with the trunk.
- Generate the GDB parser make files.
2 lines of code changed in 1 file:
- Only draw tree branches if that particular styles class is specified.
15 lines of code changed in 1 file:
- Removed duplicate code. Moved the implementation to parent class.
1 lines of code changed in 1 file:
- More better & robust implementation for elidable QLabel.
1 lines of code changed in 1 file:
- Added a Label with elide feature.
1 lines of code changed in 1 file:
+ Make TransformationsWidget an independent window.
+ Show both variables & equations in one place.
+ Group the variables.
+ Allow searching in the variables.
+ Allow sorting equations by number.
+ Created a new source editor to display the actual model text. Read it from file so we don't have line number issues.
- Removed the types list. (not very important).
- Filtered out the $PRE variables.
6 lines of code changed in 1 file:
- Added the transformations browser.
- Displays the information read from the model_info.xml structures via MyHandler.
23 lines of code changed in 1 file:
- Allow the users to modify the parameters and re-simuate the models without re-compiling them.
25 lines of code changed in 1 file:
Inherited Parameters
- Show a dotted bottom border.
- Display the inherited class name in the tool tip.
2 lines of code changed in 1 file:
Merged from /branches/OMEdit into /trunk/OMEdit
80 lines of code changed in 1 file:
Trim trailing whitespace
78 lines of code changed in 1 file:
- fixed documentation widget scrolling and text clipping.
- models popping out of packages fixed.
- some other minor fixes.
4 lines of code changed in 1 file:
- horizontal scroll bars for tree views
- removed an extra progressbar during simulation.
7 lines of code changed in 1 file:
- OMEdit improvements.
4 lines of code changed in 1 file:
- Major change.
- Uses getMessagesStringInternal() instead of getErrorString().
- Uses buildModel() instead of simulate(). Now one can cancel simulation as well.
1 lines of code changed in 1 file:
- Changed QTextEdit to QPlainTextEdit. QTextEdit is evil.
- Line numbers added to ModelicaEditor.
- On ModelicaEditor Press Ctrl+L to open up line number dialog.
- Highlighting the current line.
1 lines of code changed in 1 file:
- Interface for adding libraries
- Some documentation of the code.
- Changed all buttons pressed signal to clicked. Pressed signal is bit weird.
4 lines of code changed in 1 file:
- hide welcome page on library item show up.
- plot window layout updates.
0 lines of code changed in 1 file:
- more style updates.
1 lines of code changed in 1 file:
- minor style updates.
6 lines of code changed in 1 file:
Fixed some MAC bugs,
- Mainwindow's splitters handle width is adjusted.
- Tabs margins are fixed.
- Library expanding, dragging and double clicking issue is fixed.
4 lines of code changed in 1 file:
- Automatic resizing of graphics view.
- Fixed the image path for Modelica documentation since the Modelica Library path is now changed.
- some other minor changes.
0 lines of code changed in 1 file:
- some more updates
- fixed zooming and sizing issue of plotting.
1 lines of code changed in 1 file:
- Some updates in OMEdit icon editor.
- OMEdit now uses new integrated plotting.
- changed the OMPlot tool so that it uses setRawdata (finally).
- New function to get color for plot curves. for 10 curves it uses the predefined colors for curves more than 10 it uses the hsv scale.
1 lines of code changed in 1 file:
- Integration with OMNotebook.
- Interactive Simulation. (untested)
- updated OMEdit version to 1.7.0
- Lots of other updates.
4 lines of code changed in 1 file:
- Fixed the text annotation resize problem. Although still requires some improvement.
3 lines of code changed in 1 file:
- Changed the font of Modelica Text View to default system font.
- Incresed the font size to 10 from 8.
- Created tabs in messages window and also allow user to copy from it.
- search dialog closes with ESC key.
3 lines of code changed in 1 file:
Added the search functionality in Modelica Text View
8 lines of code changed in 1 file:
Added the support for user defined shapes.
Removed the QtSvgdll as it is not needed anymore.
Caching the OMC commands so that library browsing become more faster.
More enhanced library icons.
1 lines of code changed in 1 file:
Added the basic syntax highlighting code.
0 lines of code changed in 1 file:
Added the component attributes widget.
Updated the Modelica Documentation view.
Added the status bar to project tab.
18 lines of code changed in 1 file:
Referenced the new images in the qss file
6 lines of code changed in 1 file:
Added the Inheritance Annotation in Icon Shapes.
Added the code for connecting components.
Updated the stylesheet for QTreeWidget.
23 lines of code changed in 1 file:
First revision of OMEdit. OMC Corba communication is done. Annotations is done partially. Splash Screen is added.
17 lines of code changed in 1 file: