Skip to content

Commit

Permalink
v1.0.1b - Fixed Windows 10 compatibility
Browse files Browse the repository at this point in the history
Made minimal updates to allow application to be
rebuilt in Windows 10 using the latest versions of
Qt (5.5.0) and Qwt (6.1.2).
  • Loading branch information
jpgill86 committed Aug 30, 2015
1 parent 2582071 commit 6cbc680
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/atom.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* atom.c
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/atom.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* atom.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/ctrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* GUI control panel
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/ctrl.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ctrl.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
6 changes: 3 additions & 3 deletions src/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* The main application GUI.
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down Expand Up @@ -412,8 +412,8 @@ NernstGUI::about()
QMessageBox::about( this, "About Nernst Potential Simulator",
"<h3>About Nernst Potential Simulator</h3><br>"
"<br>"
"Version 1.0.1<br>"
"Copyright &copy; 2008 "
"Version 1.0.1b<br>"
"Copyright &copy; 2015 "
"Jeffrey Gill, Barry Rountree, Kendrick Shaw, "
"Catherine Kehl, Jocelyn Eckert, "
"and Dr. Hillel J. Chiel.<br>"
Expand Down
2 changes: 1 addition & 1 deletion src/gui.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* gui.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* main.cpp
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
6 changes: 3 additions & 3 deletions src/options.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* options.c
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down Expand Up @@ -57,10 +57,10 @@ char
*version[] =
{
"Nernst potential simulator.",
"(C) 2008 Jeffrey Gill, Barry Rountree, Kendrick Shaw, Catherine Kehl,",
"(C) 2015 Jeffrey Gill, Barry Rountree, Kendrick Shaw, Catherine Kehl,",
" Jocelyn Eckert, and Dr. Hillel J. Chiel",
"",
"Version 1.0.1",
"Version 1.0.1b",
"Released under the GPL version 3 or any later version.",
"This is free software; see the source for copying conditions. There is NO",
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.",
Expand Down
2 changes: 1 addition & 1 deletion src/options.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* options.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/paint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* GUI visualization
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/paint.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* paint.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/sim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* The engine of the simulation without GUI support.
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/sim.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* sim.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* The GUI's status bar.
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/status.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* status.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* util.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/world.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* world.c
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/world.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* world.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/xsim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* The engine of the simulation with GUI support.
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down
2 changes: 1 addition & 1 deletion src/xsim.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* xsim.h
*
*
* Copyright (c) 2008, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Copyright (c) 2015, Jeffrey Gill, Barry Rountree, Kendrick Shaw,
* Catherine Kehl, Jocelyn Eckert, and Dr. Hillel J. Chiel
*
* This file is part of Nernst Potential Simulator.
Expand Down

0 comments on commit 6cbc680

Please sign in to comment.