Skip to content
GitLab
Explore
Sign in
Commits on Source
307
276f816f
Initial commit with an empty main module.
Apr 25, 2015
7dfc7ffb
Fixed Pythonpath to work outside of eclipse. (program/main.py)
Apr 25, 2015
9cd527a9
Added data package and added config file with an initial value.
Apr 25, 2015
5e1e0ec2
Added utils package and the userInputParser module to the project.
Apr 25, 2015
319e88c3
Implemented basic parsing steps to
Apr 25, 2015
32a9f628
Initial commit
Apr 25, 2015
808160b9
Fixed Pythonpath in program.main.py
Apr 25, 2015
e012a6e5
Created basic folder structures, modules and data files.
Apr 25, 2015
4928290b
Implemented Folder directory changing method.
Apr 25, 2015
2490d655
Revert "Fixed Pythonpath in program.main.py"
Apr 25, 2015
1a3365c1
Revert "Revert "Fixed Pythonpath in program.main.py""
Apr 25, 2015
feaa362f
Integrated directory changing method in main.
Apr 25, 2015
a813c7a7
Outsourced getActiveDirectory method and also integrated in in main.
Apr 25, 2015
e41775e0
Implemented the icon changing mechanic. The project is now
Apr 25, 2015
d4f6701f
Buxfixes after real-world testing.
Apr 25, 2015
593e23e4
Various bugfixes and the creation of the completeCheck method.
Apr 26, 2015
f695d241
Update to 1.1, some bugfixes after real-world testing.
Apr 26, 2015
bdf8df11
Last commit behaved strangely, extra commit for security.
Apr 26, 2015
b4cd775b
Added support for movies.
Apr 26, 2015
7ec4ea9f
Optimized the loops.
Apr 26, 2015
a9fce1c3
Official upgrade to V1.2
Apr 26, 2015
25cee80d
Added a prompt to ask for the directory to be used. Also contains a
May 02, 2015
d3581b4d
New failure case in case the directory in the config file does not exit
May 02, 2015
f65840fb
Added additional failsafe in case the number of files in the used
May 02, 2015
10a19933
Added initial construct for the Episode class.
May 02, 2015
c6516bb9
Implemented constructor of the episode class.
May 02, 2015
3ce0f31a
Implemented rename method for the Episode class. This doesn't change the
May 02, 2015
c7d97267
Continued working on illegalcharacter searcher, realized that no prompt
May 02, 2015
74690a43
Fixed the missing functionality as explained in previous commit. Also
May 02, 2015
749c0803
Made a stupid mistake, show prompt was done right at the beginning of
May 02, 2015
aa75ff7d
Added check for illegal characters in the Episode class.
May 02, 2015
44d74713
Added additional check to Episode constructor for files whose names end
May 02, 2015
843780d2
Moved the previous illegal character checks to rename method because I'm
May 02, 2015
53b732ce
Added pydoc (pat.pend.) comments to rename method. Project set on hold
May 02, 2015
b26ed00c
Created new method for Episode class that's in charge of setting two new
May 02, 2015
17f03203
Fixed pydoc comments.
May 02, 2015
bffb7a49
Implemented an input prompt for new episodes.
May 02, 2015
985c10d2
Implemented Renamer part in userInputParser.
May 02, 2015
54b21050
Implemented a summary printer for the rename() method of the Episode
May 02, 2015
1704dc94
Integrated confirmationPrint() method in userInputParser.
May 02, 2015
1421b0fd
Prepared Project for initial testing.
May 02, 2015
995af5c8
Changed 'str.contains(char)' to 'char in str'. Too much Java is bad for
May 02, 2015
8d8959b6
Fixed config file's pathname in main.
May 02, 2015
e9a725e1
Implemented confirmation prompt
May 02, 2015
96aac75d
Fixed setRenameName - exchanged filePath with parentPath
May 02, 2015
5ed8c85d
Program is declared feature-complete for V1.0. Basic Testing has been
May 02, 2015
109fb813
V1.0 Final commit.
May 03, 2015
24a51ca8
Added bare construct for OS check.
May 05, 2015
5caeea8a
Started adding Windows support.
May 05, 2015
2521a579
Added default folder icons as resources.
May 18, 2015
c4dea885
Implemented default folder icon adder.
May 19, 2015
7f1c625a
Removed all user-specific data from files.
May 27, 2015
897b1557
Removed all user-specific data from files.
May 27, 2015
330154cc
Started implementing a GUI for the program.
Jun 09, 2015
cdeae233
Added basic elements to the GUI.
Jun 09, 2015
b2cf3740
Program now starts with current directory path in the directory textbox.
Jun 09, 2015
4c093329
Set up the project with initial folder structure and a barebones Main
Jun 10, 2015
6e987c98
Added barebones GUI class.
Jun 10, 2015
40300f83
Added all GUI objects that are currently to be implemented.
Jun 10, 2015
765c98e5
Implemented some basic catching of illegal arguments.
Jun 10, 2015
2fdadd57
Vastly improved error handling of user input.
Jun 10, 2015
1ca955d2
Started the modelling of Episode objects.
Jun 10, 2015
9958f863
Implemented basic GUI rename prompt.
Jun 11, 2015
7e75952d
Successfully implemented the renaming function.
Jun 11, 2015
2a76f152
Finished basic functionality of the program. Set version to 1.0.
Jun 11, 2015
4892b2de
Configured Maven to succesfully create an executable jar.
Jun 11, 2015
c9b319db
Implemented Basic Confirmation prompt.
Jun 11, 2015
38ad25da
Changed the MainGUI to reference Krumreylib.
Jun 12, 2015
21ea2d83
Changed the MainGUI to reference Krumreylib, as well as some Renamer
Jun 13, 2015
d44ef9a6
Merge branch 'master' of...
Jun 13, 2015
776c74e1
Fixed an issue where the episode names ar enot sanitized correctly. Also
Jun 14, 2015
b67280bc
Implemented some basic tests as well as the beginnings of the CLI.
Jun 14, 2015
aad4428d
Completely redid the entire program structure to rely more heavily on
Jun 14, 2015
59916d02
Program is now completely functional in GUI mode.
Jun 14, 2015
7df91851
Added a new RenmaerTest class and already implemented setUp and tearDown
Jun 14, 2015
cf6053ba
Finished first useful JUnit test.
Jun 14, 2015
b80e9701
Edited the pom.xml to incorporate krumreylib.
Jun 14, 2015
4c900a12
Installed krumreylib to local repository and modified pom.xml
Jun 15, 2015
e366e8c6
Added Maven Dependency Plugin to pom.xml
Jun 15, 2015
f3275d5f
Initial Commit, pom.xml already configured to integrate krumreylib.
Jun 15, 2015
d9df85ea
Completed CLI.
Jun 15, 2015
a6dd1557
Implemented Basic outline for the GUI.
Jun 15, 2015
bbd053ed
Added Checkbox to GUI, and started implementing the iconizer interface.
Jun 15, 2015
c5a02c29
Started Implementing the NautilusIconizer.
Jun 15, 2015
3e2f6e5a
Implemented Icon class.
Jun 17, 2015
67a4cb81
Layed out the ground structure for the iconizing procedure.
Jun 17, 2015
861392df
Finished Iconizer class.
Jun 18, 2015
b3ba831f
Implemented Style Change of the GUI.
Jun 18, 2015
37a2463a
Finished Nautilus Iconizer, not in working condition yet.
Jun 18, 2015
dbaf1b3f
Finally got the NautilusIconizer to work.
Jun 18, 2015
d68ef755
Cleaned up Code.
Jun 18, 2015
8aff2809
Code cleanup using checkstyle.
Jun 19, 2015
e6f005fa
Integrated more GUITemplate methods in the MainGUI class.
Jun 19, 2015
15680771
Added Error Messages to GUI.
Jun 19, 2015
4af06ddb
Implemented OS check.
Jun 19, 2015
14f811fe
Program now works perfectly fine under Linux (for the Nautilus/Nemo File
Jun 19, 2015
aea62e1d
Implemented ways to choose for which File Browser the icons should be
Jun 19, 2015
9b96561a
Fixed some GUI design issues.
Jun 19, 2015
6867cd7a
Added default Folder Icons to resource folder and additionally refined
Jun 19, 2015
d70cb444
Implemented copying icon files to the folder icon directory before
Jun 20, 2015
207 additional commits have been omitted to prevent performance issues.
Loading