2021-03-26 01:59:07 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (c) 2021 hiimgoodpack
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
|
|
this software and associated documentation files (the "Software"), to deal in
|
|
|
|
the Software without restriction, including without limitation the rights to
|
|
|
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
|
|
of the Software, and to permit persons to whom the Software is furnished to do
|
|
|
|
so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
|
SOFTWARE.
|
|
|
|
-->
|
|
|
|
<!-- Generated with glade 3.38.2 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.24"/>
|
|
|
|
<object class="GtkPaned" id="Chat">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<child>
|
2021-03-26 18:06:08 +02:00
|
|
|
<!-- n-columns=2 n-rows=2 -->
|
|
|
|
<object class="GtkGrid">
|
2021-03-26 01:59:07 +02:00
|
|
|
<property name="visible">True</property>
|
2021-03-26 18:06:08 +02:00
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
2021-03-26 01:59:07 +02:00
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<child>
|
2021-03-26 18:06:08 +02:00
|
|
|
<object class="GtkScrolledWindow">
|
2021-03-26 01:59:07 +02:00
|
|
|
<property name="visible">True</property>
|
2021-03-26 18:06:08 +02:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="shadow-type">in</property>
|
2021-03-26 01:59:07 +02:00
|
|
|
<child>
|
2021-03-26 18:06:08 +02:00
|
|
|
<object class="GtkViewport">
|
2021-03-26 01:59:07 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
2021-03-26 18:06:08 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="Channels">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-03-26 01:59:07 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2021-03-26 18:06:08 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
<property name="width">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="UsernameLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="label" translatable="yes">[Username goes here]</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="SettingsButton">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="events">GDK_BUTTON_PRESS_MASK</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="icon-name">applications-system-symbolic.symbolic</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
2021-03-26 01:59:07 +02:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
|
|
|
<property name="shrink">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<!-- n-columns=3 n-rows=3 -->
|
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
2021-03-26 18:06:08 +02:00
|
|
|
<property name="hexpand">True</property>
|
2021-03-26 01:59:07 +02:00
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkViewport">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="Messages">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
2021-03-26 18:06:08 +02:00
|
|
|
<property name="selection-mode">none</property>
|
2021-03-26 01:59:07 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkListBoxRow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="label" translatable="yes">No channel has been opened.
|
|
|
|
Select a channel on the box to the left.</property>
|
2021-03-26 18:06:08 +02:00
|
|
|
<property name="wrap">True</property>
|
2021-03-26 01:59:07 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
<property name="width">3</property>
|
|
|
|
<property name="height">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="Message">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
2021-03-26 18:06:08 +02:00
|
|
|
<property name="max-length">2000</property>
|
|
|
|
<property name="placeholder-text" translatable="yes">Message (2000 character max)</property>
|
|
|
|
<property name="input-hints">GTK_INPUT_HINT_SPELLCHECK | GTK_INPUT_HINT_WORD_COMPLETION | GTK_INPUT_HINT_EMOJI | GTK_INPUT_HINT_NONE</property>
|
|
|
|
<property name="show-emoji-icon">True</property>
|
2021-03-26 01:59:07 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
<property name="width">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
|
|
|
<property name="shrink">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkMessageDialog" id="Error">
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="type-hint">dialog</property>
|
|
|
|
<property name="buttons">ok</property>
|
|
|
|
<property name="text" translatable="yes">An error has occured</property>
|
|
|
|
<property name="secondary-text" translatable="yes">[Error message goes here]</property>
|
2021-03-26 18:06:08 +02:00
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox">
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-03-26 01:59:07 +02:00
|
|
|
</object>
|
|
|
|
<!-- n-columns=3 n-rows=5 -->
|
|
|
|
<object class="GtkGrid" id="Login">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="label" translatable="yes">Log into Brainlet</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
<property name="width">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="label" translatable="yes">Domain:</property>
|
|
|
|
<property name="justify">right</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="Domain">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="placeholder-text" translatable="yes">example.com</property>
|
|
|
|
<property name="input-purpose">url</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
<property name="width">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="label" translatable="yes">Username:</property>
|
|
|
|
<property name="justify">right</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="Username">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="max-length">32</property>
|
|
|
|
<property name="width-chars">32</property>
|
|
|
|
<property name="caps-lock-warning">False</property>
|
|
|
|
<property name="input-purpose">name</property>
|
|
|
|
<property name="input-hints">GTK_INPUT_HINT_LOWERCASE | GTK_INPUT_HINT_UPPERCASE_CHARS | GTK_INPUT_HINT_NONE</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
<property name="width">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="label" translatable="yes">Password:</property>
|
|
|
|
<property name="justify">right</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="Password">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="max-length">128</property>
|
|
|
|
<property name="visibility">False</property>
|
|
|
|
<property name="width-chars">32</property>
|
|
|
|
<property name="input-purpose">password</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
<property name="width">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="LoginButton">
|
|
|
|
<property name="label" translatable="yes">Log in</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
<property name="margin-start">5</property>
|
|
|
|
<property name="margin-end">5</property>
|
|
|
|
<property name="margin-top">5</property>
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">4</property>
|
|
|
|
<property name="width">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="Window">
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="title" translatable="yes">Brainlet</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|