Commit Graph

19 Commits

Author SHA1 Message Date
1deefd3694 Fix warnings 2012-02-21 20:19:21 -05:00
b64c7dd87d Overhaul of add_db window, turn settings class into a singleton 2012-02-21 20:15:49 -05:00
80091147a1 Db File saving, fix settings class with explicit writes 2012-02-21 17:00:22 -05:00
3493e89d1c Added visibility keywords 2012-02-21 11:45:42 -05:00
4d50456c9c Correct function name, fix minor style issue. 2012-02-21 11:38:45 -05:00
3d8382149e Db driver improvements 2012-02-13 10:53:12 -05:00
bf0001ad7d Added get_system_tables function to db classes, added _manip subclasses to mysql and pgsql 2012-02-10 13:13:19 -05:00
5fbcd5fe04 Creating/Deleting SQLite tables works 2012-02-08 09:01:51 -05:00
48c2501f41 Added delete_table method to database manipulation classes 2012-02-07 20:50:25 -05:00
9ddab65bc0 Fixed create_database function signature, fixed typo in README 2012-02-07 16:23:41 -05:00
7a47906743 Fixed inheritance issue 2012-02-07 15:56:16 -05:00
377c319bd2 Created abstract base database manip class 2012-02-07 15:53:46 -05:00
4542d9f210 Added start of db view/manipulation interface 2012-02-07 10:31:54 -05:00
fb1e4e0a03 Removed re-declared PDO function 2012-02-06 17:39:53 -05:00
3bb8be3dba Removed duplicate db_pdo class 2012-02-06 17:29:13 -05:00
b0da1994f5 Adding DBs works
Well, adding the information. You have to close the program for the dbs
to update, and there's no way to connect yet...
2012-02-06 12:14:39 -05:00
69b8f446c4 Database connections now implemented with GtkListStore/GtkTreeView 2012-02-02 22:18:50 -05:00
120b526293 Load DB classes based on support
Reorganized db class loading, improvements to settings class.
2012-02-01 16:36:55 -05:00
d0c1810818 Various Updates
Added settings class, abstracted path, abstracted adding rows to db add
table in add_db.php
2012-02-01 10:51:06 -05:00