|
|
cadc45d41d
|
implement quick help dialog
|
2023-07-31 01:01:00 -04:00 |
|
|
|
75254bf305
|
simplify. only look for Qt5 at the moment.
|
2023-07-31 01:00:36 -04:00 |
|
|
|
72ea2673dd
|
update LAMMPS manual and README file
|
2023-07-31 00:07:32 -04:00 |
|
|
|
6d58910c5c
|
Add new VS configuration for compiling LAMMPS GUI
|
2023-07-30 20:56:45 -04:00 |
|
|
|
e899a07b4c
|
Show current working directory and share space with progress bar. Show/hide the other.
|
2023-07-30 20:39:48 -04:00 |
|
|
|
c95bf2c14b
|
add image viewer dialog for write_dump image output, help can open link to manual
|
2023-07-30 19:23:42 -04:00 |
|
|
|
1c8b9e9467
|
Windos portability
|
2023-07-30 15:54:06 -04:00 |
|
|
|
2eca0f2634
|
Merge branch 'lammps-gui' of github.com:akohlmey/lammps into lammps-gui
|
2023-07-30 13:35:36 -04:00 |
|
|
|
93b2f24841
|
update installer background image
|
2023-07-30 13:35:08 -04:00 |
|
|
|
12fee35d78
|
fix bugs and typos
|
2023-07-30 13:32:46 -04:00 |
|
|
|
9e5dcfcf78
|
update for packaging a .dmg file w/o CPack (untested)
|
2023-07-30 13:10:11 -04:00 |
|
|
|
080d868e40
|
mention setting QT_FONT_DPI in README file since it has no effect in the binary
|
2023-07-30 11:50:00 -04:00 |
|
|
|
ac9163447c
|
minor layout and behavior tweaks
|
2023-07-30 07:23:32 -04:00 |
|
|
|
05c8d260d9
|
use OpenMP with maximum number of threads by default
we still honor OMP_NUM_THREADS, if present.
|
2023-07-30 02:43:00 -04:00 |
|
|
|
e23176d633
|
no more rpath fixing needed. add icon to disk image
|
2023-07-30 02:41:35 -04:00 |
|
|
|
b3766384c3
|
fixup rpath for lmp executable so it can find libomp
|
2023-07-30 00:54:08 -04:00 |
|
|
|
2d6ae69048
|
include updates from @rbberger
|
2023-07-30 00:11:40 -04:00 |
|
|
|
81790e1c44
|
update DMG installer background image with instructions
|
2023-07-29 21:27:36 -04:00 |
|
|
|
a2503711d0
|
Merge branch 'lammps-gui' of github.com:akohlmey/lammps into lammps-gui
# Conflicts:
# tools/lammps-gui/lammpsgui.cpp
|
2023-07-29 21:11:38 -04:00 |
|
|
|
d9f4ce04af
|
integrate packaging related changes, build script for GUI
|
2023-07-29 21:03:24 -04:00 |
|
|
|
62ec8e744a
|
WIP on preferences dialog
|
2023-07-29 13:40:36 -04:00 |
|
|
|
cb5470ece3
|
add dialog checking whether to discard changes in a modified buffer
|
2023-07-28 07:36:25 -04:00 |
|
|
|
bb96707ec8
|
add support for "modified" indicator to window title
|
2023-07-28 07:12:21 -04:00 |
|
|
|
c1d690d190
|
implement drag-n-drop for files
|
2023-07-28 05:04:19 -04:00 |
|
|
|
7a9694b849
|
update TODO file
|
2023-07-28 01:15:03 -04:00 |
|
|
|
2da71bd2d6
|
improve cmake settings for creating an app bundle
|
2023-07-28 01:04:34 -04:00 |
|
|
|
e6e5be4477
|
move initialization of plugin before opening input
This way we can load the shared library from the current folder
since the file opening may switch working directory.
|
2023-07-27 12:08:48 -04:00 |
|
|
|
034b7458bc
|
add dummy help menu button
|
2023-07-27 11:53:23 -04:00 |
|
|
|
f170d8a56d
|
update todo list
|
2023-07-27 09:13:04 -04:00 |
|
|
|
2644c064e1
|
update version number and "about info" to also show whether LAMMPS was loaded dynamically
|
2023-07-27 09:09:06 -04:00 |
|
|
|
dd25bac428
|
fix typo in plugin interface API
|
2023-07-27 08:20:02 -04:00 |
|
|
|
a2657c67dd
|
fix typo
|
2023-07-27 04:47:45 -04:00 |
|
|
|
1697d1edf6
|
embed font and icon and make use of them
|
2023-07-27 04:41:50 -04:00 |
|
|
|
056c60839c
|
portability to macOS
|
2023-07-27 04:07:03 -04:00 |
|
|
|
f81ee57c97
|
add button to stop a run via lammps_force_timeout()
|
2023-07-27 03:21:34 -04:00 |
|
|
|
da0669d988
|
implement running LAMMPS asynchonously in a separate thread
|
2023-07-27 02:56:07 -04:00 |
|
|
|
a62d1be3e6
|
add icons to menu bar
|
2023-07-26 22:39:09 -04:00 |
|
|
|
f3e54cada1
|
small layout tweaks
|
2023-07-26 18:54:24 -04:00 |
|
|
|
1698587a40
|
add a readme file
|
2023-07-26 18:25:25 -04:00 |
|
|
|
e0ed11a053
|
add option to load LAMMPS library dynamically at runtime as plugin
|
2023-07-26 18:25:13 -04:00 |
|
|
|
0120c7b8b7
|
add permanent text field for status to status bar
|
2023-07-26 08:43:55 -04:00 |
|
|
|
3287d79e9d
|
tweak/correct highlighting
|
2023-07-26 08:43:26 -04:00 |
|
|
|
cde3328927
|
update todo list
|
2023-07-26 08:42:08 -04:00 |
|
|
|
c96e4d59da
|
print more config info in about dialog
|
2023-07-26 02:33:50 -04:00 |
|
|
|
89b92e8b13
|
make "warning" boxes on errors "critical"
|
2023-07-26 02:33:32 -04:00 |
|
|
|
e6dc5822c3
|
more flexible font search
|
2023-07-26 02:33:06 -04:00 |
|
|
|
984a311dce
|
make compatible with windows cross-compiler
|
2023-07-26 01:29:30 -04:00 |
|
|
|
e548c0bde6
|
add todo list
|
2023-07-25 23:39:29 -04:00 |
|
|
|
e4dde8ebd4
|
fix shortcut implementation for log windows
|
2023-07-25 23:15:19 -04:00 |
|
|
|
6e0aaab973
|
first stab at LAMMPS input file syntax highlighting
|
2023-07-25 21:35:38 -04:00 |
|