~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/widgets/representations/QuickHelp.layout

  • Committer: Package Import Robot
  • Author(s): Olek Wojnar, Stephen M. Webb, Olek Wojnar
  • Date: 2016-08-06 18:39:19 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20160806183919-4g72j3flj7xe2stj
Tags: 0.7.2+dfsg-1
[ Stephen M. Webb ]
* debian/control: updated build-depends to newer minimum versions
  (closes: #704786)
* debian/control: updated Standards-Version to 3.9.4 (updated VCS-* fields)
* debian/patches/0001-ember.in-test-expr.patch: removed (fixed upstream)
* debian/patches/0002-add-update_lua_bindings.patch: removed (fixed upstream)
* debian/patches/0003-add-atlas-pkg.patch: removed (fixed upstream)
* debian/patches/0004-domain-bindings-lua-makefile.patch: refreshed
* debian/patches/0005-ember.in-prefix.patch: removed (fixed upstream)
* debian/patches/0006-spellcheck-similiar.patch: removed (fixed upstream)
* debian/patches/0007-revert-libwfut-version.patch: refreshed
* debian/patches/0008-replace-fastdeletegate-with-sigc++.patch: removed
 (fixed upstream)
* debian/patches/0009-spelling-bach.patch: removed (fixed upstream)
* debian/patches/0010-fix-ember-script-args.patch: removed (fixed upstream)
* debian/patches/0011-qualify-template-functions.patch: removed (fixed
  upstream)
* debian/patches/0012-fix-osdir-headers.patch: removed (fixed upstream)
* debian/patches/0013-remove-invalid-linker-flags.patch: removed (fixed
  upstream)
* debian/patches/0014-add-missing-ogrelodstrategy.patch: new
* debian/control: fixed Vcs-Browser URL
* debian/patches/0015-verbose-configure-errors.patch: new
* debian/patches/0016-boost-1.53.patch: new
* debian/control: bump boost build dependeny to 1.53

[ Olek Wojnar ]
* New upstream release (Closes: #799748)
* Add myself as new uploader
  - Remove Stephen Webb per his request
  - Thanks for all the contributions, Stephen!
* d/patches/0007-revert-libwfut-version.patch: removed (unnecessary)
* d/control
  - Remove pre-dependency on dpkg
  - Update standards to 3.9.8 (no changes)
  - Update Vcs lines for secure URIs
* Import patch from the wfmath package to replace MersenneTwister.h
  -- Avoids problems from ambiguous copyright of the original file
* Update dependencies for version 0.7.2
* Enable all hardening options
* Add three lintian overrides
  -- Ignore install into usr/bin (binary)
  -- Ignore .rc files needed for WIN32 build (source)
  -- Ignore false positive of spelling error (binary)
* d/copyright: Update contributors and dates
* d/rules
  -- Do not remove "sounddefinitions" directory
  -- Enable parallel build
  -- Do not install into games directories
  -- Remove dh_builddeb override since xz is now the default
* d/watch: update file extensions
* Remove three patches, add eight patches, update remaining patches
  -- 0004-domain-bindings-lua-makefile.patch (implemented upstream)
  -- 0014-add-missing-ogrelodstrategy.patch (implemented upstream)
  -- 0016-boost-1.53.patch (patch target file removed upstream)
  -- 0018-enable-subdir-objects.patch (Fix automake 1.14 warnings)
  -- 0019-update-boost-m4.patch (Fix invalid boost_major_version)
  -- 0020-remove-obsolete-includes.patch (Fix obsolete includes)
  -- 0021-GraphicalChangeAdapter-fix-for-newer-compilers.patch (Added)
  -- 0022-fix-typos.patch (Fix typos identified by lintian)
  -- 0023-add-keywords-to-desktop-file.patch (Add Keywords to .desktop file)
  -- 0024-fix-icon-location (Make icon location Icon Theme Spec-compliant)
  -- 0025-fix-duplicate-script-install.patch (Was causing build failures)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='UTF-8'?>
2
 
<GUILayout>
3
 
        <Window Type='EmberLook/QuickHelpFrameWindow' Name='MainWindow'>
4
 
                <Property Name='UnifiedSize' Value='{{0.00,300.0},{0.00,150.0}}'/>
5
 
                <Property Name='UnifiedPosition' Value='{{1.00,-300.0},{1.00,-470.0}}'/>
6
 
                <!-- this tells the Show transition where the QuickHelp was at the time of hiding -->
7
 
                <Property Name='OldUnifiedPosition' Value='{{1.00,-300.0},{1.00,-470.0}}'/>
8
 
                <Property Name='Alpha' Value='0.6'/>
9
 
                <Property Name='Text' Value='Help'/>
10
 
                <Window Type='DefaultGUISheet' Name='MainInnerWindow'>
11
 
                        <Property Name='InheritsAlpha' Value='True'/>
12
 
                        <Window Type='EmberLook/StaticText' Name='PageNumber'>
13
 
                                <Property Name='UnifiedPosition' Value='{{1,-20},{0,2}}'/>
14
 
                                <Property Name='UnifiedSize' Value='{{0,20},{0,20}}'/>
15
 
                                <Property Name='InheritsAlpha' Value='True'/>
16
 
                                <Property Name='Text' Value='0/0' />
17
 
                                <Property Name='FrameEnabled' Value='false' />
18
 
                                <Property Name='BackgroundEnabled' Value='false' />
19
 
                        </Window>
20
 
                        <Window Type='EmberLook/StaticText' Name='Timer'>
21
 
                                <Property Name='UnifiedPosition' Value='{{0,2},{0,2}}'/>
22
 
                                <Property Name='UnifiedSize' Value='{{1,-25},{0,20}}'/>
23
 
                                <Property Name='InheritsAlpha' Value='True'/>
24
 
                                <Property Name='Text' Value='' />
25
 
                                <Property Name='FrameEnabled' Value='false' />
26
 
                                <Property Name='BackgroundEnabled' Value='false' />
27
 
                        </Window>
28
 
                        <Window Type='EmberLook/MultiLineEditbox' Name='HelpTextBox'>
29
 
                                <Property Name='UnifiedSize' Value='{{1,-10},{1,-50}}'/>
30
 
                                <Property Name='UnifiedPosition' Value='{{0,5},{0,25}}'/>
31
 
                                <Property Name='Text' Value=''/>
32
 
                                <Property Name='InheritsAlpha' Value='True'/>
33
 
                                <Property Name='ReadOnly' Value='True'/>
34
 
                                <Property Name='WordWrap' Value='True'/>
35
 
                        </Window>
36
 
                        <Window Type='EmberLook/Button' Name='Previous'>
37
 
                                <Property Name='UnifiedSize' Value='{{0,50},{0,20}}'/>
38
 
                                <Property Name='UnifiedPosition' Value='{{0,2},{1,-22}}'/>
39
 
                                <Property Name='Text' Value='Previous'/>
40
 
                        </Window>
41
 
                        <Window Type='EmberLook/Button' Name='Next'>
42
 
                                <Property Name='UnifiedSize' Value='{{0,50},{0,20}}'/>
43
 
                                <Property Name='UnifiedPosition' Value='{{1,-52},{1,-22}}'/>
44
 
                                <Property Name='Text' Value='Next'/>
45
 
                        </Window>
46
 
                        <Window Type='EmberLook/Button' Name='Hide'>
47
 
                                <Property Name='UnifiedSize' Value='{{0,100},{0,20}}'/>
48
 
                                <Property Name='UnifiedPosition' Value='{{0.5,-50},{1,-22}}'/>
49
 
                                <Property Name='Tooltip' Value='If checked, the help system will be disabled'/>
50
 
                                <Property Name='Text' Value="Don't Show Help"/>
51
 
                        </Window>
52
 
                </Window>
53
 
        </Window>
54
 
</GUILayout>
 
1
<GUILayout version="4">
 
2
    <Window name="MainWindow" type="EmberLook/QuickHelpFrameWindow">
 
3
        <Property name="Size" value="{{0.00,300.0},{0.00,150.0}}" />
 
4
        <Property name="Position" value="{{1.00,-300.0},{1.00,-470.0}}" />
 
5
 
 
6
        <Property name="OldPosition" value="{{1.00,-300.0},{1.00,-470.0}}" />
 
7
        <Property name="Alpha" value="0.6" />
 
8
        <Property name="Text" value="Help" />
 
9
        <Window name="MainInnerWindow" type="DefaultWindow">
 
10
            <Property name="InheritsAlpha" value="True" />
 
11
            <Window type="VerticalLayoutContainer">
 
12
                <Property name="Size" value="{{1,-10},{1,-10}}" />
 
13
                <Property name="Position" value="{{0,5},{0,5}}" />
 
14
                <Window name="HelpTextBox" type="EmberLook/StaticText">
 
15
                    <Property name="Font" value="DejaVuSans-10" />
 
16
                    <Property name="Size" value="{{1,0},{1,-25}}" />
 
17
                    <Property name="Text" value="" />
 
18
                    <Property name="InheritsAlpha" value="True" />
 
19
                    <Property name="HorzFormatting" value="WordWrapLeftAligned" />
 
20
                    <Property name="VertFormatting" value="TopAligned" />
 
21
                </Window>
 
22
                <Window type="DefaultWindow">
 
23
                    <Property name="Size" value="{{1,0},{0,20}}" />
 
24
                    <Window name="Previous" type="EmberLook/Button">
 
25
                        <Property name="Size" value="{{0,50},{0,20}}" />
 
26
                        <Property name="Text" value="Previous" />
 
27
                    </Window>
 
28
                    <Window name="Next" type="EmberLook/Button">
 
29
                        <Property name="Size" value="{{0,50},{0,20}}" />
 
30
                        <Property name="Position" value="{{1,-50},{0,0}}" />
 
31
                        <Property name="Text" value="Next" />
 
32
                    </Window>
 
33
                    <Window name="Hide" type="EmberLook/Button">
 
34
                        <Property name="Size" value="{{0,100},{0,20}}" />
 
35
                        <Property name="Position" value="{{0.5,-50},{0,0}}" />
 
36
                        <Property name="TooltipText" value="If checked, the help system will be disabled" />
 
37
                        <Property name="Text" value="Don't Show Help" />
 
38
                    </Window>
 
39
                </Window>
 
40
            </Window>
 
41
        </Window>
 
42
    </Window>
 
43
</GUILayout>
 
 
b'\\ No newline at end of file'