Revision 63366925

b/src/com/google/gwt/user/cellview/client/GssSimplePager.java
1 1
/*
2
 * Copyright 2010 Google Inc.
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3 3
 *
4
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5
 * use this file except in compliance with the License. You may obtain a copy of
6
 * the License at
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7 7
 *
8
 * http://www.apache.org/licenses/LICENSE-2.0
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
9 11
 *
10
 * Unless required by applicable law or agreed to in writing, software
11
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13
 * License for the specific language governing permissions and limitations under
14
 * the License.
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
15 34
 */
16 35
package com.google.gwt.user.cellview.client;
17 36

  
b/src/gr/grnet/pithos/web/GSS.gwt.xml
1
<!--
2
  ~ Copyright 2011 GRNET S.A. All rights reserved.
3
  ~
4
  ~ Redistribution and use in source and binary forms, with or
5
  ~ without modification, are permitted provided that the following
6
  ~ conditions are met:
7
  ~
8
  ~   1. Redistributions of source code must retain the above
9
  ~      copyright notice, this list of conditions and the following
10
  ~      disclaimer.
11
  ~
12
  ~   2. Redistributions in binary form must reproduce the above
13
  ~      copyright notice, this list of conditions and the following
14
  ~      disclaimer in the documentation and/or other materials
15
  ~      provided with the distribution.
16
  ~
17
  ~ THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
  ~ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
  ~ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
  ~ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
  ~ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
  ~ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
  ~ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
  ~ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
  ~ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
  ~ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
  ~ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
  ~ POSSIBILITY OF SUCH DAMAGE.
29
  ~
30
  ~ The views and conclusions contained in the software and
31
  ~ documentation are those of the authors and should not be
32
  ~ interpreted as representing official policies, either expressed
33
  ~ or implied, of GRNET S.A.
34
  -->
35

  
1 36
<module>
2 37
	<inherits name="com.google.gwt.user.User"/>
3 38
    <inherits name="com.google.gwt.user.theme.standard.Standard"/>
b/src/gr/grnet/pithos/web/client/AboutDialog.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/AbstractPropertiesDialog.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/CellTreeView.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/CellTreeViewModel.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/CellTreeViewUtils.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/Configuration.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/Configuration.properties
1 1
#
2
# Copyright (c) 2011 Greek Research and Technology Network
2
# Copyright 2011 GRNET S.A. All rights reserved.
3
#
4
# Redistribution and use in source and binary forms, with or
5
# without modification, are permitted provided that the following
6
# conditions are met:
7
#
8
#   1. Redistributions of source code must retain the above
9
#      copyright notice, this list of conditions and the following
10
#      disclaimer.
11
#
12
#   2. Redistributions in binary form must reproduce the above
13
#      copyright notice, this list of conditions and the following
14
#      disclaimer in the documentation and/or other materials
15
#      provided with the distribution.
16
#
17
# THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
# POSSIBILITY OF SUCH DAMAGE.
29
#
30
# The views and conclusions contained in the software and
31
# documentation are those of the authors and should not be
32
# interpreted as representing official policies, either expressed
33
# or implied, of GRNET S.A.
3 34
#
4 35

  
5 36
serviceName=Pithos
b/src/gr/grnet/pithos/web/client/ConfirmationDialog.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/CredentialsDialog.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/DeleteFileDialog.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/DeleteFolderDialog.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/DisplayHelper.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/DnDFolderPopupMenu.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/EditMenu.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
......
178 209
		copyItem.getElement().setId("topMenu.edit.copy");
179 210
		contextMenu.addItem(copyItem).setVisible(cutcopyVisible);
180 211

  
181
		MenuItem pasteItem = new MenuItem("<span>" + AbstractImagePrototype.create(images.paste()).getHTML() + "&nbsp;"+pasteLabel+"</span>", true, new PasteCommand(this));				
212
		MenuItem pasteItem = new MenuItem("<span>" + AbstractImagePrototype.create(images.paste()).getHTML() + "&nbsp;"+pasteLabel+"</span>", true, new PasteCommand(this));
182 213
		pasteItem.getElement().setId("topMenu.edit.paste");
183 214
		if (GSS.get().getClipboard().getItem() != null)
184 215
			if(GSS.get().isUserListVisible() && GSS.get().getClipboard().getItem().getUser() == null){
b/src/gr/grnet/pithos/web/client/FileContextMenu.java
1 1
/*
2
 *  Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
......
12 43
import gr.grnet.pithos.web.client.commands.RestoreTrashCommand;
13 44
import gr.grnet.pithos.web.client.commands.ToTrashCommand;
14 45
import gr.grnet.pithos.web.client.commands.UploadFileCommand;
46
import gr.grnet.pithos.web.client.foldertree.Folder;
15 47
import gr.grnet.pithos.web.client.rest.resource.FileResource;
16 48
import gr.grnet.pithos.web.client.rest.resource.FolderResource;
17 49
import gr.grnet.pithos.web.client.rest.resource.RestResource;
......
35 67
/**
36 68
 * The 'File Context' menu implementation.
37 69
 */
38
public class FileContextMenu extends PopupPanel implements ClickHandler {
70
public class FileContextMenu extends PopupPanel {
39 71

  
40 72
	/**
41 73
	 * The widget's images.
......
95 127
	 *
96 128
	 * @param newImages the image bundle passed on by the parent object
97 129
	 */
98
	public FileContextMenu(Images newImages, boolean isTrash, boolean isEmpty) {
130
	public FileContextMenu(Images newImages, Folder selectedFolder, boolean isTrash) {
99 131
		// The popup's constructor's argument is a boolean specifying that it
100 132
		// auto-close itself when the user clicks outside of it.
101 133
		super(true);
102 134
		GSS gss = GSS.get();
103 135
		setAnimationEnabled(true);
104 136
		images = newImages;
137
        MenuBar contextMenu = new MenuBar(true);
105 138

  
106
		// The command that does some validation before downloading a file.
107
		Command downloadCmd = new Command() {
108

  
109
			@Override
110
			public void execute() {
111
				hide();
112
				GSS.get().getTopPanel().getFileMenu().preDownloadCheck();
113
			}
114
		};
115

  
116
		pasteItem = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.paste()).getHTML() + "&nbsp;Paste</span>", true, new PasteCommand(this));
117
		pasteItem.getElement().setId("FileContextMenu.paste");
118
		RestResource sel = GSS.get().getTreeView().getSelection();
119
		MenuBar contextMenu = new MenuBar(true);
120
		if (isEmpty) {
121
			contextMenu.addItem(pasteItem);
122
			if (sel != null)
123
				/*TODO:CELLTREE
124
				if (GSS.get().getTreeView().isFileItem(GSS.get().getTreeView().getCurrent()))
125
					contextMenu.addItem("<span>" + AbstractImagePrototype.create(newImages.fileUpdate()).getHTML() + "&nbsp;Upload</span>", true, new UploadFileCommand(this));
126
				else if (GSS.get().getTreeView().isMySharedItem(GSS.get().getTreeView().getCurrent()) || GSS	.get()
127
																											.getTreeView()
128
																											.isOthersSharedItem(GSS	.get()
129
																																	.getTreeView()
130
																																	.getCurrent()))
131
					if(sel instanceof FolderResource)
132
						contextMenu.addItem("<span>" + AbstractImagePrototype.create(newImages.fileUpdate()).getHTML() + "&nbsp;Upload</span>", true, new UploadFileCommand(this));
133
			*/
134
			if(sel instanceof RestResourceWrapper && !(sel instanceof TrashFolderResource)){
135
				MenuItem upload = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.fileUpdate()).getHTML() + "&nbsp;Upload</span>", true, new UploadFileCommand(this));
136
				upload.getElement().setId("fileContextMenu.upload");
137
				contextMenu.addItem(upload);
138
			}
139
			MenuItem refresh = new MenuItem("<span>" + AbstractImagePrototype.create(images.refresh()).getHTML() + "&nbsp;Refresh</span>", true, new RefreshCommand(this, images));
140
			refresh.getElement().setId("fileContextMenu.refresh");
141
			contextMenu.addItem(refresh);
142
			
143
		} else if (isTrash) {
144
			MenuItem restore = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.versions()).getHTML() + "&nbsp;Restore</span>", true, new RestoreTrashCommand(this));
145
			restore.getElement().setId("fileContextMenu.restore");
139
		pasteItem = new MenuItem("<span>" + AbstractImagePrototype.create(images.paste()).getHTML() + "&nbsp;Paste</span>", true, new PasteCommand(this));
140
        contextMenu.addItem(pasteItem);
141

  
142
        MenuItem upload = new MenuItem("<span>" + AbstractImagePrototype.create(images.fileUpdate()).getHTML() + "&nbsp;Upload</span>", true, new UploadFileCommand(this));
143
        contextMenu.addItem(upload);
144

  
145
        MenuItem refresh = new MenuItem("<span>" + AbstractImagePrototype.create(images.refresh()).getHTML() + "&nbsp;Refresh</span>", true, new RefreshCommand(this, images));
146
        contextMenu.addItem(refresh);
147

  
148
		if (isTrash) {
149
			MenuItem restore = new MenuItem("<span>" + AbstractImagePrototype.create(images.versions()).getHTML() + "&nbsp;Restore</span>", true, new RestoreTrashCommand(this));
146 150
			contextMenu.addItem(restore);
147
			
148
			MenuItem delete = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.delete()).getHTML() + "&nbsp;Delete</span>", true, new DeleteCommand(this, images));
149
			delete.getElement().setId("fileContextMenu.delete");
151

  
152
			MenuItem delete = new MenuItem("<span>" + AbstractImagePrototype.create(images.delete()).getHTML() + "&nbsp;Delete</span>", true, new DeleteCommand(this, images));
150 153
			contextMenu.addItem(delete);
151 154
		} else {
152
			final Command unselectAllCommand = new Command() {
153

  
154
				@Override
155
				public void execute() {
156
					hide();
157
					if(GSS.get().isFileListShowing())
158
						GSS.get().getFileList().clearSelectedRows();
159
				}
160
			};
161 155
			cutItem = new MenuItem("<span id='fileContextMenu.cut'>" + AbstractImagePrototype.create(newImages.cut()).getHTML() + "&nbsp;Cut</span>", true, new CutCommand(this));
162
			cutItem.getElement().setId("fileContextMenu.cut");
163
			
156
            contextMenu.addItem(cutItem);
157

  
164 158
			copyItem = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.copy()).getHTML() + "&nbsp;Copy</span>", true, new CopyCommand(this));
165
			copyItem.getElement().setId("fileContextMenu.copy");
166
			
159
            contextMenu.addItem(copyItem);
160

  
167 161
			updateItem = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.fileUpdate()).getHTML() + "&nbsp;Upload</span>", true, new UploadFileCommand(this));
168
			updateItem.getElement().setId("fileContextMenu.upload");
162
            contextMenu.addItem(updateItem);
169 163

  
170 164
			trashItem = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.emptyTrash()).getHTML() + "&nbsp;Move to Trash</span>", true, new ToTrashCommand(this));
171
			trashItem.getElement().setId("fileContextMenu.moveToTrash");
172
			
165
            contextMenu.addItem(trashItem);
166

  
173 167
			deleteItem = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.delete()).getHTML() + "&nbsp;Delete</span>", true, new DeleteCommand(this, images));
174
			deleteItem.getElement().setId("fileContextMenu.delete");
168
            contextMenu.addItem(deleteItem);
175 169

  
176 170
			sharingItem = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.sharing()).getHTML() + "&nbsp;Sharing</span>", true, new PropertiesCommand(this, images, 1));
177
			sharingItem.getElement().setId("fileContextMenu.sharing");
178
			
171
            contextMenu.addItem(sharingItem);
172

  
179 173
			propItem = new MenuItem("<span>" + AbstractImagePrototype.create(newImages.viewText()).getHTML() + "&nbsp;Properties</span>", true, new PropertiesCommand(this, images, 0));
180
			propItem.getElement().setId("fileContextMenu.properties");
174
            contextMenu.addItem(propItem);
175

  
181 176

  
182
			
183
			if(sel!=null && sel instanceof FolderResource)
184
				contextMenu.addItem(updateItem);
185 177
			String[] link = {"", ""};
186 178
			gss.getTopPanel().getFileMenu().createDownloadLink(link, false);
179
		// The command that does some validation before downloading a file.
180
            Command downloadCmd = new Command() {
181

  
182
                @Override
183
                public void execute() {
184
                    hide();
185
                    GSS.get().getTopPanel().getFileMenu().preDownloadCheck();
186
                }
187
            };
187 188
			downloadItem = new MenuItem("<span>" + link[0] + AbstractImagePrototype.create(newImages.download()).getHTML() + " Download" + link[1] + "</span>", true, downloadCmd);
188
			downloadItem.getElement().setId("fileContextMenu.download");
189 189
			contextMenu.addItem(downloadItem);
190 190
			
191 191
			gss.getTopPanel().getFileMenu().createDownloadLink(link, true);
192 192
			saveAsItem = new MenuItem("<span>" + link[0] + AbstractImagePrototype.create(newImages.download()).getHTML() + " Save As" + link[1] + "</span>", true, downloadCmd);
193
			saveAsItem.getElement().setId("fileContextMenu.saveAs");
194 193
			contextMenu.addItem(saveAsItem);
195
			contextMenu.addItem(cutItem);
196
			contextMenu.addItem(copyItem);
197
			if(sel!=null && sel instanceof FolderResource)
198
				contextMenu.addItem(pasteItem);
194

  
195
            final Command unselectAllCommand = new Command() {
196

  
197
                @Override
198
                public void execute() {
199
                    hide();
200
                    if(GSS.get().isFileListShowing())
201
                        GSS.get().getFileList().clearSelectedRows();
202
                }
203
            };
199 204
			MenuItem unSelect = new MenuItem("<span>" + AbstractImagePrototype.create(images.unselectAll()).getHTML() + "&nbsp;Unselect</span>", true, unselectAllCommand);
200
			unSelect.getElement().setId("fileContextMenu.unSelect");
201 205
			contextMenu.addItem(unSelect);
202
			
203
			contextMenu.addItem(trashItem);
204
			contextMenu.addItem(deleteItem);
205
			
206
			MenuItem refresh = new MenuItem("<span id='fileContextMenu.refresh'>" + AbstractImagePrototype.create(images.refresh()).getHTML() + "&nbsp;Refresh</span>", true, new RefreshCommand(this, images));
207
			refresh.getElement().setId("fileContextMenu.refresh");
208
			contextMenu.addItem(refresh);
209
			
210
			contextMenu.addItem(sharingItem);
211
			contextMenu.addItem(propItem);
206

  
212 207
		}
213 208
		add(contextMenu);
214
		if (gss.getClipboard().hasFileItem())
215
			pasteItem.setVisible(true);
216
		else
217
			pasteItem.setVisible(false);
218
	}
219 209

  
220
	void onMultipleSelection() {
221
		updateItem.setVisible(false);
222
		downloadItem.setVisible(false);
223
		saveAsItem.setVisible(false);
224
		sharingItem.setVisible(false);
225
	}
226
	@Override
227
	public void onClick(ClickEvent event) {
228
		if (GSS.get().getCurrentSelection() != null)
229
			if (GSS.get().getCurrentSelection() instanceof FileResource) {
230
				FileResource res = (FileResource) GSS.get().getCurrentSelection();
231
				FileContextMenu menu;
232
				if (res.isDeleted())
233
					menu = new FileContextMenu(images, true, false);
234
				else
235
					menu = new FileContextMenu(images, false, false);
236
				int left = event.getRelativeElement().getAbsoluteLeft();
237
				int top = event.getRelativeElement().getAbsoluteTop() + event.getRelativeElement().getOffsetHeight();
238
				menu.setPopupPosition(left, top);
239
				menu.show();
240
			} else if (GSS.get().getCurrentSelection() instanceof List) {
241
				FileContextMenu menu;
242
				/*TODO: CELLTREE
243
				if (GSS.get().getTreeView().isTrashItem(GSS.get().getTreeView().getCurrent()))
244
					menu = new FileContextMenu(images, true, false);
245
				else {
246
					menu = new FileContextMenu(images, false, false);
247
					menu.onMultipleSelection();
248
				}
249
				*/
250
				menu = new FileContextMenu(images, false, false);
251
				menu.onMultipleSelection();
252
				int left = event.getRelativeElement().getAbsoluteLeft();
253
				int top = event.getRelativeElement().getAbsoluteTop() + event.getRelativeElement().getOffsetHeight();
254
				menu.setPopupPosition(left, top);
255
				menu.show();
256
			}
210
//		if (gss.getClipboard().hasFileItem())
211
//			pasteItem.setVisible(true);
212
//		else
213
//			pasteItem.setVisible(false);
257 214
	}
258

  
259
	
260
	public void onContextEvent(ContextMenuEvent event) {
261
		if (GSS.get().getCurrentSelection() != null)
262
			if (GSS.get().getCurrentSelection() instanceof FileResource) {
263
				FileResource res = (FileResource) GSS.get().getCurrentSelection();
264
				FileContextMenu menu;
265
				if (res.isDeleted())
266
					menu = new FileContextMenu(images, true, false);
267
				else
268
					menu = new FileContextMenu(images, false, false);
269
				int left = event.getNativeEvent().getClientX();
270
				int top = event.getNativeEvent().getClientY();
271
				menu.setPopupPosition(left, top);
272
				menu.show();
273

  
274
			} else if (GSS.get().getCurrentSelection() instanceof List) {
275
				FileContextMenu menu;
276
				/*TODO: CELLTREE
277
				if (GSS.get().getTreeView().isTrashItem(GSS.get().getTreeView().getCurrent()))
278
					menu = new FileContextMenu(images, true, false);
279
				else {
280
					menu = new FileContextMenu(images, false, false);
281
					menu.onMultipleSelection();
282
				}
283
				*/
284
				int left = event.getNativeEvent().getClientX();
285
				int top = event.getNativeEvent().getClientY();
286
				//menu.setPopupPosition(left, top);
287
				//menu.show();
288
			}
289
	}
290

  
291
	public FileContextMenu onEvent(Event event) {
292
		FileContextMenu menu=null;
293
		if (GSS.get().getCurrentSelection() != null)
294
			if (GSS.get().getCurrentSelection() instanceof FileResource) {
295
				FileResource res = (FileResource) GSS.get().getCurrentSelection();
296

  
297
				if (res.isDeleted())
298
					menu = new FileContextMenu(images, true, false);
299
				else
300
					menu = new FileContextMenu(images, false, false);
301
				int left = event.getClientX();
302
				int top = event.getClientY();
303
				menu.setPopupPosition(left, top);
304
				menu.show();
305
			} else if (GSS.get().getCurrentSelection() instanceof List) {
306
				/*TODO: CELLTREE
307
				if (GSS.get().getTreeView().isTrashItem(GSS.get().getTreeView().getSelection()))
308
					menu = new FileContextMenu(images, true, false);
309
				else {
310
					menu = new FileContextMenu(images, false, false);
311
					menu.onMultipleSelection();
312
				}*/
313
				menu = new FileContextMenu(images, false, false);
314
				menu.onMultipleSelection();
315
				int left = event.getClientX();
316
				int top = event.getClientY();
317
				menu.setPopupPosition(left, top);
318
				menu.show();
319
			}
320
		return menu;
321
	}
322

  
323
	public FileContextMenu onEmptyEvent(Event event) {
324
		FileContextMenu menu=null;
325
		/*TODO: CELLTREE
326
		if (GSS.get().getTreeView().isTrashItem(GSS.get().getTreeView().getCurrent()))
327
			menu = new FileContextMenu(images, true, true);
328
		else if(((DnDTreeItem)GSS.get().getTreeView().getCurrent()).getFolderResource() != null)
329
			menu = new FileContextMenu(images, false, true);
330
		else return menu;
331
		*/
332
		menu = new FileContextMenu(images, false, true);
333
		int left = event.getClientX();
334
		int top = event.getClientY();
335
		menu.setPopupPosition(left, top);
336
		menu.show();
337
		return menu;
338
	}
339

  
340

  
341 215
}
b/src/gr/grnet/pithos/web/client/FileList.java
1 1
/*
2
 * Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35

  
5 36
package gr.grnet.pithos.web.client;
6 37

  
38
import com.google.gwt.event.dom.client.ContextMenuEvent;
39
import com.google.gwt.event.dom.client.ContextMenuHandler;
7 40
import static com.google.gwt.query.client.GQuery.$;
8 41

  
9 42
import gr.grnet.pithos.web.client.commands.UploadFileCommand;
10 43
import gr.grnet.pithos.web.client.foldertree.File;
11 44
import gr.grnet.pithos.web.client.foldertree.Folder;
12 45
import gr.grnet.pithos.web.client.foldertree.FolderTreeView;
13
import gr.grnet.pithos.web.client.rest.GetCommand;
14
import gr.grnet.pithos.web.client.rest.RestCommand;
15 46
import gr.grnet.pithos.web.client.rest.resource.FileResource;
16
import gr.grnet.pithos.web.client.rest.resource.OtherUserResource;
17
import gr.grnet.pithos.web.client.rest.resource.OthersFolderResource;
18
import gr.grnet.pithos.web.client.rest.resource.OthersResource;
19
import gr.grnet.pithos.web.client.rest.resource.RestResource;
20
import gr.grnet.pithos.web.client.rest.resource.RestResourceWrapper;
21
import gr.grnet.pithos.web.client.rest.resource.SharedResource;
22
import gr.grnet.pithos.web.client.rest.resource.TrashFolderResource;
23
import gr.grnet.pithos.web.client.rest.resource.TrashResource;
24
import gr.grnet.pithos.web.client.rest.resource.UserResource;
25 47
import gwtquery.plugins.draggable.client.DraggableOptions;
26 48
import gwtquery.plugins.draggable.client.StopDragException;
27 49
import gwtquery.plugins.draggable.client.DraggableOptions.DragFunction;
......
40 62
import java.util.Iterator;
41 63
import java.util.List;
42 64

  
43
import com.google.gwt.cell.client.AbstractCell;
44 65
import com.google.gwt.cell.client.ImageResourceCell;
45 66
import com.google.gwt.cell.client.SafeHtmlCell;
46 67
import com.google.gwt.cell.client.TextCell;
......
70 91
import com.google.gwt.view.client.ProvidesKey;
71 92
import com.google.gwt.view.client.SelectionChangeEvent;
72 93
import com.google.gwt.view.client.SelectionChangeEvent.Handler;
73
import java.util.Set;
74 94

  
75 95
/**
76 96
 * A composite that displays the list of files in a particular folder.
......
220 240
	 */
221 241
	private final Images images;
222 242
	
223
	private FileContextMenu menuShowing;
243
	private FileContextMenu contextMenu;
224 244

  
225 245
	private DragAndDropCellTable<File> celltable;
226 246

  
......
248 268
	 *
249 269
	 * @param _images
250 270
	 */
251
	public FileList(Images _images, FolderTreeView treeView) {
271
	public FileList(Images _images, FolderTreeView _treeView) {
252 272
		images = _images;
253
        this.treeView = treeView;
273
        this.treeView = _treeView;
254 274

  
255 275
        DragAndDropCellTable.Resources resources = GWT.create(TableResources.class);
256 276

  
......
428 448

  
429 449
		vp.add(bottomPanel);
430 450
		vp.setCellWidth(celltable, "100%");
451
        vp.addHandler(new ContextMenuHandler() {
452
            @Override
453
            public void onContextMenu(ContextMenuEvent event) {
454
                contextMenu = new FileContextMenu(images, treeView.getSelection(), false);
455
                int x = event.getNativeEvent().getClientX();
456
                int y = event.getNativeEvent().getClientY();
457
                contextMenu.setPopupPosition(x, y);
458
                contextMenu.show();
459
            }
460
        }, ContextMenuEvent.getType());
431 461
		initWidget(vp);
432 462

  
433 463
		selectionModel = new MultiSelectionModel<File>(keyProvider);
......
487 517
		});
488 518
    }
489 519
	
490
	public void showContextMenu(Event event){
491
		menuShowing = new FileContextMenu(images, false, true);
492
		menuShowing=menuShowing.onEmptyEvent(event);
493
	}
494
	@Override
495
	public void onBrowserEvent(Event event) {
496
		
497
		if (files == null || files.size() == 0) {
498
			if (DOM.eventGetType(event) == Event.ONCONTEXTMENU && getSelectedFiles().size() == 0) {
499
				menuShowing = new FileContextMenu(images, false, true);
500
				menuShowing=menuShowing.onEmptyEvent(event);
501
				event.preventDefault();
502
				event.cancelBubble(true);
503
			}
504
			return;
505
		}
506
		if (DOM.eventGetType(event) == Event.ONCONTEXTMENU && getSelectedFiles().size() != 0) {
507
			GWT.log("*****GOING TO SHOW CONTEXT MENU ****", null);
508
			menuShowing =  new FileContextMenu(images, false, false);
509
			menuShowing=menuShowing.onEvent(event);
510
			event.cancelBubble(true);
511
			event.preventDefault();
512
		} else if (DOM.eventGetType(event) == Event.ONCONTEXTMENU && getSelectedFiles().size() == 0) {
513
			menuShowing = new FileContextMenu(images, false, true);
514
			menuShowing=menuShowing.onEmptyEvent(event);
515
			event.cancelBubble(true);
516
			event.preventDefault();
517
		} else if (DOM.eventGetType(event) == Event.ONDBLCLICK)
518
			if (getSelectedFiles().size() == 1) {
519
				GSS app = GSS.get();
520
				File file = getSelectedFiles().get(0);
521
				Window.open(file.getUri(), "_blank", "");
522
				event.preventDefault();
523
				return;
524
			}
525
		super.onBrowserEvent(event);
526
	}
520
//	@Override
521
//	public void onBrowserEvent(Event event) {
522
//
523
//		if (files == null || files.size() == 0) {
524
//			if (DOM.eventGetType(event) == Event.ONCONTEXTMENU && getSelectedFiles().size() == 0) {
525
//				contextMenu = new FileContextMenu(images, false, true);
526
//                contextMenu.show();
527
//				event.preventDefault();
528
//				event.cancelBubble(true);
529
//			}
530
//			return;
531
//		}
532
//		if (DOM.eventGetType(event) == Event.ONCONTEXTMENU && getSelectedFiles().size() != 0) {
533
//			GWT.log("*****GOING TO SHOW CONTEXT MENU ****", null);
534
//			contextMenu =  new FileContextMenu(images, false, false);
535
//			contextMenu = contextMenu.onEvent(event);
536
//			event.cancelBubble(true);
537
//			event.preventDefault();
538
//		} else if (DOM.eventGetType(event) == Event.ONCONTEXTMENU && getSelectedFiles().size() == 0) {
539
//			contextMenu = new FileContextMenu(images, false, true);
540
//			contextMenu = contextMenu.onEmptyEvent(event);
541
//			event.cancelBubble(true);
542
//			event.preventDefault();
543
//		} else if (DOM.eventGetType(event) == Event.ONDBLCLICK)
544
//			if (getSelectedFiles().size() == 1) {
545
//				GSS app = GSS.get();
546
//				File file = getSelectedFiles().get(0);
547
//				Window.open(file.getUri(), "_blank", "");
548
//				event.preventDefault();
549
//				return;
550
//			}
551
//		super.onBrowserEvent(event);
552
//	}
527 553

  
528 554
	/**
529 555
	 * Update the display of the file list.
b/src/gr/grnet/pithos/web/client/FileMenu.java
1 1
/*
2
 * Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/FilePropertiesDialog.java
1 1
/*
2
 * Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/FileTable.java
1 1
/*
2
 * Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/FileUploadDialog.java
1 1
/*
2
 * Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/FileUploadGearsDialog.java
1 1
/*
2
 * Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
3 34
 */
4 35
package gr.grnet.pithos.web.client;
5 36

  
b/src/gr/grnet/pithos/web/client/FileUploadGearsIEDialog.java
1 1
/*
2
 * Copyright (c) 2011 Greek Research and Technology Network
2
 * Copyright 2011 GRNET S.A. All rights reserved.
3
 *
4
 * Redistribution and use in source and binary forms, with or
5
 * without modification, are permitted provided that the following
6
 * conditions are met:
7
 *
8
 *   1. Redistributions of source code must retain the above
9
 *      copyright notice, this list of conditions and the following
10
 *      disclaimer.
11
 *
12
 *   2. Redistributions in binary form must reproduce the above
13
 *      copyright notice, this list of conditions and the following
14
 *      disclaimer in the documentation and/or other materials
15
 *      provided with the distribution.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
 * POSSIBILITY OF SUCH DAMAGE.
29
 *
30
 * The views and conclusions contained in the software and
31
 * documentation are those of the authors and should not be
32
 * interpreted as representing official policies, either expressed
33
 * or implied, of GRNET S.A.
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff