]>
src.bluestatic.org Git - printdrop.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Robert Sesek [Tue, 26 Feb 2008 18:48:46 +0000 (13:48 -0500)]
Change the touch command to be LPR
Robert Sesek [Tue, 26 Feb 2008 18:35:52 +0000 (13:35 -0500)]
Make libssh2 target a dependency of PrintDrop
Robert Sesek [Tue, 26 Feb 2008 18:34:35 +0000 (13:34 -0500)]
Change the text to be "Drop a PDF Below" instead of "Drop PDFs Below" and make it better aligned
Robert Sesek [Tue, 26 Feb 2008 18:32:37 +0000 (13:32 -0500)]
Add the build number, version number, and product name strings to Info.plist and InfoPlist.strings
Robert Sesek [Tue, 26 Feb 2008 18:23:15 +0000 (13:23 -0500)]
Rearranging the project files just for my own sanity
Robert Sesek [Tue, 26 Feb 2008 18:22:26 +0000 (13:22 -0500)]
We now build libssh2 in Xcode and it's a much better UB/10.4 citizen
Robert Sesek [Tue, 26 Feb 2008 17:31:31 +0000 (12:31 -0500)]
Instead of using NSGradient, just use a PNG image so we can make ourselves 10.4
Robert Sesek [Tue, 26 Feb 2008 17:01:41 +0000 (12:01 -0500)]
Add an outlet to DraggableImageView so we can enable/disable the button
Robert Sesek [Tue, 26 Feb 2008 17:00:02 +0000 (12:00 -0500)]
Check and make sure we have a valid file before continuing
* Source/AppController.m:
([AppController uploadAndPrint:])
Robert Sesek [Tue, 26 Feb 2008 16:54:54 +0000 (11:54 -0500)]
Threading the print command with -[uploadAndPrint:]
Robert Sesek [Tue, 26 Feb 2008 16:48:55 +0000 (11:48 -0500)]
Renaming the uploaded PDF and we now delete it at the end
Robert Sesek [Tue, 26 Feb 2008 16:35:15 +0000 (11:35 -0500)]
Adding a method to clean up the code for reading the channel
* Source/AppController.m
([AppController readChannel:]): New method
Robert Sesek [Tue, 26 Feb 2008 16:27:25 +0000 (11:27 -0500)]
We can now issue SSH commands to the server
Robert Sesek [Tue, 26 Feb 2008 14:43:07 +0000 (09:43 -0500)]
We now can upload the appropriate PDF file
Robert Sesek [Tue, 26 Feb 2008 13:37:19 +0000 (08:37 -0500)]
Show the spinner all the time, it can just not be active
Robert Sesek [Tue, 26 Feb 2008 13:36:09 +0000 (08:36 -0500)]
After much work, we can now link to libssh2.a
Robert Sesek [Tue, 26 Feb 2008 05:22:47 +0000 (00:22 -0500)]
Update the build-libssh2.sh script to not delete the directory after making it, but before recreating it
Robert Sesek [Tue, 26 Feb 2008 04:00:08 +0000 (23:00 -0500)]
Building the libssh2 and including a script to build it as UB
Robert Sesek [Tue, 26 Feb 2008 02:57:30 +0000 (21:57 -0500)]
Add a status text field next to the progress indicator
Robert Sesek [Tue, 26 Feb 2008 02:55:28 +0000 (21:55 -0500)]
Adding some interface sparkle and a path display
Robert Sesek [Tue, 26 Feb 2008 00:48:19 +0000 (19:48 -0500)]
Use an NSArrayController and now we can have access to the dictionary!
Robert Sesek [Tue, 26 Feb 2008 00:33:08 +0000 (19:33 -0500)]
Create an AppController
Robert Sesek [Mon, 25 Feb 2008 23:32:14 +0000 (18:32 -0500)]
Set the NIB window to be positioned in the center of the screen and replace "NewApplication"
Robert Sesek [Mon, 25 Feb 2008 23:22:27 +0000 (18:22 -0500)]
Renaming FileDropBoxView to DraggableImageView and making the GradientBackView repaint completely each time.
The draggable view is now an NSImageView subclass that resides in the NSBox instead of subclassing NSBox and programatically creating an NSImageView (that we couldn't drag on because it wouldn't be the responder to the drag op).
Robert Sesek [Mon, 25 Feb 2008 21:51:12 +0000 (16:51 -0500)]
Renaming GradientBack to GradientBackView
Robert Sesek [Mon, 25 Feb 2008 21:49:37 +0000 (16:49 -0500)]
Creating an empty subclass of NSBox to handle file drag-and-drop
* English.lproj/MainMenu.nib: Set the custom subclass
* PrintDrop.xcodeproj: Project updates for the new source files
* Source/FileDropBoxView.h: New file
* Source/FileDropBoxView.m: New file
Robert Sesek [Mon, 25 Feb 2008 21:45:00 +0000 (16:45 -0500)]
Adding a gradient NSView subclass to draw the pretty gradient
* English.lproj/MainMenu.nib: set the NSView subclass
* PrintDrop.xcodeproj: Project updates for the new source files
* Source/GradientBack.h: New file
* Source/GradientBack.m: New file
Robert Sesek [Mon, 25 Feb 2008 21:35:41 +0000 (16:35 -0500)]
Laying out the interface
* English.lproj/MainMenu.nib
Robert Sesek [Mon, 25 Feb 2008 21:27:36 +0000 (16:27 -0500)]
Adding an empty Xcode project