Skip to content

Commit 33dfeaf

Browse files
First commit
0 parents  commit 33dfeaf

File tree

4,391 files changed

+412621
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,391 files changed

+412621
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

.gitignore

Whitespace-only changes.
9.09 KB
Binary file not shown.
17.4 KB
Binary file not shown.

__pycache__/gui.cpython-312.pyc

23.2 KB
Binary file not shown.

__pycache__/logger.cpython-312.pyc

8.42 KB
Binary file not shown.

__pycache__/model.cpython-312.pyc

16.4 KB
Binary file not shown.

assets/.DS_Store

6 KB
Binary file not shown.

assets/AppIcon.iconset/.DS_Store

6 KB
Binary file not shown.
3.55 KB
8.83 KB
1.28 KB
1.82 KB
8.83 KB
24 KB
1.49 KB
2.55 KB
24 KB
24 KB
14.9 KB
42.3 KB

assets/AppIcon.iconset/gear_16x16.png

1012 Bytes
2.51 KB
42.3 KB
124 KB

assets/AppIcon.iconset/gear_32x32.png

2.51 KB
5.76 KB
124 KB
367 KB
6.6 KB
18.3 KB

assets/AppIcon.iconset/home_16x16.png

1.39 KB
2.42 KB
18.3 KB
50.7 KB

assets/AppIcon.iconset/home_32x32.png

2.42 KB
2.12 KB
50.7 KB
150 KB
7.58 KB
21.1 KB
1.36 KB
2.26 KB
21.1 KB
60.3 KB
2.26 KB
2.5 KB
60.3 KB
177 KB

assets/Patchwork_Stitchlings.ttf

57.2 KB
Binary file not shown.

assets/the_library.log

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2024-10-12 00:03:42 - TheLibrary - INFO - CollectionManager initialized
2+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function '__init__' executed in 0.0005 seconds
3+
2024-10-12 00:03:42 - TheLibrary - INFO - Controller initialized successfully
4+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function '__init__' executed in 0.0010 seconds
5+
2024-10-12 00:03:42 - TheLibrary - INFO - Theme preference loaded: Dark mode = 1
6+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'load_theme_preference' executed in 0.0003 seconds
7+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'load_theme_preference' executed in 0.0003 seconds
8+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Sidebar setup completed
9+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'setup_sidebar' executed in 0.0818 seconds
10+
2024-10-12 00:03:42 - TheLibrary - INFO - Retrieved 0 collections
11+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'get_collections' executed in 0.0001 seconds
12+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'get_collections' executed in 0.0002 seconds
13+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Main content setup completed
14+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'setup_main_content' executed in 0.0170 seconds
15+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Settings window setup completed
16+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'setup_settings_window' executed in 0.0015 seconds
17+
2024-10-12 00:03:42 - TheLibrary - INFO - GUI setup completed successfully
18+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'setup_gui' executed in 0.2627 seconds
19+
2024-10-12 00:03:46 - TheLibrary - INFO - Settings window displayed
20+
2024-10-12 00:03:48 - TheLibrary - INFO - GUI main loop started
21+
2024-10-12 00:03:48 - TheLibrary - DEBUG - Function 'run' executed in 6.2742 seconds

assets/the_library.log.2024-08-07

+6,507
Large diffs are not rendered by default.

assets/the_library.log.2024-08-08

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2024-08-08 14:20:24 - TheLibrary - INFO - CollectionManager initialized
2+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function '__init__' executed in 0.0005 seconds
3+
2024-08-08 14:20:24 - TheLibrary - INFO - Controller initialized successfully
4+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function '__init__' executed in 0.0007 seconds
5+
2024-08-08 14:20:24 - TheLibrary - INFO - Theme preference loaded: Dark mode = 1
6+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function 'load_theme_preference' executed in 0.0002 seconds
7+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function 'load_theme_preference' executed in 0.0003 seconds
8+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Sidebar setup completed
9+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function 'setup_sidebar' executed in 0.1545 seconds
10+
2024-08-08 14:20:24 - TheLibrary - INFO - Retrieved 0 collections
11+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function 'get_collections' executed in 0.0001 seconds
12+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function 'get_collections' executed in 0.0001 seconds
13+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Main content setup completed
14+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function 'setup_main_content' executed in 0.0173 seconds
15+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Settings window setup completed
16+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function 'setup_settings_window' executed in 0.0013 seconds
17+
2024-08-08 14:20:24 - TheLibrary - INFO - GUI setup completed successfully
18+
2024-08-08 14:20:24 - TheLibrary - DEBUG - Function 'setup_gui' executed in 0.3048 seconds
19+
2024-08-08 14:20:30 - TheLibrary - DEBUG - Function 'add_new_collection' executed in 1.3317 seconds
20+
2024-08-08 14:20:32 - TheLibrary - INFO - GUI main loop started
21+
2024-08-08 14:20:32 - TheLibrary - DEBUG - Function 'run' executed in 8.2614 seconds
22+
2024-10-12 00:03:42 - TheLibrary - INFO - CollectionManager initialized
23+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function '__init__' executed in 0.0005 seconds
24+
2024-10-12 00:03:42 - TheLibrary - INFO - Controller initialized successfully
25+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function '__init__' executed in 0.0010 seconds
26+
2024-10-12 00:03:42 - TheLibrary - INFO - Theme preference loaded: Dark mode = 1
27+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'load_theme_preference' executed in 0.0003 seconds
28+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'load_theme_preference' executed in 0.0003 seconds
29+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Sidebar setup completed
30+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'setup_sidebar' executed in 0.0818 seconds
31+
2024-10-12 00:03:42 - TheLibrary - INFO - Retrieved 0 collections
32+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'get_collections' executed in 0.0001 seconds
33+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'get_collections' executed in 0.0002 seconds
34+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Main content setup completed
35+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'setup_main_content' executed in 0.0170 seconds
36+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Settings window setup completed
37+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'setup_settings_window' executed in 0.0015 seconds
38+
2024-10-12 00:03:42 - TheLibrary - INFO - GUI setup completed successfully
39+
2024-10-12 00:03:42 - TheLibrary - DEBUG - Function 'setup_gui' executed in 0.2627 seconds
40+
2024-10-12 00:03:46 - TheLibrary - INFO - Settings window displayed
41+
2024-10-12 00:03:48 - TheLibrary - INFO - GUI main loop started
42+
2024-10-12 00:03:48 - TheLibrary - DEBUG - Function 'run' executed in 6.2742 seconds

0 commit comments

Comments
 (0)