|
|
2e0bc524cc
|
update TODO list
|
2023-09-01 02:53:48 -04:00 |
|
|
|
b478888ede
|
move processing of completion to separate function
|
2023-09-01 02:52:26 -04:00 |
|
|
|
9690d2dc02
|
update formatting with clang-format
|
2023-09-01 02:45:20 -04:00 |
|
|
|
b6d10d1e20
|
implement command completion popup
|
2023-09-01 02:43:32 -04:00 |
|
|
|
156ab0b338
|
add reformat to context menu, formatting width may be changed in preferences
|
2023-08-31 23:25:30 -04:00 |
|
|
|
7a9aa7950c
|
add special case formatting for *_coeff commands
|
2023-08-31 21:58:39 -04:00 |
|
|
|
8ac45a8a02
|
reformat line when Tab key is pressed
|
2023-08-31 21:39:43 -04:00 |
|
|
|
7b5dfa2a3b
|
Merge pull request #3910 from akohlmey/add-slideshow
Add slideshow feature to LAMMPS GUI
|
2023-08-31 21:35:45 -04:00 |
|
|
|
9796317269
|
Merge pull request #3911 from taylor-a-barnes/mdi_fix
Fix bug in MDI energy
|
2023-08-31 18:09:21 -04:00 |
|
|
|
ca8722d14c
|
Fix bug in MDI energy
|
2023-08-31 16:27:23 -04:00 |
|
|
|
5d23d5d317
|
remove duplicates, move misplaced, and add missing keywords for syntax highlighting
|
2023-08-31 15:59:46 -04:00 |
|
|
|
c96d793fb6
|
update unit tests for change in read_restart
|
2023-08-31 04:45:23 -04:00 |
|
|
|
43d1d8c86b
|
make atom_modify map settings in restart file overridable
|
2023-08-30 23:51:25 -04:00 |
|
|
|
f77fec1e61
|
handle immediate variables and atom_modify keyword
|
2023-08-30 22:10:53 -04:00 |
|
|
|
0e9a402c5a
|
update TODO list
|
2023-08-30 16:19:28 -04:00 |
|
|
|
4b910d7812
|
complete rewrite of syntax highlighting with more consistency
|
2023-08-30 16:01:14 -04:00 |
|
|
|
2c92de2690
|
update preference dialog images
|
2023-08-30 09:07:23 -04:00 |
|
|
|
d474a511b6
|
update
|
2023-08-30 07:38:00 -04:00 |
|
|
|
b75b0ff3d5
|
sync naming of resulting archives with macOS
|
2023-08-30 07:37:53 -04:00 |
|
|
|
bfca91bbf0
|
layout tweak for macOS
|
2023-08-30 07:18:50 -04:00 |
|
|
|
34b26ffb74
|
final tweaks for macOS packaging
|
2023-08-30 07:04:15 -04:00 |
|
|
|
207cb5bb51
|
update LAMMPS GUI bundling for macOS
|
2023-08-30 06:42:56 -04:00 |
|
|
|
4f52a5e791
|
need to implement the same workaround for macOS as for ImageViewer class
|
2023-08-30 06:04:58 -04:00 |
|
|
|
8aee65b25c
|
update TODO list
|
2023-08-30 05:40:13 -04:00 |
|
|
|
3fd8e1dd7d
|
change table of hotkeys to use 6 columns instead of 8 for better reability
|
2023-08-30 04:53:55 -04:00 |
|
|
|
c2eafb874d
|
update docs for LAMMPS GUI v1.4
|
2023-08-30 04:38:11 -04:00 |
|
|
|
9fe266d4cd
|
make consistent
|
2023-08-30 04:30:33 -04:00 |
|
|
|
c432df0f91
|
set window icon consistently where possible
|
2023-08-30 04:15:13 -04:00 |
|
|
|
4ca5d7eec5
|
fix logic error
|
2023-08-30 03:58:56 -04:00 |
|
|
|
2aa8e10ae2
|
do not allow to zoom in beyond 80% of screen height or width
|
2023-08-30 03:54:13 -04:00 |
|
|
|
07efb5b015
|
don't add button to toggle slideshow window
|
2023-08-30 02:46:56 -04:00 |
|
|
|
9b065c0ac4
|
remove redundant "View" menu
|
2023-08-30 02:46:39 -04:00 |
|
|
|
9aa68442b6
|
complete implementation of slideshow window
|
2023-08-30 01:07:27 -04:00 |
|
|
|
ceadb04cf3
|
store the actual file name *after* it is written
|
2023-08-29 23:31:24 -04:00 |
|
|
|
a176ef4768
|
make consistent with write_dump
|
2023-08-29 20:07:35 -04:00 |
|
|
|
26ef4065da
|
add image_fname string for caching the last active dump image filename pattern
|
2023-08-29 19:22:56 -04:00 |
|
|
|
d0c1cfd292
|
simplify
|
2023-08-29 19:21:41 -04:00 |
|
|
|
8531e8138c
|
Use "Create Image" instead of "View Image" for launching the image viewer
|
2023-08-29 19:07:07 -04:00 |
|
|
|
514fec1b11
|
add non-functional slide show window to GUI
# Conflicts:
# tools/lammps-gui/CMakeLists.txt
# tools/lammps-gui/lammpsgui.cpp
# tools/lammps-gui/lammpsgui.qrc
# tools/lammps-gui/lammpsgui.ui
|
2023-08-29 18:45:04 -04:00 |
|
|
|
e83e9ab78b
|
Merge pull request #3904 from akohlmey/highlight-line
Add highlighting of current line in lammps-gui and tracking of line numbers in LAMMPS
|
2023-08-29 17:43:15 -04:00 |
|
|
|
432380c468
|
update
|
2023-08-29 16:54:51 -04:00 |
|
|
|
c8a611098e
|
add pointer to installation/download of LAMMPS GUI
|
2023-08-29 16:54:45 -04:00 |
|
|
|
21c0ec7e2c
|
Merge remote-tracking branch 'github/develop' into highlight-line
|
2023-08-29 16:28:15 -04:00 |
|
|
|
6bdf86056c
|
Merge pull request #3903 from akohlmey/collected_small_changes
Collected small changes and fixes
|
2023-08-29 16:26:41 -04:00 |
|
|
|
0cf0d11b03
|
whitespace
|
2023-08-28 21:30:55 -04:00 |
|
|
|
c71c4d0fcd
|
must have a verbatim block to include .. versionadded::
|
2023-08-28 21:19:04 -04:00 |
|
|
|
2c363043e3
|
update LAMMPS GUI Howto for version 1.3
|
2023-08-28 21:18:39 -04:00 |
|
|
|
976080ecf0
|
tweak layout of chart window by adding a spacer and a label
|
2023-08-28 20:50:06 -04:00 |
|
|
|
6c8e782289
|
Merge branch 'develop' into highlight-line
|
2023-08-28 17:46:06 -04:00 |
|
|
|
bed5d65e1b
|
Merge branch 'develop' into collected_small_changes
|
2023-08-28 17:45:13 -04:00 |
|