rsence-pre 2.3.0.15 → 2.3.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/AUTHORS.txt +63 -0
- data/MIT-LICENSE.txt +21 -0
- data/VERSION +1 -1
- data/bin/rsence-pre +0 -8
- data/js/comm/autosync/autosync.js +0 -7
- data/js/comm/comm.js +0 -9
- data/js/comm/jsloader/jsloader.js +0 -10
- data/js/comm/queue/queue.js +0 -7
- data/js/comm/session/session.js +0 -7
- data/js/comm/sessionwatcher/sessionwatcher.js +0 -8
- data/js/comm/transporter/transporter.js +0 -7
- data/js/comm/urlresponder/urlresponder.js +0 -7
- data/js/comm/values/values.js +0 -8
- data/js/controls/button/button.js +0 -9
- data/js/controls/checkbox/checkbox.js +1 -7
- data/js/controls/dialogs/alert_sheet/alert_sheet.js +0 -7
- data/js/controls/dialogs/confirm_sheet/confirm_sheet.js +0 -7
- data/js/controls/dialogs/sheet/sheet.js +0 -8
- data/js/controls/imageview/imageview.js +0 -7
- data/js/controls/passwordcontrol/passwordcontrol.js +0 -8
- data/js/controls/progress/progressbar/progressbar.js +0 -7
- data/js/controls/progress/progressindicator/progressindicator.js +0 -8
- data/js/controls/radiobutton/radiobutton.js +0 -8
- data/js/controls/sliders/slider/slider.js +0 -8
- data/js/controls/sliders/slider/themes/default/slider.css +4 -0
- data/js/controls/sliders/vslider/themes/default/vslider.css +4 -0
- data/js/controls/sliders/vslider/vslider.js +0 -8
- data/js/controls/stepper/stepper.js +0 -9
- data/js/controls/stringview/stringview.js +0 -7
- data/js/controls/tab/tab.js +0 -8
- data/js/controls/textarea/textarea.js +0 -8
- data/js/controls/textcontrol/textcontrol.js +0 -10
- data/js/controls/uploader/uploader.coffee +0 -7
- data/js/controls/validatorview/validatorview.js +0 -7
- data/js/controls/window/window.js +0 -8
- data/js/core/class/class.js +10 -9
- data/js/core/elem/elem.coffee +40 -0
- data/js/core/event/event.js +0 -9
- data/js/core/iefix/iefix.js +0 -10
- data/js/core/rsence_ns/rsence_ns.js +0 -8
- data/js/datetime/calendar/calendar.coffee +0 -7
- data/js/datetime/datetimepicker/datetimepicker.js +1 -8
- data/js/datetime/datetimevalue/datetimevalue.js +0 -8
- data/js/datetime/timesheet/timesheet.js +0 -8
- data/js/datetime/timesheet_item/timesheet_item.js +0 -7
- data/js/foundation/application/application.js +0 -8
- data/js/foundation/control/control.js +0 -7
- data/js/foundation/control/controldefaults/controldefaults.js +0 -7
- data/js/foundation/control/dummyvalue/dummyvalue.js +0 -7
- data/js/foundation/control/dyncontrol/dyncontrol.js +0 -7
- data/js/foundation/control/eventresponder/eventresponder.js +0 -7
- data/js/foundation/control/valueaction/valueaction.js +0 -8
- data/js/foundation/control/valuematrix/valuematrix.js +0 -8
- data/js/foundation/control/valueresponder/valueresponder.js +0 -8
- data/js/foundation/eventmanager/eventmanager.coffee +25 -25
- data/js/foundation/eventmanager/eventmanager.js +0 -8
- data/js/foundation/geom/point/point.js +0 -9
- data/js/foundation/geom/rect/rect.js +0 -9
- data/js/foundation/json_renderer/json_renderer.js +0 -8
- data/js/foundation/locale_settings/locale_settings.js +0 -8
- data/js/foundation/system/system.js +0 -8
- data/js/foundation/thememanager/thememanager.js +0 -7
- data/js/foundation/value/value.js +0 -7
- data/js/foundation/view/markupview/markupview.js +0 -7
- data/js/foundation/view/morphanimation/morphanimation.js +1 -8
- data/js/foundation/view/view.js +0 -7
- data/js/foundation/view/viewdefaults/viewdefaults.js +0 -7
- data/js/graphics/svgcontrol/svgcontrol.js +0 -7
- data/js/lists/checkboxlist/checkboxlist.js +1 -8
- data/js/lists/listitems/listitems.js +0 -8
- data/js/lists/propertylist/propertylist.js +0 -7
- data/js/lists/propertylist/propertylisteditor/propertylisteditor.js +1 -8
- data/js/lists/radiobuttonlist/radiobuttonlist.js +0 -7
- data/js/menus/minimenu/minimenu.js +1 -9
- data/js/menus/minimenuitem/minimenuitem.js +0 -8
- data/js/util/reloadapp/reloadapp.js +0 -7
- data/js/util/sha/sha.js +0 -9
- data/js/views/centerview/centerview.js +0 -7
- data/js/views/inlineview/inlineview.js +1 -8
- data/js/views/scrollview/scrollview.js +0 -7
- data/lib/rsence/argv.rb +0 -8
- data/lib/rsence/daemon.rb +0 -8
- data/lib/rsence/default_config.rb +0 -8
- data/lib/rsence/dependencies.rb +0 -8
- data/lib/rsence/http/broker.rb +0 -7
- data/lib/rsence/http/rackup.rb +0 -8
- data/lib/rsence/http/request.rb +0 -8
- data/lib/rsence/http/response.rb +0 -8
- data/lib/rsence/msg.rb +0 -9
- data/lib/rsence/pluginmanager.rb +0 -8
- data/lib/rsence/plugins/gui_plugin.rb +0 -8
- data/lib/rsence/plugins/guiparser.rb +0 -8
- data/lib/rsence/plugins/plugin.rb +0 -8
- data/lib/rsence/plugins/plugin_base.rb +0 -8
- data/lib/rsence/plugins/plugin_plugins.rb +0 -8
- data/lib/rsence/plugins/plugin_sqlite_db.rb +0 -8
- data/lib/rsence/plugins/servlet.rb +0 -8
- data/lib/rsence/plugins.rb +0 -8
- data/lib/rsence/sessionmanager.rb +0 -9
- data/lib/rsence/sessionstorage.rb +0 -9
- data/lib/rsence/sigcomm.rb +0 -9
- data/lib/rsence/transporter.rb +0 -8
- data/lib/rsence/value.rb +0 -9
- data/lib/rsence/valuemanager.rb +0 -9
- data/lib/rsence.rb +0 -7
- data/plugins/client_pkg/client_pkg.rb +0 -8
- data/plugins/client_pkg/lib/client_pkg_build.rb +0 -8
- data/plugins/client_pkg/lib/client_pkg_cache.rb +0 -8
- data/plugins/client_pkg/lib/client_pkg_serve.rb +0 -8
- data/plugins/main/main.rb +0 -8
- data/plugins/ticket/lib/common.rb +0 -8
- data/plugins/ticket/lib/favicon.rb +0 -9
- data/plugins/ticket/lib/file.rb +0 -8
- data/plugins/ticket/lib/img.rb +0 -8
- data/plugins/ticket/lib/objblob.rb +0 -8
- data/plugins/ticket/lib/rsrc.rb +0 -8
- data/plugins/ticket/lib/upload.rb +0 -9
- data/plugins/ticket/ticket.rb +0 -9
- data/setup/welcome/welcome.rb +0 -8
- metadata +5 -4
- data/LICENSE.txt +0 -622
data/AUTHORS.txt
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
|
|
2
|
+
Authors/contributors ordered by project phase (newest first) and order of first contribution (oldest first).
|
|
3
|
+
|
|
4
|
+
If you see your name here and want your email address listed, please contact o@rsence.org
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
RSence 2.3-> [MIT] (2013->)
|
|
8
|
+
---------------------------
|
|
9
|
+
|
|
10
|
+
Juha-Jarmo Heinonen <o@rsence.org>
|
|
11
|
+
Architect and Developer
|
|
12
|
+
|
|
13
|
+
Petteri Salmi <petteri.salmi@hhtec.fi>
|
|
14
|
+
Patches
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
RSence 1.0 to 2.2 [GPL] (2009-2012)
|
|
19
|
+
-----------------------------------
|
|
20
|
+
|
|
21
|
+
Juha-Jarmo Heinonen <o@rsence.org>
|
|
22
|
+
Architect and Developer
|
|
23
|
+
|
|
24
|
+
Toni Nurminen <toni.nurminen@riassence.com>
|
|
25
|
+
Documentation and examples
|
|
26
|
+
|
|
27
|
+
Tomi Toivio
|
|
28
|
+
Documentation
|
|
29
|
+
|
|
30
|
+
Sergey Kim
|
|
31
|
+
Patches
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
Himle [GPL] (2008-2009)
|
|
36
|
+
-----------------------
|
|
37
|
+
|
|
38
|
+
Juha-Jarmo Heinonen <o@rsence.org>
|
|
39
|
+
Architect and Developer
|
|
40
|
+
|
|
41
|
+
Sergey Kim
|
|
42
|
+
Patches
|
|
43
|
+
|
|
44
|
+
Domen Puncer <domen@cba.si>
|
|
45
|
+
JSMinC and JSCompress extensions
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
Helmi RIA Platform 2.0 [Closed/GPL] (2006-2007)
|
|
50
|
+
-----------------------------------------------
|
|
51
|
+
|
|
52
|
+
Juha-Jarmo Heinonen <o@rsence.org>
|
|
53
|
+
Architect and Developer
|
|
54
|
+
|
|
55
|
+
Mika Laukka
|
|
56
|
+
Developer
|
|
57
|
+
|
|
58
|
+
Jukka Kortela
|
|
59
|
+
Developer
|
|
60
|
+
|
|
61
|
+
Sergey Kim
|
|
62
|
+
Developer
|
|
63
|
+
|
data/MIT-LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Copyright 2013 Juha-Jarmo Heinonen and other contributors
|
|
2
|
+
http://rsence.org/
|
|
3
|
+
|
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
5
|
+
a copy of this software and associated documentation files (the
|
|
6
|
+
"Software"), to deal in the Software without restriction, including
|
|
7
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
8
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
9
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
10
|
+
the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be
|
|
13
|
+
included in all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
16
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
17
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
18
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
19
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
20
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
21
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.0.
|
|
1
|
+
2.3.0.16.pre
|
data/bin/rsence-pre
CHANGED
|
@@ -1,12 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
|
-
## RSence
|
|
3
|
-
# Copyright 2010 Riassence Inc.
|
|
4
|
-
# http://riassence.com/
|
|
5
|
-
#
|
|
6
|
-
# You should have received a copy of the GNU General Public License along
|
|
7
|
-
# with this software package. If not, contact licensing@riassence.com
|
|
8
|
-
##
|
|
9
|
-
|
|
10
2
|
|
|
11
3
|
require 'profile' if ARGV.include?('--profile')
|
|
12
4
|
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
// Starts the synchronization upon page load.
|
|
10
3
|
COMM.AutoSyncStarter = {
|
data/js/comm/comm.js
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
1
|
|
|
10
2
|
/*** = Description
|
|
11
3
|
** XMLHttpRequest abstractor, and handler and utilities.
|
|
@@ -222,4 +214,3 @@ else {
|
|
|
222
214
|
return new COMM._FakeHttpRequst();
|
|
223
215
|
};
|
|
224
216
|
}
|
|
225
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2007 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** A class for asynchronously fetching Javascript libraries from the server.
|
|
@@ -120,6 +113,3 @@ LOAD(
|
|
|
120
113
|
jsLoader = COMM.jsLoader;
|
|
121
114
|
}
|
|
122
115
|
);
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
data/js/comm/queue/queue.js
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** COMM.Queue executes javascript blocks in a managed queue.
|
data/js/comm/session/session.js
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** COMM.Session is the session key manager.
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
1
|
|
|
10
2
|
/*** = Description
|
|
11
3
|
** The single instance of this class is constructed after the first
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** Implements the client-server interface.
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** This application registers url responders to hide/show
|
data/js/comm/values/values.js
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** Manages data value synchronization.
|
|
@@ -537,4 +530,3 @@ COMM.Values._detectNativeJSONSupport();
|
|
|
537
530
|
// Backwards compatibility assignment for code that still
|
|
538
531
|
// uses HVM as a reference of the Value Manager:
|
|
539
532
|
HVM = COMM.Values;
|
|
540
|
-
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2008 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
1
|
|
|
10
2
|
/*** = Description
|
|
11
3
|
** Simple button component, designed to be extended for any
|
|
@@ -84,4 +76,3 @@ HClickButton = HButton.extend({
|
|
|
84
76
|
|
|
85
77
|
var//RSence.Controls
|
|
86
78
|
HClickValueButton = HClickButton;
|
|
87
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2008 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** Simple checkbox component, toggles the value of
|
|
@@ -12,6 +5,7 @@
|
|
|
12
5
|
***/
|
|
13
6
|
var//RSence.Controls
|
|
14
7
|
HCheckbox = HButton.extend({
|
|
8
|
+
|
|
15
9
|
componentName: 'checkbox',
|
|
16
10
|
|
|
17
11
|
defaultEvents: {
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HAlertSheet is a simple alert notification control.
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** Simple confirm sheet control. Acts like HAlertSheet but has a cancel
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2009 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
1
|
|
|
10
2
|
/*** = Description
|
|
11
3
|
** HSheet is a container component that toggles its visibility
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HImageView is a control unit intended to display images on the screen
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** Just like HTextControl, but the typed characters are not shown.
|
|
@@ -20,4 +13,3 @@ HPasswordControl = HTextControl.extend({
|
|
|
20
13
|
componentName: 'passwordcontrol'
|
|
21
14
|
|
|
22
15
|
});
|
|
23
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HProgressBar is a control unit used to convey the progress of a task,
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** A progress indicator is the indeterminate progress bar, which is used in
|
|
@@ -41,4 +34,3 @@ HProgressIndicator = HView.extend({
|
|
|
41
34
|
this._indicator.animateTo(_directionRect);
|
|
42
35
|
}
|
|
43
36
|
});
|
|
44
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2008 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** A HRadioButton is a labeled, two-state button that's displayed in a group along
|
|
@@ -40,4 +33,3 @@ HRadioButton.prototype.componentName = 'radiobutton';
|
|
|
40
33
|
// Backwards compatibility
|
|
41
34
|
var//RSence.Controls
|
|
42
35
|
HRadiobutton = HRadioButton;
|
|
43
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HSlider is a control unit that enables the user to choose a value in a range of values.
|
|
@@ -332,4 +325,3 @@ HSlider = HControl.extend({
|
|
|
332
325
|
this.prevOrientation = _orientation;
|
|
333
326
|
}
|
|
334
327
|
});
|
|
335
|
-
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
position: absolute;
|
|
5
5
|
height: 7px; top: 7px;
|
|
6
6
|
font-size: 0;
|
|
7
|
+
cursor: col-resize;
|
|
7
8
|
background-image: #{this.getCssFilePath('hslider_tracks.png')};
|
|
8
9
|
}
|
|
9
10
|
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
.slider_track {
|
|
21
22
|
left: 14px; right: 14px;
|
|
22
23
|
background-position: 0 -14px;
|
|
24
|
+
cursor: col-resize;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.disabled .slider_track_left {
|
|
@@ -38,6 +40,7 @@
|
|
|
38
40
|
position: absolute;
|
|
39
41
|
top: 0; height: 21px; width: 21px;
|
|
40
42
|
font-size: 0;
|
|
43
|
+
cursor: col-resize;
|
|
41
44
|
background-position: 0 0;
|
|
42
45
|
background-image: #{this.getCssFilePath('slider_thumbs.png')};
|
|
43
46
|
}
|
|
@@ -53,6 +56,7 @@
|
|
|
53
56
|
.slider_thumb_n,
|
|
54
57
|
.slider_thumb_s {
|
|
55
58
|
position: absolute;
|
|
59
|
+
cursor: col-resize;
|
|
56
60
|
top: 0; height: 21px; width: 21px;
|
|
57
61
|
background-image: #{this.getCssFilePath('slider_thumbs.png')};
|
|
58
62
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
position: absolute;
|
|
5
5
|
width: 7px; left: 7px;
|
|
6
6
|
font-size: 0;
|
|
7
|
+
cursor: row-resize;
|
|
7
8
|
background-image: #{this.getCssFilePath('vslider_tracks.png')};
|
|
8
9
|
}
|
|
9
10
|
|
|
@@ -39,6 +40,7 @@
|
|
|
39
40
|
font-size: 0px;
|
|
40
41
|
left: 0; width: 21px; height: 21px;
|
|
41
42
|
background-position: 0 0;
|
|
43
|
+
cursor: row-resize;
|
|
42
44
|
background-image: #{this.getCssFilePath('slider_thumbs.png')};
|
|
43
45
|
}
|
|
44
46
|
|
|
@@ -54,11 +56,13 @@
|
|
|
54
56
|
.vslider_thumb_w {
|
|
55
57
|
position: absolute;
|
|
56
58
|
top: 0; height: 21px; width: 21px;
|
|
59
|
+
cursor: row-resize;
|
|
57
60
|
background-image: #{this.getCssFilePath('slider_thumbs.png')};
|
|
58
61
|
}
|
|
59
62
|
|
|
60
63
|
.vslider_thumb_e,
|
|
61
64
|
.vslider_thumb_w {
|
|
65
|
+
cursor: row-resize;
|
|
62
66
|
left: 0;
|
|
63
67
|
}
|
|
64
68
|
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HVSlider (vertical version of the slider control) is a control unit that enables the user
|
|
@@ -40,4 +33,3 @@ HVSlider = HSlider.extend({
|
|
|
40
33
|
orientations: ['w','e','c']
|
|
41
34
|
|
|
42
35
|
});
|
|
43
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HStepper is a control unit made of two adjacent buttons with up and down arrows
|
|
@@ -207,5 +200,3 @@ HStepper = HControl.extend({
|
|
|
207
200
|
|
|
208
201
|
|
|
209
202
|
});
|
|
210
|
-
|
|
211
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HStringView is a view component that represents a non-editable line of text.
|
data/js/controls/tab/tab.js
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2008 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HTabView
|
|
@@ -377,4 +370,3 @@ GUITreeTabItem = {
|
|
|
377
370
|
return _parent.addTab( _options.label, _options.select, GUITreeTabView, _options );
|
|
378
371
|
}
|
|
379
372
|
};
|
|
380
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2008 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HTextArea is a scrollable multi-line area that displays editable plain
|
|
@@ -21,4 +14,3 @@ HTextArea = HTextControl.extend({
|
|
|
21
14
|
|
|
22
15
|
|
|
23
16
|
});
|
|
24
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** HTextControl is a control unit that represents an editable input
|
|
@@ -425,6 +418,3 @@ HNumericTextControl = HTextControl.extend({
|
|
|
425
418
|
}
|
|
426
419
|
|
|
427
420
|
});
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
## RSence
|
|
2
|
-
# Copyright 2008-2011 Riassence Inc.
|
|
3
|
-
# http://riassence.com/
|
|
4
|
-
#
|
|
5
|
-
# You should have received a copy of the GNU General Public License along
|
|
6
|
-
# with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
##
|
|
8
1
|
|
|
9
2
|
# The default locale settings, may be overridden on the server.
|
|
10
3
|
HLocale.components.HUploader =
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2008 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
var//RSence.Controls
|
|
10
3
|
HValidatorView = HControl.extend({
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2008 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/*** = Description
|
|
10
3
|
** The HWindow component can contain subviews and its position and size
|
|
@@ -414,4 +407,3 @@ HWindow = HDynControl.extend({
|
|
|
414
407
|
}
|
|
415
408
|
}
|
|
416
409
|
});
|
|
417
|
-
|
data/js/core/class/class.js
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/* RSence
|
|
2
|
-
* Copyright 2006 Riassence Inc.
|
|
3
|
-
* http://riassence.com/
|
|
4
|
-
*
|
|
5
|
-
* You should have received a copy of the GNU General Public License along
|
|
6
|
-
* with this software package. If not, contact licensing@riassence.com
|
|
7
|
-
*/
|
|
8
1
|
|
|
9
2
|
/** = Description
|
|
10
3
|
* The extended object model.
|
|
@@ -69,6 +62,15 @@ HClass.prototype = {
|
|
|
69
62
|
|
|
70
63
|
// detection for production build (compressed source; '_compressed' would be something like '_x4', whereas '_'+'compressed' is still '_compressed')
|
|
71
64
|
isProduction: '_'+'compressed' !== '_compressed',
|
|
65
|
+
|
|
66
|
+
_exceptionProperties: function(e){
|
|
67
|
+
var err = {}, prop;
|
|
68
|
+
for (prop in e) {
|
|
69
|
+
err[prop] = e[prop];
|
|
70
|
+
}
|
|
71
|
+
err['string'] = e.toString();
|
|
72
|
+
return err;
|
|
73
|
+
},
|
|
72
74
|
|
|
73
75
|
/* The property copying method. */
|
|
74
76
|
extend: function(_source, _value) {
|
|
@@ -94,7 +96,7 @@ HClass.prototype = {
|
|
|
94
96
|
_returnValue = _method.apply(this, arguments);
|
|
95
97
|
}
|
|
96
98
|
catch(e){
|
|
97
|
-
!this.isProduction && console.warn("An exception occurred while calling base: ",e);
|
|
99
|
+
!this.isProduction && console.warn("An exception occurred while calling base: ",this._exceptionProperties(e)," object: ",_ancestor);
|
|
98
100
|
_returnValue = null;
|
|
99
101
|
}
|
|
100
102
|
// then because event this function can be called from child method
|
|
@@ -346,4 +348,3 @@ if(window['console']===undefined){
|
|
|
346
348
|
|
|
347
349
|
|
|
348
350
|
} catch(e) {}
|
|
349
|
-
|