Skip to content

Commit

Permalink
Updated for release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Aug 12, 2024
1 parent 6f8fc21 commit 5dbc8b7
Show file tree
Hide file tree
Showing 105 changed files with 1,511 additions and 781 deletions.
6 changes: 3 additions & 3 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/slf4j-api-2.0.9.jar">
<classpathentry kind="lib" path="jars/slf4j-api-2.0.13.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/slf4j-nop-2.0.9.jar">
<classpathentry kind="lib" path="jars/slf4j-nop-2.0.13.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/sqlite-jdbc-3.45.2.0.jar">
<classpathentry kind="lib" path="jars/sqlite-jdbc-3.45.3.0.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<path id="TMXServer.classpath">
<pathelement location="jars/bcp47j.jar" />
<pathelement location="jars/json.jar" />
<pathelement location="jars/slf4j-api-2.0.9.jar" />
<pathelement location="jars/slf4j-nop-2.0.9.jar" />
<pathelement location="jars/sqlite-jdbc-3.45.2.0.jar" />
<pathelement location="jars/slf4j-api-2.0.13.jar" />
<pathelement location="jars/slf4j-nop-2.0.13.jar" />
<pathelement location="jars/sqlite-jdbc-3.45.3.0.jar" />
<pathelement location="jars/tmxvalidator.jar" />
<pathelement location="jars/xmljava.jar" />
</path>
Expand Down
29 changes: 29 additions & 0 deletions css/dark.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "./theme.css";
@import "./neutrals.css";

:root {
--error-color: #960303;
font-size: 16px;
Expand All @@ -12,6 +13,11 @@ body {
stroke: var(--gray10);
padding: 0;
margin: 0;
overflow: hidden;
}

.dialog_body {
padding: 8px;
}

.hdivider {
Expand Down Expand Up @@ -111,6 +117,7 @@ td.list {
td.editing {
background-color: var(--gray190) !important;
outline: 1px solid var(--themePrimary) !important;
white-space: pre-wrap;
}

td.fixed {
Expand Down Expand Up @@ -185,6 +192,10 @@ th {
border-bottom: 2px solid var(--gray150);
}

.leftBorder {
border-left: 2px solid var(--gray150);
}

.currentRow {
border-top: 2px solid var(--themePrimary) !important;
border-bottom: 2px solid var(--themePrimary) !important;
Expand Down Expand Up @@ -230,6 +241,15 @@ th {
border-radius: 2px;
}

.spaces {
color: var(--gray40);
background-color: var(--themeTertiary);
white-space-collapse: preserve;
padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
}

.right {
float: right;
}
Expand Down Expand Up @@ -344,6 +364,10 @@ label {
padding-right: 4px;
}

.middleLabel {
padding-top: 2px;
}

.column {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -607,6 +631,11 @@ th svg {
white-space: pre-wrap;
}

.container {
width: 100%;
height: 100%;
}

.divContainer {
/* Any container that needs to scroll content */
width: 100%;
Expand Down
29 changes: 29 additions & 0 deletions css/light.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "./theme.css";
@import "./neutrals.css";

:root {
--error-color: #960303;
font-size: 16px;
Expand All @@ -12,6 +13,11 @@ body {
stroke: var(--gray190);
padding: 0;
margin: 0;
overflow: hidden;
}

.dialog_body {
padding: 8px;
}

.hdivider {
Expand Down Expand Up @@ -111,6 +117,7 @@ td.list {
td.editing {
background-color: var(--gray10) !important;
outline: 1px solid var(--themePrimary) !important;
white-space: pre-wrap;
}

td.fixed {
Expand Down Expand Up @@ -185,6 +192,10 @@ th {
border-bottom: 2px solid var(--gray40);
}

.leftBorder {
border-left: 2px solid var(--gray40);
}

.currentRow {
border-top: 2px solid var(--themePrimary) !important;
border-bottom: 2px solid var(--themePrimary) !important;
Expand Down Expand Up @@ -230,6 +241,15 @@ th {
border-radius: 2px;
}

.spaces {
color: var(--gray40);
background-color: var(--themeTertiary);
white-space-collapse: preserve;
padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
}

.right {
float: right;
}
Expand Down Expand Up @@ -344,6 +364,10 @@ label {
padding-right: 4px;
}

.middleLabel {
padding-top: 2px;
}

.column {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -607,6 +631,11 @@ th svg {
white-space: pre-wrap;
}

.container {
width: 100%;
height: 100%;
}

.divContainer {
/* Any container that needs to scroll content */
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion html/en/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../../css/fonts.css">
</head>

<body onload="new About();">
<body class="dialog_body" onload="new About();">
<div class="fill_width center">
<img src="../../images/about.png" alt="about box">
</div>
Expand Down
4 changes: 2 additions & 2 deletions html/en/addLanguage.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<title>Add Language</title>
<link id="theme" rel="stylesheet" type="text/css" href="../../css/light.css">
<link rel="stylesheet" type="text/css" href="../../css/fonts.css">
</head>

<body onload="new AddLanguage();">
<body class="dialog_body" onload="new AddLanguage();">
<table class="fill_width">
<tr>
<td class="middle noWrap"><label for="language">Language</label></td>
Expand Down
2 changes: 1 addition & 1 deletion html/en/addNote.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../../css/fonts.css">
</head>

<body onload="new AddNote();">
<body class="dialog_body" onload="new AddNote();">

<table class="fill_width">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion html/en/addProperty.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../../css/fonts.css">
</head>

<body onload="new AddProperty();">
<body class="dialog_body" onload="new AddProperty();">

<table id="propsTable" class="fill_width">
<tr>
Expand Down
Loading

0 comments on commit 5dbc8b7

Please sign in to comment.