printdrop.git
16 years agoShow the spinner all the time, it can just not be active
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

16 years agoAfter much work, we can now link to libssh2.a
Robert Sesek [Tue, 26 Feb 2008 13:36:09 +0000 (08:36 -0500)]
After much work, we can now link to libssh2.a

16 years agoUpdate the build-libssh2.sh script to not delete the directory after making it, but...
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

16 years agoBuilding the libssh2 and including a script to build it as UB
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

16 years agoAdd a status text field next to the progress indicator
Robert Sesek [Tue, 26 Feb 2008 02:57:30 +0000 (21:57 -0500)]
Add a status text field next to the progress indicator

16 years agoAdding some interface sparkle and a path display
Robert Sesek [Tue, 26 Feb 2008 02:55:28 +0000 (21:55 -0500)]
Adding some interface sparkle and a path display

16 years agoUse an NSArrayController and now we can have access to the dictionary!
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!

16 years agoCreate an AppController
Robert Sesek [Tue, 26 Feb 2008 00:33:08 +0000 (19:33 -0500)]
Create an AppController

16 years agoSet the NIB window to be positioned in the center of the screen and replace "NewAppli...
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"

16 years agoRenaming FileDropBoxView to DraggableImageView and making the GradientBackView repain...
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).

16 years agoRenaming GradientBack to GradientBackView
Robert Sesek [Mon, 25 Feb 2008 21:51:12 +0000 (16:51 -0500)]
Renaming GradientBack to GradientBackView

16 years agoCreating an empty subclass of NSBox to handle file drag-and-drop
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

16 years agoAdding a gradient NSView subclass to draw the pretty gradient
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

16 years agoLaying out the interface
Robert Sesek [Mon, 25 Feb 2008 21:35:41 +0000 (16:35 -0500)]
Laying out the interface

* English.lproj/MainMenu.nib

16 years agoAdding an empty Xcode project
Robert Sesek [Mon, 25 Feb 2008 21:27:36 +0000 (16:27 -0500)]
Adding an empty Xcode project