Commit graph

132 commits

Author SHA1 Message Date
Ircama
5c8ee7a53c Revised doc 2024-08-08 02:36:40 +02:00
Ircama
73f7206bfd Revised documentation to support Linux 2024-08-08 02:32:03 +02:00
Ircama
ba1a59815d Revised comments 2024-08-07 08:53:47 +02:00
Ircama
c9beecf526 Refinements 2024-08-07 02:21:53 +02:00
Ircama
68550ab906 Refinements 2024-08-07 02:17:36 +02:00
Ircama
b4e892b6a5 Refinements 2024-08-07 02:04:04 +02:00
Ircama
24f67c239c Test windowed 2024-08-07 01:43:01 +02:00
Ircama
05fd86b76e Test zip 2024-08-07 01:37:32 +02:00
Ircama
7477ad0599 Return to production version of pyinstaller 2024-08-06 07:24:19 +02:00
Ircama
096e9487e4 Improvements 2024-08-06 07:13:49 +02:00
Ircama
4b3cdfc7e3 Bug fix 2024-08-01 01:08:37 +02:00
Ircama
f14cd91b8e Fix waste counter conversion for some printers 2024-07-31 07:35:20 +02:00
Ircama
54e9362422
Refinements 2024-07-30 19:39:40 +02:00
Ircama
c3a374893f
Update build.yml 2024-07-30 13:00:11 +02:00
Ircama
7dc0bd4932 Use hide_console='hide-early'
Windows only. In console-enabled executable, hide or minimize the console window if the program owns the
console window (i.e., was not launched from existing console window). Depending on the setting, the
console is hidden/mininized either early in the bootloader execution ('hide-early', 'minimize-early') or
late in the bootloader execution ('hide-late', 'minimize-late'). The early option takes place as soon as
the PKG archive is found. In onefile builds, the late option takes place after application has unpacked
itself and before it launches the child process. In onedir builds, the late option takes place before
starting the embedded python interpreter.

790d43f31c/PyInstaller/building/api.py (L386)
2024-07-30 08:26:45 +02:00
Ircama
db0611c09e Use hide_console option 2024-07-30 08:17:43 +02:00
Ircama
069bcf8387 Use console mode 2024-07-30 08:09:01 +02:00
Ircama
0f91709741 Revised build file 2024-07-30 01:26:15 +02:00
Ircama
4dff0ac657 Refinements 2024-07-30 01:18:02 +02:00
Ircama
3def70e87a Revised buid procedure 2024-07-30 00:57:02 +02:00
Ircama
a6184c415f Add changelog 2024-07-29 21:25:49 +02:00
Ircama
47d41da010 Refinements 2024-07-29 21:03:03 +02:00
Ircama
24010451ad Latest pyinstaller dev branch with Python 3.11 2024-07-29 13:15:29 +02:00
Ircama
d67f526fea Update windows Version 2024-07-29 12:08:45 +02:00
Ircama
b20c5c4b2e Fix path in release 2024-07-29 11:30:38 +02:00
Ircama
c9b9efc991 Fix release 2024-07-29 11:29:55 +02:00
Ircama
28f381deb7 Add epson_print_conf.spec 2024-07-29 11:14:59 +02:00
Ircama
53ac3f6515 Fix build 2024-07-29 11:10:12 +02:00
Ircama
35473d5157 Fix build workflow 2024-07-29 11:07:29 +02:00
Ircama
3439699762 Add build workflow 2024-07-29 11:03:58 +02:00
Ircama
67e023bb28 Consolidated GUI 2024-07-29 03:29:30 +02:00
Ircama
ea967238ef Revised README 2024-07-28 19:17:22 +02:00
Ircama
ee875e3d41 Refinements 2024-07-28 19:15:10 +02:00
Ircama
6c5a631d97 UI refinements 2024-07-27 16:36:43 +02:00
Ircama
eac2b41375 UI improvements 2024-07-27 13:53:03 +02:00
Ircama
b0709705d4 Improved printer detection in GUI 2024-07-27 04:01:38 +02:00
Ircama
1ed4e93553 Add tree view to printer status UI 2024-07-25 22:08:05 +02:00
Ircama
a4d08e0721 Updated README to reflect @sshsphere contribution 2024-07-20 14:05:03 +02:00
Mareks
befa212a4f
Add user interface (#6)
- Add user interface
- Add L386
- Fix pysnmp for newer python versions
- Add requirements.txt
- Add printer discovery script
- Add UI script
- Fix ping opening window in pyinstaller exe
- remove scapy from requirements.txt
- improve comment formatting
- scan all local ips
- Fix power off timer write function
- Update L386 config
2024-07-20 13:40:38 +02:00
Ircama
1237c71ab8 Added L3060 printer 2024-07-09 10:33:17 +02:00
Ircama
332a6967a6 Fix formatting of trailing comma with black 2024-07-08 09:53:38 +02:00
Ircama
f7d9e305d8 Improvement of printer definitions 2024-07-08 00:14:54 +02:00
Ircama
bd4581b951 Improved documentation 2024-07-07 15:43:14 +02:00
Ircama
64d7a915c2 Refinements 2024-07-07 15:36:36 +02:00
Ircama
fcd0c41076 Revised documentation 2024-07-07 15:23:10 +02:00
Ircama
de4a642539 Refinements 2024-07-07 15:21:39 +02:00
Ircama
65b9cb5501 Add ET-2750, ET-2751, ET-2756 printers 2024-07-07 02:45:00 +02:00
Ircama
704dd695d5 Added parse_devices.py and related documentation 2024-07-07 02:31:32 +02:00
Ircama
2d8e810f1f Quick update on a printer (thanks to discussions!) 2024-06-30 17:51:23 +02:00
Ircama
de3cebca7b ET-2714 support
fixes https://github.com/Ircama/epson_print_conf/issues/2
2024-06-14 13:33:43 +02:00