Statistics
| Branch: | Tag: | Revision:

root / pithos-macos / PithosBrowserController.h @ 56198066

History | View | Annotate | Download (5 kB)

# Date Author Comment
de0873d4 04/11/2012 05:38 pm Miltiadis Vasilakis

Add download context menu item.

4e6acad7 04/05/2012 09:55 pm Miltiadis Vasilakis

Fix bug and improve refresh.

cfc17d33 03/11/2012 06:20 pm Miltiadis Vasilakis

Make info windows modular. Add support for versions pane in info window. Allow download of a selected version for object nodes.

d8426ffb 02/29/2012 09:51 pm Miltiadis Vasilakis

Support multiple accounts. Bug fixes. Improve concurrency.

919cb043 01/27/2012 07:42 pm Miltiadis Vasilakis

Refactor to use updated ASIPithos lib.

4c1c46fd 01/11/2012 12:24 am Miltiadis Vasilakis

Fix concurrency issues. Modify PithosBrowser to use ASINetworkQueues for ASIPithosRequests and serial dispatch queues for their delegates, categorized as move, copy, delete, upload and download operations.

2943d6d4 10/25/2011 01:24 pm Miltiadis Vasilakis

The account use is shown.
The browser is force refreshed every 30 seconds.

1b1e6fa1 10/13/2011 12:01 am Miltiadis Vasilakis

All requests made asynchronous.
Request are prioritized accordingly.
Download/Upload activity is more precise.
Copy/Move actions are shown in activity.
Initial implementation of request retries.
Other fixes and changes.

470e6f81 10/07/2011 02:26 am Miltiadis Vasilakis

Implemented group preferences.
Initial implementation of download/upload activity progress and messages.

67e3336f 09/30/2011 07:48 pm Miltiadis Vasilakis

Container items in the outlineView can be drag and drop targets for upload, copy or move.

8f62f46a 09/30/2011 05:06 pm Miltiadis Vasilakis

Added menu for outlineView items.

af3b9f06 09/28/2011 05:04 pm Miltiadis Vasilakis

Initial implementation of 'others shared'.

20f54e18 09/27/2011 12:22 am Miltiadis Vasilakis

'my shared' nodes can be copied.
If a shared node has its sharing property changed from its info window,
the browser is refreshed.
Refresh button also refreshes account containers.
Modified the left NSOutlineView to use PithosNode objects directly, instead through an NSTreeController.

4ae10a2b 09/26/2011 04:09 pm Miltiadis Vasilakis

Initial implementation of 'my shared'.

c950a94d 09/24/2011 11:21 am Miltiadis Vasilakis

Initial implementation of menu cut, copy, paste.

3b5f0a19 09/23/2011 05:19 pm Miltiadis Vasilakis

Minor UI changes.

d41b3577 09/22/2011 05:09 pm Miltiadis Vasilakis

Drag and drop move and copy internally is implemented.
Improved the algorithm for creating a safe name.
Other minor changes.

6a9b9f40 09/17/2011 11:36 pm Miltiadis Vasilakis

Implemented menu delete and move to trash.
Other fixes and improvements.

857217b0 09/10/2011 03:06 pm Miltiadis Vasilakis

Initial implementation of browser context menu.
Info window for subdirs.
Support for application/directory objects.
Conversion of subdir to application/directory object if metadata are applied.
Other minor fixes and changes.

4bf68b77 08/15/2011 01:14 am Miltiadis Vasilakis

Loading all account containers.
If 'pithos' and 'trash' don't exist, an attempt is done to create them.
Other minor changes and fixes.

589a14ca 08/14/2011 08:20 pm Miltiadis Vasilakis

Created status bar icon with menu.
Initial implementation of preferences window.
Moved authentication to app delegate and preferences.

9f3a92de 08/10/2011 01:59 pm Miltiadis Vasilakis

Using system icons based on file extension.
Initial implementation of browser leaf preview.
Simplified authentication panel.
Login through redirection and url handling implemented.
Some refactoring.
Other minor fixes.

e5fdf4d9 08/05/2011 09:11 pm Miltiadis Vasilakis

Initial commit of pithos-macos.
The finder-like client can browse the contents of the 'pithos' and 'trash' containers of a pithos user, using asynchronous requests.

d8d08dc1 08/03/2011 11:05 am Miltiadis Vasilakis

Initial commit of pithos-macos.