|
|
90d1e4d45f
|
add code paths for all 8 tutorial wizards. only descriptive text is missing.
|
2024-12-27 15:42:36 -05:00 |
|
|
|
38500c647b
|
move cursor to end of log buffer before inserting new text
|
2024-10-14 09:41:45 -04:00 |
|
|
|
1c9daad657
|
change tutorial download URL to tutorial website
|
2024-10-13 21:57:17 -04:00 |
|
|
|
932eaf864a
|
must register variant for QList<QString> before using QSettings
|
2024-08-27 21:19:09 -04:00 |
|
|
|
99e5b06279
|
make plugin path canonical
|
2024-08-27 17:18:11 -04:00 |
|
|
|
c01585e8b2
|
revise plugin loading logic
|
2024-08-27 17:02:17 -04:00 |
|
|
|
4060de6a9c
|
make handling of plugin path and recent files more consistent
|
2024-08-27 14:27:39 -04:00 |
|
|
|
e19556263c
|
provide syntax highlighting color schemes for light and dark themes
|
2024-08-24 19:28:11 -04:00 |
|
|
|
1b3652583b
|
implement text search and replace functionality
|
2024-08-24 11:58:14 -04:00 |
|
|
|
ec0cdb8bdc
|
tweak background color settings
|
2024-08-24 02:11:18 -04:00 |
|
|
|
bc701c20f7
|
cleaning clipboard has no effect
|
2024-08-23 03:30:56 -04:00 |
|
|
|
2beda14b23
|
clear clipboard before exiting
|
2024-08-23 03:26:46 -04:00 |
|
|
|
a20997b7cd
|
regularize application startup. use Qt's command line parser support
|
2024-08-23 03:16:48 -04:00 |
|
|
|
2746ec609f
|
remove unused argument
|
2024-08-20 23:55:35 -04:00 |
|
|
|
bb2c8d8da0
|
propagate font choices
|
2024-08-13 03:42:41 -04:00 |
|
|
|
206302a8e1
|
more consistent font selections by avoiding QApplication
|
2024-08-13 03:21:32 -04:00 |
|
|
|
a5fe6543a7
|
check for errors of the geturl command and abort with message
|
2024-08-13 00:15:35 -04:00 |
|
|
|
f98568c350
|
add completer for extra/* arguments to read_data
|
2024-08-12 00:57:50 -04:00 |
|
|
|
accbd69c03
|
use more reliable conversion to const char *
|
2024-08-11 23:15:21 -04:00 |
|
|
|
9080d6bfed
|
add wizard for tutorial 2
|
2024-08-11 22:55:27 -04:00 |
|
|
|
c7f6d75856
|
add an "info" page to the wizard explaining the content of tutorial 1
|
2024-08-11 12:17:29 -04:00 |
|
|
|
cccb43bb9b
|
turn off CA verification as it fails on Windows
|
2024-08-11 12:17:06 -04:00 |
|
|
|
9163c40b7d
|
put the tutorial folders into the user's "Desktop" folder instead of home or application folder.
|
2024-08-11 12:16:46 -04:00 |
|
|
|
ccd77da836
|
integrate new tutorial logo
|
2024-08-11 09:31:09 -04:00 |
|
|
|
fedeeaef24
|
rework wizard for tutorial 1 to load manifest
|
2024-08-11 00:18:11 -04:00 |
|
|
|
f5b1ec668e
|
enforce using the same style wizard dialogs on all platforms
|
2024-08-09 22:41:24 -04:00 |
|
|
|
423cf977fa
|
wizard for tutorial 1 is almost complete
|
2024-08-09 18:30:24 -04:00 |
|
|
|
da26b69d8d
|
partial implementation of wizards to start tutorials
|
2024-08-07 22:44:10 -04:00 |
|
|
|
03bc0768cd
|
try to free resources allocated by inspecting restart files
|
2024-08-07 17:30:55 -04:00 |
|
|
|
323ecdd891
|
add confirmation dialog with warning when trying to inspect a large restart
|
2024-08-07 15:57:42 -04:00 |
|
|
|
69ac247088
|
generate data file from restart with "pair ij" flag
|
2024-08-06 06:18:20 -04:00 |
|
|
|
ea3fb32805
|
comm info is more distracting than useful
|
2024-08-05 23:11:38 -04:00 |
|
|
|
0216692698
|
add restart file inspector showing system info, data file, and snapshot image
|
2024-08-05 20:04:44 -04:00 |
|
|
|
d470919a44
|
implement auto-save on run and quit
|
2024-08-04 11:27:03 -04:00 |
|
|
|
081169b239
|
automatically switch between showing stable, release, latests doc pages
|
2024-08-03 14:35:37 -04:00 |
|
|
|
c6e03d2aa4
|
disable re-indent on return by default
|
2024-08-03 08:28:16 -04:00 |
|
|
|
4dfc15151a
|
cap the maximum number of threads used by default at 16
|
2024-08-03 08:26:54 -04:00 |
|
|
|
7c4b1bdc4a
|
update include files according to include-what-you-use testing
|
2024-07-29 01:18:08 -04:00 |
|
|
|
c8818a16c5
|
Add menu entries to open LAMMPS tutorial website
|
2024-07-25 22:14:06 -04:00 |
|
|
|
7dc0ace48f
|
file viewer can be called from File menu or context menu in editor if word under cursor is a file
|
2024-07-21 18:37:06 -04:00 |
|
|
|
1d1bf669f6
|
apply clang-format
|
2024-07-17 23:18:03 -04:00 |
|
|
|
c3272297fc
|
use LAMMPS-GUI consistenly (instead of LAMMPS GUI)
|
2024-07-17 23:01:15 -04:00 |
|
|
|
470b106d99
|
small tweaks for more consistency
|
2024-07-17 15:11:17 -04:00 |
|
|
|
615c1bb623
|
more compact and consistent window titles
|
2024-07-16 05:13:04 -04:00 |
|
|
|
1b5c42e1b7
|
add shortcut button for save buffer
|
2024-07-15 18:48:18 -04:00 |
|
|
|
1fe1aa0683
|
lower default update interval to 10ms
|
2024-07-15 10:28:22 -04:00 |
|
|
|
fb9a36c2f4
|
do not update the chart window when LAMMPS is not in a minimization or run
|
2024-07-13 19:12:46 -04:00 |
|
|
|
cefe76919c
|
make more use of auto and thus avoid having to specify the same type twice
|
2024-07-04 11:12:40 -04:00 |
|
|
|
4b0adcc66a
|
avoid segfaults when updating charts in simulations with fast thermo output
|
2024-06-13 08:34:25 -04:00 |
|
|
|
b6b8884bc6
|
clear data buffer when querying LAMMPS for info, check return values, use symbolic constant
|
2023-10-26 13:58:17 -04:00 |
|