]> Shamusworld >> Repos - schematic/log
schematic
11 years agoMove DB access to NoteDialog class, new AlertDialog class. master
Shamus Hammons [Thu, 13 Dec 2012 21:41:48 +0000 (15:41 -0600)]
Move DB access to NoteDialog class, new AlertDialog class.

11 years agoAdded some documentation. Will need to fill out later.
Shamus Hammons [Sat, 8 Dec 2012 03:23:25 +0000 (21:23 -0600)]
Added some documentation. Will need to fill out later.

11 years agoFix to show user's notes when they log in.
Shamus Hammons [Wed, 5 Dec 2012 19:19:37 +0000 (13:19 -0600)]
Fix to show user's notes when they log in.

11 years agoAdded Note capability.
Shamus Hammons [Wed, 5 Dec 2012 17:35:03 +0000 (11:35 -0600)]
Added Note capability.

11 years agoHooked up buttons to implementation functions.
Shamus Hammons [Wed, 5 Dec 2012 15:48:40 +0000 (09:48 -0600)]
Hooked up buttons to implementation functions.

Buttons will now launch a message box to remind the programmer to actually
write code that does something. :-)

11 years agoAdded some basic functionality to the program.
Shamus Hammons [Mon, 3 Dec 2012 03:30:41 +0000 (21:30 -0600)]
Added some basic functionality to the program.

Changes include: Being able to add a vendor, layout tweaks to the main
window, vendor browsing, and probably a bunch of other stuff that I
don't remember. So let this be a lesson to you: commit often, and
be sure to document those changesets!

11 years agoMinor tweaks to ODBC connection string to work better on win32.
Shamus Hammons [Wed, 3 Oct 2012 16:14:40 +0000 (11:14 -0500)]
Minor tweaks to ODBC connection string to work better on win32.

11 years agoAdded error messages to SQL Connection dialog.
Shamus Hammons [Wed, 3 Oct 2012 15:18:48 +0000 (10:18 -0500)]
Added error messages to SQL Connection dialog.

11 years agoFixed password obscuration on wrong field.
Shamus Hammons [Wed, 3 Oct 2012 15:07:51 +0000 (10:07 -0500)]
Fixed password obscuration on wrong field.

11 years agoSwitched to ODBC driver for connections to MySQL database
Shamus Hammons [Wed, 3 Oct 2012 14:38:31 +0000 (09:38 -0500)]
Switched to ODBC driver for connections to MySQL database

I switched the driver from MySQL to ODBC because MXE doesn't support the
MySQL driver in the QtSql module. We would have had to change this
anyway, as we'll need to support connections to the ExactMax database.

11 years agoAdded new classes, lots of new functionality.
Shamus Hammons [Thu, 27 Sep 2012 23:36:04 +0000 (18:36 -0500)]
Added new classes, lots of new functionality.

11 years agoAdded a bunch of new functionality
Shamus Hammons [Fri, 21 Sep 2012 18:29:21 +0000 (13:29 -0500)]
Added a bunch of new functionality

Added Vendor Class dialog, New Vendor dialog, some new UI files, and an
SQL configuration dialog for the case where it hasn't been configured
or misconfigured. Also new main icon.

11 years agoInitial commit.
Shamus Hammons [Wed, 19 Sep 2012 03:31:53 +0000 (22:31 -0500)]
Initial commit.