Skip to content

Commit

Permalink
Tweak UI design (nus-cs2103-AY1718S1#1)
Browse files Browse the repository at this point in the history
Many refinements to the UI design
  • Loading branch information
damithc authored Sep 3, 2016
1 parent 5aba94f commit a1dcc8c
Show file tree
Hide file tree
Showing 38 changed files with 445 additions and 2,433 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Generated class files
*.class

# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Default data file
addressbook.txt

# Package Files #
*.jar
*.war
*.ear

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Idea files
.idea/
*.iml
out/
test/data/
/bin/
data/
23 changes: 0 additions & 23 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

2 changes: 0 additions & 2 deletions .idea/description.html

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/encodings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/gradle.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

125 changes: 0 additions & 125 deletions .idea/uiDesigner.xml

This file was deleted.

Loading

0 comments on commit a1dcc8c

Please sign in to comment.