Álvaro González
07bd4e404d
qwen can use tests.
...
gui test is working.
2026-04-02 20:31:21 +02:00
Álvaro González
e49f6c3079
Code editor in formulaeditor
2026-03-21 13:54:24 +01:00
Álvaro González
02fd849484
import_from_text_screen.dart in its own file
2026-03-19 18:52:33 +01:00
Álvaro González
842ce6acc9
selectable output variable
2026-03-19 18:47:02 +01:00
Álvaro González
daebfeb385
Changed icons and other minor changes
2026-03-19 12:05:10 +01:00
Álvaro González
12d755d810
changing layout sizes
2026-03-19 11:30:36 +01:00
Álvaro González
3a5caece03
changing layout sizes
2026-03-19 11:25:59 +01:00
Álvaro González
5108b405e0
dart highlight
2026-03-17 19:30:15 +01:00
Álvaro González
26fc1bc519
better screen space, syntax highligthing
2026-03-17 19:15:06 +01:00
Álvaro González
d2bdf4a157
code is not full height, imported is not added to database
2026-03-17 16:04:11 +01:00
Álvaro González
9b470041f5
Missed files
2026-03-15 11:34:04 +01:00
Álvaro González
d2295acc3b
onImport by qwen
2026-03-15 11:31:53 +01:00
Álvaro González
42f556565b
Merge branch 'feature/derivable-formula-screen' of ssh://codeberg.org/alvarogonzalezsotillo/d4rt_formulas into feature/derivable-formula-screen
2026-03-11 09:56:34 +01:00
Álvaro González
577c2efcc8
Changed icon
2026-03-11 09:56:28 +01:00
Álvaro González
127f486cde
Simplify formula evaluation in FormulaScreen
2026-03-11 08:57:48 +01:00
Álvaro González
76d17f3a03
setState instead of pushReplacement
2026-03-11 08:36:54 +01:00
Álvaro González
0c00158c92
Derived of derived is again root formula
2026-03-10 19:12:27 +01:00
Álvaro González
2f8da74bee
Merge remote-tracking branch 'codeberg/feature/derivable-formula-screen' into feature/derivable-formula-screen
...
# Conflicts:
# lib/ai/formula_screen.dart
2026-03-10 19:07:00 +01:00
Álvaro González
8dda10d5da
Derived formula only from Formula
2026-03-10 19:04:25 +01:00
Álvaro González
72435341a9
better derived formula management
2026-03-10 18:15:07 +01:00
Álvaro González
e4f79ccab6
First step to derivedformula
2026-03-10 16:47:03 +01:00
Álvaro González
bf67dd2e34
Bad imports
2026-03-09 18:34:32 +01:00
Álvaro González
6f04921ef0
Preparing DerivedFormula evaluation
2026-03-09 18:32:39 +01:00
Álvaro González
0e46950338
Better subnet
2026-03-09 11:00:35 +01:00
Álvaro González
547a651106
Merge remote-tracking branch 'codeberg/master'
...
# Conflicts:
# lib/ai/formula_screen.dart
# lib/corpus.dart
2026-03-09 10:45:53 +01:00
Álvaro González
d3b228cbdb
Fixed problems when saving an updated formula (duplicates)
2026-03-09 10:40:02 +01:00
Álvaro González
ab90c4ddc6
Merge branch 'master' of ssh://codeberg.org/alvarogonzalezsotillo/d4rt_formulas
2026-03-08 20:18:30 +01:00
Álvaro González
6016776d98
Error tile
2026-03-08 20:17:49 +01:00
Álvaro González
1522a4143b
Solved saving on formula edit, but problem remain in initial formula list
2026-03-08 10:59:20 +01:00
Álvaro González
2b3fbffd48
D4rtEditingController in separate file
2026-03-07 18:08:07 +01:00
Álvaro González
22e5590c88
Merge branch 'master' of ssh://codeberg.org/alvarogonzalezsotillo/d4rt_formulas
2026-03-06 08:52:47 +01:00
Álvaro González
546966ccfa
The formula is updated when edited and saved
2026-03-06 08:52:23 +01:00
Álvaro González
0d20542825
Merge branch 'feature/save-edited-formulas'
2026-03-06 08:29:00 +01:00
Álvaro González
803b98d7ac
prettyPrint done
2026-03-04 19:09:48 +01:00
Álvaro González
aadfc9dac5
refactor shared formula
2026-03-01 11:03:13 +01:00
Álvaro González
23d8957377
refactor shared formula
2026-03-01 10:49:46 +01:00
Álvaro González
db83c6ecc2
saved formulas
2026-02-28 19:35:47 +01:00
Álvaro González
1ae1f9b6d7
Merge branch 'feature/more-copilot-formulas' of ssh://codeberg.org/alvarogonzalezsotillo/d4rt_formulas into feature/more-copilot-formulas
2026-02-28 14:24:16 +01:00
Álvaro González
4fb89fa78b
added shareplus
2026-02-28 14:22:18 +01:00
alvaro@a33
42d775ff5b
Better error handling of strings
2026-02-27 11:29:15 +01:00
Álvaro González
9c8afe739d
save formula, not tested
2026-02-26 21:49:32 +01:00
Álvaro González
77bea838f7
More formulas, added formula editor
2026-02-25 09:08:06 +01:00
Álvaro González
f5c9493360
updated markdown
2026-02-16 14:19:10 +01:00
Your Name
05fd37dd9a
Add share functionality and improve string escaping in FormulaElement.toStringLiteral
...
- Add share button to formula list with export functionality
- Implement proper escaping of special characters (\n, \t, \", etc.) in FormulaElement.toStringLiteral methods
- Create escapeD4rtString helper function for consistent escaping
- Update Formula, UnitSpec, and VariableSpec toStringLiteral methods to use escaping
- Add share_plus package dependency for sharing functionality
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-15 12:10:48 +01:00
Your Name
034f87945f
Initially collapsed description
2026-02-11 08:45:56 +01:00
Your Name
091dd9d4ec
Collapsable description
2026-02-09 17:10:47 +01:00
Your Name
77f62396e0
Error handling
2026-02-09 16:57:53 +01:00
Your Name
20a981ad9f
antes de drift
2026-02-07 16:16:00 +01:00
Your Name
f43d2bcce3
better witdh and price comparation formula
2026-02-07 12:39:26 +01:00
Álvaro González
1a076dff6c
Apgar ya funciona, no estoy muy contento con indexOf, variableAllowedValues y variableValues
2026-01-31 19:53:12 +01:00