lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed import problems when opening firmware update dialog.
revamp
2018-02-14, Edouard Tisserant
64f694a377b3
Disabled 'Show' command. Composer issues it at the begining, so it makes no sense anyhow.
revamp
2018-02-14, Edouard Tisserant
b637767a4bc5
#2602 remove code using config to deal with transient informations
revamp
2018-02-13, Edouard Tisserant
0ab9ea0bc3b8
Fixed closing of IDE frame leading to exception.
revamp
2018-02-13, Edouard Tisserant
14b468ab23c2
Fixed xEye export
revamp
2018-02-13, Edouard Tisserant
d1c8a008e121
Many small fixes. Mostly typos and forgotten things while splitting LPCManager.py. Reached a point where LPCManager starts again when launched from batch script. Matches with beremiz changeset 7e6b03251bfe.
revamp
2018-02-13, Edouard Tisserant
5748975e2d44
LPCProjectController's variant of LoadProject now cares about code re-use.
revamp
2018-02-12, Edouard Tisserant
334fec6af85a
cosmetic changes, comments
revamp
2018-02-12, Edouard Tisserant
d0169d647798
Cleanup _Build, save before build and use new Beremiz class' RefreshAfterSave()
revamp
2018-02-07, Edouard Tisserant
3b1490f9f0a2
Moved _Transfer customization (ask stop before transfer) to Beremiz.
revamp
2018-02-07, Edouard Tisserant
1a849478ef76
#2591 Removed _Clean in Controller, apparently related to HMI, and broken for 'normal' cleaning purpose. To be re-implemented in HMI repository.
revamp
2018-02-07, Edouard Tisserant
a20dbb80016b
fixed typo
revamp
2018-02-07, Edouard Tisserant
246146849e33
Stripped MC8 and SIMULATION things away from controller.
revamp
2018-02-07, Edouard Tisserant
32b2020010ba
Changes LPCManager way to add its own CTN type to the ona available. Now uses features.catalog.
revamp
2018-02-07, Edouard Tisserant
46f704ced4e7
MC8 ProjectController backup
revamp
2018-02-07, Edouard Tisserant
4cc2bebba9d7
removed PLCController _run customization, apparently useless now.
revamp
2018-02-07, Edouard Tisserant
92ffba1a2c67
#2588 removed debug thread mess
revamp
2018-02-07, Edouard Tisserant
70b165fd1a0f
#2585 removed useless PythonFileCTNMixin CTNGenerate_C override, after in depth compare to the original - why such bloat ?
revamp
2018-02-06, Edouard Tisserant
85e4c2ce2b71
#2575 why did we need to overload ProjectProperties panel ?
revamp
2018-02-06, Edouard Tisserant
1d7bf86274cc
#2579 GenerateProjectTreeBranch was overriden for what reason exactly ??? - stripped
revamp
2018-02-06, Edouard Tisserant
9334ed6090df
#2569 removed python files search hack, to be re-implemented on beremiz side as a general CTN search capability
revamp
2018-02-06, Edouard Tisserant
312aab2b1d50
#2566 stripped wrong way to hook dialog to grid cell - use cell editor instead
revamp
2018-02-06, Edouard Tisserant
0366569f233d
#2565 Removed dangerous optimization
revamp
2018-02-06, Edouard Tisserant
9b18df89c4c1
Stripped dead code
revamp
2018-02-06, Edouard Tisserant
d51ae06df2e3
Moved forgotten imports
revamp
2018-02-06, Edouard Tisserant
8aeae7fe33da
LPCArch
revamp
2018-02-05, Edouard Tisserant
4c317d315093
Moved CanFestival plugin customization code to LPCCanFestival.py
revamp
2018-02-05, Edouard Tisserant
163b46d0412b
Moved command evaluator code to LPCCommand.py.
revamp
2018-02-05, Edouard Tisserant
2faf6a91e2d8
Removed BMZ_DBG __builtin__ variable, the one set by presence of LPC_DEBUG file. Now use BEREMIZ_DEBUG file detected by launcher to get debug output window.
revamp
2018-02-05, Edouard Tisserant
a5bf111fe358
Moving more imports to where thy should be.
revamp
2018-02-05, Edouard Tisserant
3731d5792801
Moved connectors, targets and toolchain customizations to LPCExtension.py
revamp
2018-02-05, Edouard Tisserant
1d0ab360af8a
Finished moving library customization to LPCExtension
revamp
2018-02-05, Edouard Tisserant
ce13540e7e69
Moved LPCLibrary.py -> LPCExtension.py
revamp
2018-02-05, Edouard Tisserant
949d52a4a155
Moving imports to the right module, stripping some dead code.
revamp
2018-02-05, Edouard Tisserant
9780486de8d8
Moving code out of LPCManager, using hg copy, therefore cropping overlapping code.
revamp
2018-02-05, Edouard Tisserant
486ac5df99ae
Added .hgignore
revamp
2018-02-05, Edouard Tisserant
1bcb42bc5783
Moved StdouPseudoFile out of LPCManager.py
revamp
2018-02-05, Edouard Tisserant
0c4758cbaa5d
Added LPCLibrary.py
revamp
2018-02-05, Edouard Tisserant
37a540b68d3b
Started splitting LPCManager.py, and implement LPCManager's Launcher, based on Beremir IDE launcher class.
revamp
2018-02-02, Edouard Tisserant
2451e9f90bac
Removed Spyware (sentry.io)
2018-01-30, Edouard Tisserant
a7669138416f
More non-working SplashScreen code removal.
2018-01-30, Edouard Tisserant
2a141a3cf524
using blinker just for one single callback... maybe was that a bit overkill ?
2018-01-30, Edouard Tisserant
4a26b89c1446
Arch is no more optional argument, and fixed regression from before last commit
2018-01-29, Edouard Tisserant
34ba88bf42e5
Fixes some strange undefined error caused by some borderline lambda method declaration in some class...
2018-01-29, Edouard Tisserant
261abdd9d14f
removed unneeded __name__ == '__main__' condition, and unidented corresponding code. Added some comments.
2018-01-29, Edouard Tisserant
a57a5267f11a
WIP reworked imports and declarations at head of LPCManager.py
2018-01-29, Edouard Tisserant
c059320c8bbb
#2538 removed dangerous and unmaintainable code
2018-01-29, Edouard Tisserant
169d6c59873d
#2539 removed dangerous and unmaintainable code
2018-01-29, Edouard Tisserant
80122593c8c3
Issue #2537 : stripped faulty code.
2018-01-26, Edouard Tisserant
c8e3d9ab06a6
Threads are not for kids. Backed out changeset ffb9a4cec11a.
2018-01-26, Edouard Tisserant
2add17ad71f9
Changed toolchain Cflags parameter in XSD :
2018-01-19, Edouard Tisserant
7bfd512ed448
Removed incompatible crap, still a lot left. Now runs when launched from test .bat file.
2018-01-19, Edouard Tisserant
0496448c9702
Removed apparently dead code. What was that TARGET_UPDATE_SCRIPT defined for ?
2018-01-18, Edouard Tisserant
0eb1016b8699
update tags
2018-01-17, convert-repo
dc78a6be5c98
Renaming back to orign name. Refs #2390
2017-12-15, dporopat
002df60d7b8a
Renaming name of item in tree. Refs #2390
2017-12-04, dporopat
bcf66b67f4f7
Backout changeset 3c485407dec4a716f9bafd8d97668f2ed2cf567f
2017-11-22, dgaberscek
c2bcc85c6df3
Fixed bug when merging with russians.
2017-11-22, dgaberscek
3c485407dec4
Fixed buzzer block bug. Sometimes buzzer stayed on even after input value was set to False.
2017-11-20, dgaberscek
6222e3102a8d
Added modbus support in LPCManager.
2017-11-15, agregorcic
ffb8a956585e