From 57d6b0c6b96097afa06a38cc2456997ad9b60187 Mon Sep 17 00:00:00 2001 From: Marko Živković Date: Tue, 16 Dec 2014 02:05:55 +0000 Subject: - USB Stick Recognition, automatically propose workspace - New Default Workspace in user home directory - Automatically select last active user now works - Several bug fixes and minor changes git-svn-id: https://svn.code.sf.net/p/xlogo4schools/svn/trunk@11 3b0d7934-f7ef-4143-9606-b51f2e2281fd --- logo/src/xlogo/messages/async/AbstractAsyncMessenger.java | 6 +++--- logo/src/xlogo/messages/async/AsyncMediumAdapter.java | 6 +++--- logo/src/xlogo/messages/async/AsyncMessage.java | 6 +++--- logo/src/xlogo/messages/async/AsyncMessenger.java | 6 +++--- logo/src/xlogo/messages/async/dialog/DialogMessage.java | 6 +++--- logo/src/xlogo/messages/async/dialog/DialogMessenger.java | 6 +++--- logo/src/xlogo/messages/async/history/HistoryMessage.java | 6 +++--- logo/src/xlogo/messages/async/history/HistoryMessenger.java | 6 +++--- logo/src/xlogo/messages/async/history/HistoryWriter.java | 6 +++--- 9 files changed, 27 insertions(+), 27 deletions(-) (limited to 'logo/src/xlogo/messages/async') diff --git a/logo/src/xlogo/messages/async/AbstractAsyncMessenger.java b/logo/src/xlogo/messages/async/AbstractAsyncMessenger.java index e75fec5..3c8f662 100644 --- a/logo/src/xlogo/messages/async/AbstractAsyncMessenger.java +++ b/logo/src/xlogo/messages/async/AbstractAsyncMessenger.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loïc Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,10 +16,10 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Zürich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Loïc Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * * Contents of this file were entirely written by Marko Zivkovic diff --git a/logo/src/xlogo/messages/async/AsyncMediumAdapter.java b/logo/src/xlogo/messages/async/AsyncMediumAdapter.java index a52c617..fd7dc40 100644 --- a/logo/src/xlogo/messages/async/AsyncMediumAdapter.java +++ b/logo/src/xlogo/messages/async/AsyncMediumAdapter.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loïc Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,10 +16,10 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Zürich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Loïc Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * * Contents of this file were entirely written by Marko Zivkovic diff --git a/logo/src/xlogo/messages/async/AsyncMessage.java b/logo/src/xlogo/messages/async/AsyncMessage.java index 5c3c4a8..7478cd2 100644 --- a/logo/src/xlogo/messages/async/AsyncMessage.java +++ b/logo/src/xlogo/messages/async/AsyncMessage.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loïc Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,10 +16,10 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Zürich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Loïc Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * * Contents of this file were entirely written by Marko Zivkovic diff --git a/logo/src/xlogo/messages/async/AsyncMessenger.java b/logo/src/xlogo/messages/async/AsyncMessenger.java index 99b3c3c..fea5206 100644 --- a/logo/src/xlogo/messages/async/AsyncMessenger.java +++ b/logo/src/xlogo/messages/async/AsyncMessenger.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loïc Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,10 +16,10 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Zürich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Loïc Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * * Contents of this file were entirely written by Marko Zivkovic diff --git a/logo/src/xlogo/messages/async/dialog/DialogMessage.java b/logo/src/xlogo/messages/async/dialog/DialogMessage.java index 2ab099d..20bc8d5 100644 --- a/logo/src/xlogo/messages/async/dialog/DialogMessage.java +++ b/logo/src/xlogo/messages/async/dialog/DialogMessage.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loïc Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,10 +16,10 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Zürich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Loïc Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * * Contents of this file were entirely written by Marko Zivkovic diff --git a/logo/src/xlogo/messages/async/dialog/DialogMessenger.java b/logo/src/xlogo/messages/async/dialog/DialogMessenger.java index 95fa512..106cacb 100644 --- a/logo/src/xlogo/messages/async/dialog/DialogMessenger.java +++ b/logo/src/xlogo/messages/async/dialog/DialogMessenger.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loïc Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,10 +16,10 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Zürich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Loïc Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * * Contents of this file were entirely written by Marko Zivkovic diff --git a/logo/src/xlogo/messages/async/history/HistoryMessage.java b/logo/src/xlogo/messages/async/history/HistoryMessage.java index ae3222c..595ae97 100644 --- a/logo/src/xlogo/messages/async/history/HistoryMessage.java +++ b/logo/src/xlogo/messages/async/history/HistoryMessage.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loïc Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,10 +16,10 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Zürich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Loïc Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * * Contents of this file were entirely written by Marko Zivkovic diff --git a/logo/src/xlogo/messages/async/history/HistoryMessenger.java b/logo/src/xlogo/messages/async/history/HistoryMessenger.java index e6bbbf7..dd36631 100644 --- a/logo/src/xlogo/messages/async/history/HistoryMessenger.java +++ b/logo/src/xlogo/messages/async/history/HistoryMessenger.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loïc Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,10 +16,10 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Zürich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Loïc Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * * Contents of this file were entirely written by Marko Zivkovic diff --git a/logo/src/xlogo/messages/async/history/HistoryWriter.java b/logo/src/xlogo/messages/async/history/HistoryWriter.java index 65bcff6..60bfabd 100644 --- a/logo/src/xlogo/messages/async/history/HistoryWriter.java +++ b/logo/src/xlogo/messages/async/history/HistoryWriter.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loïc Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,10 +16,10 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Zürich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Loïc Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * * Contents of this file were entirely written by Marko Zivkovic -- cgit v1.2.3