Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Images @ 60c17115

# Date Author Comment
d7f23c5b 06/22/2012 06:32 pm George Pantazis

Updated the auto update configuration in order to push new version to clients

Signed-off-by: George Pantazis <>

7d198d8f 06/22/2012 05:55 pm George Pantazis

Imported web css properties to styles xml
New Tab
Updated Installer to wipe old databases.

Signed-off-by: George Pantazis <>

2341c603 04/29/2012 11:43 pm Panagiotis Kanavos

Modifications to enable Sync Pausing for all operations
Added cancellation of the current operation

7ce172f6 03/28/2012 05:58 pm George Pantazis

Added new ico in the bin resources to include versions 48x 512x
Fixed issue with GoToSite, it will now properly send the user to the Pithos production site.
Fixed Type in AboutView Upates -> Updates.

Signed-off-by: George Pantazis <>

4127d08d 03/28/2012 04:53 pm George Pantazis

Installer:
Added 3 new images for the installer.

Pithos:
Updated Images (Splash, About)
Updated Application icon

Fixed Typo in object preferences Synch -> Sync
Fixed Type in Status Window Uploading {0} to Upload -> Uploading {0}
Changed Version to 20317...

81c5c310 03/16/2012 02:33 pm Panagiotis Kanavos

Added fixes for v.0.7.20311

Changes to logo
Renamed "Pithos" logo to "Pithos+"
Fixes to login URL

31c97141 02/29/2012 10:16 pm Panagiotis Kanavos

Changes to hide the warning image when an account token is refreshed

b449fa49 02/06/2012 08:21 pm Panagiotis Kanavos

Missing files

2dc6f765 02/03/2012 09:22 pm Panagiotis Kanavos

Replaced box icons with Pithos icons
Also replaced standard balloon with custom balloon
Closes #1623

5a1dd2b8 02/03/2012 04:20 pm Panagiotis Kanavos

Changed icons from box to pithos
Closes #1623

fb9d6e00 02/03/2012 03:22 pm Panagiotis Kanavos

Changed the balloon to a custom PithosBalloon.xaml so we can control how long a balloon is displayed

025046f1 01/27/2012 03:15 pm Panagiotis Kanavos

Added a DeletedIconOverlay.cs
Added synch status in the file properties
Modified the splash screen to use the out-of-the-box splash functionality of WPF
In NetworkAgent.cs, moved the delay call at the end of each poll. Waiting at the start of each poll is inappropriate when the polling frequency is large

4f6d51d4 01/08/2012 11:02 pm Panagiotis Kanavos

Added directory object creation whenever a new directory is created
Showing the file property dialog box for directories

23821bd2 12/20/2011 06:21 pm Panagiotis Kanavos

Modified icon
Fixed account SiteUri

6aa29f4f 12/07/2011 09:42 pm Panagiotis Kanavos

Added splash gradient
Added icons to taskbar menu
Replaced box icon with pithos icon at 16x16
"Open Pithos Folder" menu is disabled if no accounts are entered
"Go To Account site" menu is hidden if no accounts are entered

3ddbb7b8 12/01/2011 10:41 pm Panagiotis Kanavos

Finished account wizard that allows adding an account either by logging to the Pithos site or by entering credentials by hand

Closes #1708, #1703

4b0a2fc0 11/10/2011 09:27 pm Panagiotis Kanavos

-

ff26eb71 11/07/2011 06:58 pm Panagiotis Kanavos

Added unhandled exception handlers
Added message box with expandable exception details - missing proper theme
Modified Manufacturer in Setup project

27361404 11/03/2011 11:50 pm Panagiotis Kanavos

Added Permissions, Tags
Changed all task iterators to Async

42800be8 11/01/2011 11:50 pm Panagiotis Kanavos

Added File/Container properties windows
Added ShowProperties command
Container properties menu doesn't appear,even though the properties work
Problem with automatic authentication

5bcf6d70 08/18/2011 11:11 pm Panagiotis Kanavos

Added named pipes comm between client and shell extensions
Fixed SQLite compatibility problems. File status now retrieved from SQLite.
Updated Hammock library version, replaced with ClientProfile build

9bae55d1 08/16/2011 05:01 pm Panagiotis Kanavos

Added WPF client based on Caliburn.Micro