Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Shell / ShellView.xaml @ 21141c06

History | View | Annotate | Download (10.2 kB)

# Date Author Comment
38eb0f9e 03/05/2013 11:44 pm Panagiotis Kanavos

Replace menu name with displayname

302c5b7d 12/06/2012 04:29 pm George Pantazis

Null Fix for long file names.
OFM added
new msg for OFM action in taksbar

Signed-off-by: George Pantazis <>

e7fb3ef2 12/05/2012 05:15 pm George Pantazis

Numerous Changes
Graphics Updates
Small Fixes to preferences
Fixed installer to not always remove the DB

Signed-off-by: George Pantazis <>

42af59dc 06/19/2012 11:27 pm Panagiotis Kanavos

Added upload/download/delete/hashing notifications
Fixed cases where execution would switch to the UI thread due to SynchronizationContext capturing
Mini Status now opens when left clicking on the tray icon

2c0ad917 06/15/2012 11:53 pm Panagiotis Kanavos

Modified the progress notifications to display for all progress events
Fixes to Selective synchronization

4759a79c 05/04/2012 06:49 pm George Pantazis

New check to enable/disable selective sync
Fixed tooltip for the status in the context menu of the taskbar icon, to show its also a toggle for the status window.

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

c3f2e9dc 04/26/2012 06:46 pm George Pantazis

Fixed Mini Status Window
Removed entry for Mini Status Window and added the toggle to CurrentSyncStatus

Signed-off-by: George Pantazis <>

f4a72cb8 04/06/2012 10:48 pm Panagiotis Kanavos

Notification changes
Fixed the way folders appear in Selective Synch
Added form with conflicts

d78d765c 04/03/2012 11:38 pm Panagiotis Kanavos

Extracted upload/download functionality from NetworkAgent to Uploader.cs and Downloader.cs

Taskbar menu fixes
Empty file fixes

311d1cde 03/30/2012 11:33 pm Panagiotis Kanavos

Added silent install option
Now allowing accounts with the same name from different servers

4191ea15 03/16/2012 07:50 pm Panagiotis Kanavos

Changed version to 0.7.20312
Changed ShellView.xaml size to 0:0

dcca46c3 03/16/2012 06:38 pm Panagiotis Kanavos

Added Check for Updates button to AboutView.xaml
Renamed Check for Upgrades to Check for updates

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

6b0de454 03/15/2012 08:53 pm Panagiotis Kanavos

Various changes

72eeda84 03/15/2012 06:41 pm Panagiotis Kanavos

Menu visibility changes
Status view toggling

becb4f44 03/13/2012 06:44 pm Panagiotis Kanavos

Changed resource links to PithosPlus

70e0b702 03/12/2012 10:46 pm Panagiotis Kanavos

NetSparkle/NetSparkleAppCast.cs fix to retrieve x64 or x86 msi
Added status view window
Added notifications to DeleteAgent.cs

6f03d6e1 03/12/2012 04:26 pm Panagiotis Kanavos

Fixes to NetSparkle
Fixes to IfModifiedSince calculation
Added console window

96f88218 03/07/2012 07:33 pm Panagiotis Kanavos

Taskbar menu message text limited to a single line

049333d2 03/07/2012 05:57 pm Panagiotis Kanavos

Converted NetSparkle project to .NET 4 Client Profile
Threading fixes for NetSparkle
Added configurable versioninfo.xml url

79f92570 03/07/2012 01:58 pm Panagiotis Kanavos

Added file event batching

7f5882da 03/01/2012 06:57 pm Panagiotis Kanavos

Fixed loop limit bug in Task.TryRemove for the ObservableConcurrentCollection.
Fixes #2131

48985692 03/01/2012 01:22 pm Panagiotis Kanavos

Fixes #2009 , balloons don't go away, by adding a custom tooltip property to the Taskbar icon in Shell/ShellView.xaml

70f12b36 02/03/2012 11:47 pm Panagiotis Kanavos

First attempt to allow shared file modifications

4d70073b 02/02/2012 02:15 pm Panagiotis Kanavos

Dead code cleanups and removal of unwanted dll references

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

29a6b387 01/23/2012 09:00 pm Panagiotis Kanavos

Added check for startup option
Added Okeanos folder creation

133f83c2 01/20/2012 06:12 pm Panagiotis Kanavos

Added Polling interval property and setting

73cdd135 01/05/2012 10:10 pm Panagiotis Kanavos

Simplified several functions by replacing task continuations with async/await

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

-

d53bbdf0 11/10/2011 06:56 pm Panagiotis Kanavos

New Message, Feedback, About views