Adding a Printers.plist file so that the printers aren't hard-coded into PrintDrop...
[printdrop.git] / Source / AppController.m
2008-02-27 Robert SesekAdding a Printers.plist file so that the printers aren...
2008-02-26 Robert SesekChange the touch command to be LPR 1.0-b1
2008-02-26 Robert SesekWe now build libssh2 in Xcode and it's a much better...
2008-02-26 Robert SesekCheck and make sure we have a valid file before continuing
2008-02-26 Robert SesekThreading the print command with -[uploadAndPrint:]
2008-02-26 Robert SesekRenaming the uploaded PDF and we now delete it at the end
2008-02-26 Robert SesekAdding a method to clean up the code for reading the...
2008-02-26 Robert SesekWe can now issue SSH commands to the server
2008-02-26 Robert SesekWe now can upload the appropriate PDF file
2008-02-26 Robert SesekAfter much work, we can now link to libssh2.a
2008-02-26 Robert SesekUse an NSArrayController and now we can have access...
2008-02-26 Robert SesekCreate an AppController