1
Fork 0
Commit Graph

427 Commits

Author SHA1 Message Date
Jake Howard ef38c3678c added icons and files 2014-08-02 10:50:46 +01:00
Jake Howard b9dbfe96fa split the initProgram function 2014-08-02 10:48:14 +01:00
Jake Howard 213b4eb226 added function to run on form close, and added comment for the population of the device tab 2014-08-02 10:46:28 +01:00
Jake Howard 07d394c519 i'm not actually sure 2014-08-02 10:45:29 +01:00
Jake Howard 5cbb4c35a6 added 2 files 2014-08-02 10:43:54 +01:00
Jake Howard 50ae693586 Added program icon to resource file 2014-08-02 10:43:36 +01:00
Jake Howard daf129ab9d added setup to outside mainwindow, so it can happen without displaying it. 2014-08-02 10:42:30 +01:00
Jake Howard 26ab54cd63 removed startup commands ready for redesign, put adding to list view into try, incase 2 drives are removed at once. Changed around devicetab visibility, and juggled around some more code to remove some of the bugs. 2014-08-01 22:14:26 +01:00
Jake Howard fb7e3d993f added a few controls to ribbon bar, and, im not sure what else. 2014-08-01 22:11:36 +01:00
Jake Howard 7d901a1922 added a little to the list 2014-08-01 22:09:52 +01:00
Jake Howard fbba41b85a Added more images to media file, added them all into VS resources file 2014-07-31 15:35:01 +01:00
Jake Howard eb32545059 changed function and access modifiers 2014-07-31 15:34:24 +01:00
Jake Howard 281fdd87f0 Removed try blocks, added length check to drive label display, added percentage to capacity bar, and changed access modifiers 2014-07-31 15:34:00 +01:00
Jake Howard c726c09d76 updated icons 2014-07-31 15:32:37 +01:00
Jake Howard 2f0e303bff updated access modifiers 2014-07-31 15:32:08 +01:00
Jake Howard 3167738dae updated image to link to resource 2014-07-31 15:30:56 +01:00
Jake Howard a4c16f5d80 added resources 2014-07-31 15:29:38 +01:00
Jake Howard c86f1decbf Added contents of media folder into resources 2014-07-31 15:29:14 +01:00
Jake Howard e780ad5a68 removed image that isnt used anymore in the program 2014-07-31 15:28:06 +01:00
Jake Howard df6a29fac6 removed 'this' from parameters. Caused it to mess up else 2014-07-30 22:32:55 +01:00
Jake Howard d493438c65 removed return failsafe. (I just wont call the function from now on) 2014-07-30 22:32:18 +01:00
Jake Howard 538ed2d271 added timers for threading to UI 2014-07-30 22:31:41 +01:00
Jake Howard ad317ed6f2 added functions for getting type of drive, getting the number of drives connected, and calculating the percentage of space free 2014-07-30 22:31:21 +01:00
Jake Howard ed5efb9bc0 Added code to update drive details and optimised list selection 2014-07-30 22:30:23 +01:00
Jake Howard eab31d3e69 Renamed a load of controls 2014-07-30 22:29:25 +01:00
Jake Howard 9cc3f527bd Added files to resources 2014-07-30 22:28:46 +01:00
Jake Howard 071d9eef9f Added images to resources file to allow them to be used in the program 2014-07-30 22:27:57 +01:00
Jake Howard b01a563dae added images to files for use in program. Mainly images for drive types 2014-07-30 22:27:06 +01:00
Jake Howard f50f74e554 Added more validation on selecting drive from list, and displaying tab when selected 2014-07-27 21:03:06 +01:00
Jake Howard f7f0abd98d Added panel for drive details, and removed rules tab 2014-07-27 21:01:19 +01:00
Jake Howard 6753feb8be Began development on drive details panel 2014-07-27 20:59:31 +01:00
Jake Howard f8f8e3ac9e Added details for program initialisation 2014-07-27 20:58:49 +01:00
Jake Howard 637baf6e64 added tools file to contain global useful functions 2014-07-27 20:55:59 +01:00
Jake Howard 4c7a7373b4 Added list comparison statement, check if anything has changed 2014-07-25 19:08:48 +01:00
Jake Howard 1b3f83d9e1 Removed almost everything. cant have execution function in case of SQL injection techniques 2014-07-25 19:08:08 +01:00
Jake Howard 74f6359f77 Moved initialization to different file. 2014-07-25 19:07:08 +01:00
Jake Howard af4e7fdf87 added basic SQL code for adding and extracting values from the database 2014-07-24 20:27:22 +01:00
Jake Howard f1d0ae5ea1 Added separate file for database commands 2014-07-24 16:42:30 +01:00
Jake Howard 46ec2ab46b Added reference for SQL module, and added database class 2014-07-24 16:41:57 +01:00
Jake Howard 7786ca748a Added testing file for database connection. Remember to add reference for DLL to project! 2014-07-24 11:40:54 +01:00
Jake Howard 660f7a6e12 started dev on connection to backup database, hit a roadblock on how to do it though! 2014-07-23 22:16:57 +01:00
Jake Howard f1fd4ae0ac Added code for getting selected device from connected devices menu! 2014-07-22 23:26:16 +01:00
Jake Howard eb87e65a4a Changed style of connected devices list, and a whole load of other stuff that I dont know! 2014-07-22 23:25:48 +01:00
Jake Howard 23b2fe177b Began development on function for scanning inserted drives 2014-07-22 23:24:20 +01:00
Jake Howard c893029596 Added refresh code for button, and began development for selecting drive 2014-07-22 21:14:30 +01:00
Jake Howard 011a1c3921 Changed function definition, optimized code, and added function for ejecting drive 2014-07-22 21:12:00 +01:00
Jake Howard 37eb469c49 Added refresh button for drive list 2014-07-22 21:09:28 +01:00
Jake Howard 4a939c4aff Began Development on sidebar for drive displaying 2014-07-21 18:32:13 +01:00
Jake Howard ff93ade940 Removed something?... 2014-07-21 18:31:00 +01:00
Jake Howard 50432ac9f9 Clean up and added 'Using' statements (Originally for testing) 2014-07-21 12:42:06 +01:00