printdrop.git
2008-09-15 Robert Seseklibssh2 can't be built with gnu99, but we want PrintDro... 1.2
2008-09-15 Robert SesekAdding two help menu items to link to MyACS and the...
2008-09-15 Robert SesekUse the upload-safe name to display the filename after...
2008-09-15 Robert SesekUpdate -getUploadSafeName: to not fail with certain...
2008-09-11 Robert SesekUpdate the version number to 1.2
2008-09-11 Robert SesekAdd radio buttons to allow people to choose either...
2008-09-10 Robert SesekClear the file after uploading (so people can't print...
2008-08-28 Robert SesekCreate the help documentation and make the help window... 1.1
2008-08-28 Robert SesekShow the help window for each new version
2008-08-26 Robert SesekAdding a help window that uses WebKit to display a...
2008-08-06 Robert SesekBumping the version number to 1.1
2008-08-06 Robert SesekSwitching from NIB to XIB file formats
2008-08-06 Robert SesekSwitching to Sparkle for updates
2008-08-06 Robert SesekRemove the old version checking system
2008-08-06 Robert SesekUse the original file name instead of the __bu_print_dr...
2008-08-06 Robert SesekTiny bit of code cleanup (commented code stripping)
2008-08-06 Robert SesekWe want to store printers as an ivar, so the array...
2008-04-07 Robert SesekUpdating the plist for 1.0 final 1.0
2008-03-28 Robert SesekAdd a way to bypass the ACS outage messages so it works...
2008-02-28 Robert SesekWrap the download update text to words not characters 1.0-b3
2008-02-28 Robert SesekFor beta versions, always show the buffer in NSLog()
2008-02-28 Robert SesekBumping to Beta 3 of Info.plist
2008-02-28 Robert SesekDon't force the version string to be beta 1 and remove...
2008-02-28 Robert SesekAdd an update check and see if the current version...
2008-02-28 Robert SesekUsing polled reading and don't allow actual LPR-ing...
2008-02-27 Robert SesekRemove the hyphens in the pub* printers because they... 1.0-b2
2008-02-27 Robert SesekDefine a BLU_DEBUG so we can NSLog() the buffer in...
2008-02-27 Robert SesekAdd the -m flag to lpr so the user gets an email confir...
2008-02-27 Robert SesekBump to beta 2
2008-02-27 Robert SesekAdd the cost and location to the display
2008-02-27 Robert SesekUpdating the printer list to include all the printers...
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 SesekMake libssh2 target a dependency of PrintDrop
2008-02-26 Robert SesekChange the text to be "Drop a PDF Below" instead of...
2008-02-26 Robert SesekAdd the build number, version number, and product name...
2008-02-26 Robert SesekRearranging the project files just for my own sanity
2008-02-26 Robert SesekWe now build libssh2 in Xcode and it's a much better...
2008-02-26 Robert SesekInstead of using NSGradient, just use a PNG image so...
2008-02-26 Robert SesekAdd an outlet to DraggableImageView so we can enable...
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 SesekShow the spinner all the time, it can just not be active
2008-02-26 Robert SesekAfter much work, we can now link to libssh2.a
2008-02-26 Robert SesekUpdate the build-libssh2.sh script to not delete the...
2008-02-26 Robert SesekBuilding the libssh2 and including a script to build...
2008-02-26 Robert SesekAdd a status text field next to the progress indicator
2008-02-26 Robert SesekAdding some interface sparkle and a path display
2008-02-26 Robert SesekUse an NSArrayController and now we can have access...
2008-02-26 Robert SesekCreate an AppController
2008-02-25 Robert SesekSet the NIB window to be positioned in the center of...
2008-02-25 Robert SesekRenaming FileDropBoxView to DraggableImageView and...
2008-02-25 Robert SesekRenaming GradientBack to GradientBackView
2008-02-25 Robert SesekCreating an empty subclass of NSBox to handle file...
2008-02-25 Robert SesekAdding a gradient NSView subclass to draw the pretty...
2008-02-25 Robert SesekLaying out the interface
2008-02-25 Robert SesekAdding an empty Xcode project