Commit Graph

1057 Commits

Author SHA1 Message Date
DieGurke
b1dbe58f2c User Friendly Settings
* Removed CreateNewButton button and added it's functionality to the
save button.
* Revised theme dropDown style.

fixes #64
2019-12-21 12:24:11 +01:00
57ffbc2b2c Implemented logger level configuration, added Javadoc
Fixes #45
2019-12-21 12:20:23 +01:00
921f1f8689 Moved local files to .envoy directory in user home
Fixes #57
2019-12-21 11:50:01 +01:00
c2f7bd7b21 Improved Config machanism with ConfigItems
Added logger levels and home directory to Config
2019-12-21 11:35:01 +01:00
DieGurke
f31f252613 Fixed UI Alignment of theme customization components
Fixes #39
2019-12-21 11:17:23 +01:00
f9a1db90ea
Merge pull request #63 from informatik-ag-ngl/f/settings_panel
Added SettingsPanel architecture
2019-12-21 10:02:18 +01:00
cd508af2d9 Added Javadoc since tags as requested by @delvh 2019-12-21 10:02:25 +01:00
de89261950
Merge pull request #62 from informatik-ag-ngl/f/javadoc
Added and fixed existing Javadoc, configured Javadoc validation
2019-12-21 09:12:35 +01:00
5c93255fb6 Fixed layout of SettingsPanel in SettingsScreen 2019-12-21 08:06:05 +01:00
e367e5d57d Added custom import organization preferences
Imports are converted to .* after 4 imports from the same package,
static imports are converted to .* after 2 imports from the same type
2019-12-21 07:54:15 +01:00
9234ab87ae Added missing Javadoc since tags as requested by @delvh 2019-12-21 00:43:38 +01:00
b0ce8fe340 Refined theme customization mechanism
* Created abstract SettingsPanel class for defining settings screen
pages
* Moves theme customization related settings to new class
ThemeCustomizationPanel
* Changes Theme to use a map internally
2019-12-21 00:29:16 +01:00
ccff438c7f Added and fixed existing Javadoc, configured Javadoc validation 2019-12-20 20:25:54 +01:00
eaa384d018
Merge pull request #61 from informatik-ag-ngl/b/save_exit
Saving settings and local database on application exit
2019-12-20 19:30:26 +01:00
23d7d6b164 Saving settings and local database on application exit
Fixes #55
2019-12-20 15:05:31 +01:00
b4a105646d
Merge pull request #60 from informatik-ag-ngl/f/javadoc
Updated malformed Javadoc
2019-12-20 13:33:10 +01:00
delvh
771f358eb3
Merge branch 'develop' into f/javadoc 2019-12-20 12:58:06 +01:00
delvh
549fc3de7a Updated malformed Javadoc 2019-12-20 12:53:40 +01:00
delvh
31195cbd23
Merge pull request #58 from informatik-ag-ngl/f/logger
Advanced Logger with the ability to write logs to a file
2019-12-20 12:52:13 +01:00
delvh
c9c99b3117 Deleted an unnecessary comment as per @CyB3RC0nN0Rs request 2019-12-20 12:51:35 +01:00
e77abd3b00 Fixed errors caused by preparing the merge into develop 2019-12-20 12:36:53 +01:00
delvh
bf440d367c
Merge branch 'develop' into f/logger 2019-12-20 12:30:53 +01:00
6f9b777da3 Added log directory to .gitignore 2019-12-20 12:01:09 +01:00
cda88dac1e Merge branch 'f/logger' of
git@github.com:informatik-ag-ngl/envoy-client.git into f/logger

Conflicts:
	src/main/java/envoy/client/event/EnvoyLogger.java
2019-12-20 12:00:44 +01:00
2685276ae3 Fixed Logger initialization
Renamed EnvoyLogger to EnvoyLog and moved it to the newl< created
envoy.client.util package.
2019-12-20 11:59:11 +01:00
delvh
3a3d6fe649 Improved Javadoc slightly 2019-12-20 11:31:12 +01:00
fdeb922bdd
Merge pull request #54 from informatik-ag-ngl/f/scrollbar
Enhanced Scroll Bar
2019-12-18 22:14:05 +01:00
9b679aa049 Added Javadoc requested by @delvh 2019-12-18 22:07:05 +01:00
delvh
3652a5bc97 Updated EnvoyLogger -> still not working 2019-12-18 17:11:56 +01:00
7de411f735 Fixed vertical scroll bar drawing on 4K monitors 2019-12-17 08:17:22 +01:00
0cd0380c87 Added ThemeChangeEvent, improved EventHandler declaration 2019-12-16 09:41:21 +01:00
DieGurke
4d235c2cd9 Formatting
* Split applyTheme method in applyTheme and autoscroll.
* Added Javadoc
2019-12-15 20:18:43 +01:00
2405d4a6ad Added PrimaryScrollPane class with default scroll pane UI settings 2019-12-15 17:44:13 +01:00
b051ddb831 Improved code style and formatting 2019-12-15 16:26:11 +01:00
DieGurke
cf56b2f7ad Cold style improvement
Changed if query with isVertical in PrimaryScrollBar to short form.
2019-12-15 12:53:01 +01:00
DieGurke
cda5c37a4a Autoscroll
* Implemented functionality to automatically scroll down when user is on
the bottom of the chat and then there are new messages added.
* When chat is opened, the vertical scroll bar starts at the bottom.
* When rereading messages, the chat doesn't scroll down if new messages
are added. (Besides see first point)
2019-12-15 12:48:40 +01:00
DieGurke
b1f9172b63 Horizontal Scroll Bar
Implemented primaryScrollBar support for horizontal scroll bar as well.
2019-12-15 00:34:44 +01:00
DieGurke
c5956ef6f4 Custom scroll bar
* Added PrimaryScrollBar class
* Implemented PrimaryScrollBar in ChatWindow for the ScrollPanes
vertical scroll bar
2019-12-14 19:10:45 +01:00
delvh
cac42e2d83 Implemented a (not working) own version of a logger
and reformatted code
2019-12-14 14:58:07 +01:00
043c166840
Merge pull request #53 from informatik-ag-ngl/f/background_execution
Added background execution
2019-12-14 14:30:19 +01:00
DieGurke
39465c0fd7
Merge pull request #52 from informatik-ag-ngl/b/incorrect_color_change
Fixed incorrect color changing
2019-12-14 14:25:46 +01:00
62635b9cfa Added background execution 2019-12-14 14:17:24 +01:00
DieGurke
054da369e7
Merge branch 'develop' into b/incorrect_color_change 2019-12-14 14:03:02 +01:00
DieGurke
0eb5d48a9a
Merge pull request #51 from informatik-ag-ngl/f/primaryComponents
Added customized primary components
2019-12-14 13:54:33 +01:00
DieGurke
7d38656b54
Merge branch 'develop' into f/primaryComponents 2019-12-14 13:54:22 +01:00
DieGurke
01d4c9eb13 Formatted 2019-12-14 13:52:47 +01:00
DieGurke
507e249512 Revised code according to reviews by @delvh and @CyB3RC0nN0R 2019-12-14 13:46:19 +01:00
ae1d3bd0c0
Merge pull request #49 from informatik-ag-ngl/f/offline_mode
Added offline mode
2019-12-14 13:29:24 +01:00
DieGurke
59dff7bf25 Changed colors management in the displaying of the themes settings
screen.
2019-12-14 12:54:32 +01:00
f044c5cc8d Added documentation, refined exception handling 2019-12-14 11:30:00 +01:00