Skip to content

Commit 2739b5a

Browse files
committed
Added create new directory
1 parent efcdacf commit 2739b5a

24 files changed

+129
-59
lines changed

.idea/libraries/Maven__org_openjfx_javafx_base_win_17_0_0_1.xml renamed to .idea/libraries/Maven__org_openjfx_javafx_base_linux_17_0_0_1.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Maven__org_openjfx_javafx_controls_win_17_0_0_1.xml renamed to .idea/libraries/Maven__org_openjfx_javafx_controls_linux_17_0_0_1.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Maven__org_openjfx_javafx_fxml_win_17_0_0_1.xml renamed to .idea/libraries/Maven__org_openjfx_javafx_fxml_linux_17_0_0_1.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Maven__org_openjfx_javafx_graphics_win_17_0_0_1.xml renamed to .idea/libraries/Maven__org_openjfx_javafx_graphics_linux_17_0_0_1.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

idaesbasic.iml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<orderEntry type="inheritedJdk" />
3636
<orderEntry type="sourceFolder" forTests="false" />
3737
<orderEntry type="library" name="Maven: org.openjfx:javafx-controls:17.0.0.1" level="project" />
38-
<orderEntry type="library" name="Maven: org.openjfx:javafx-controls:win:17.0.0.1" level="project" />
38+
<orderEntry type="library" name="Maven: org.openjfx:javafx-controls:linux:17.0.0.1" level="project" />
3939
<orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:17.0.0.1" level="project" />
40-
<orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:win:17.0.0.1" level="project" />
40+
<orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:linux:17.0.0.1" level="project" />
4141
<orderEntry type="library" name="Maven: org.openjfx:javafx-base:17.0.0.1" level="project" />
42-
<orderEntry type="library" name="Maven: org.openjfx:javafx-base:win:17.0.0.1" level="project" />
42+
<orderEntry type="library" name="Maven: org.openjfx:javafx-base:linux:17.0.0.1" level="project" />
4343
<orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:17.0.0.1" level="project" />
44-
<orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:win:17.0.0.1" level="project" />
44+
<orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:linux:17.0.0.1" level="project" />
4545
<orderEntry type="library" name="Maven: org.kordamp.ikonli:ikonli-javafx:12.2.0" level="project" />
4646
<orderEntry type="library" name="Maven: org.kordamp.ikonli:ikonli-core:12.2.0" level="project" />
4747
<orderEntry type="library" name="Maven: org.kordamp.ikonli:ikonli-fontawesome-pack:12.2.0" level="project" />

releases/calendars/beta.ics

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,10 @@ PRODID:-//Ben Fortuna//iCal4j 1.0//EN
33
CALSCALE:GREGORIAN
44
VERSION:2.0
55
BEGIN:VEVENT
6-
DTSTAMP:20211106T235939Z
6+
DTSTAMP:20211114T001815Z
77
DTSTART:20211114T180000
88
DTEND:20211114T190000
99
SUMMARY:0.9.1
10-
UID:24
11-
END:VEVENT
12-
BEGIN:VEVENT
13-
DTSTAMP:20211106T235939Z
14-
DTSTART:20211107T023000
15-
DTEND:20211107T050000
16-
SUMMARY:Neues Ereignis 1
17-
UID:22
18-
END:VEVENT
19-
BEGIN:VEVENT
20-
DTSTAMP:20211106T235939Z
21-
DTSTART:20211115T003000
22-
DTEND:20211115T013000
23-
SUMMARY:Neues Ereignis 2
24-
UID:23
10+
UID:13
2511
END:VEVENT
2612
END:VCALENDAR

releases/roadmaps/0.9.1.todo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[ ] New folder option 2021-11-14
2+
[ ] Auto select in dialogs 2021-11-14
3+
[ ] Write compare why use idaesbasic and not other apps
4+
[ ] Do you really want to quit dialog 2021-11-14

releases/roadmaps/0.9.2.todo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[ ] Optional dates 2021-11-14
2+
[ ] Tags 2021-11-14
3+
[ ] Modifiable tasks 2021-11-14
4+
[ ] Side menu 2021-11-14
5+
[ ] Time option 2021-11-14
6+
[ ] Add settings

0 commit comments

Comments
 (0)