-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
133 lines (88 loc) · 2.94 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
CHANGELOG.txt
=============
0.7.4
- clean QSqlTableModel
- network replies for imdbInfo insertions are clearer
- table is now editable
- edit dialog has been simplified to only edit tags
0.7.3
- first release using cmake build system
- several bugfixes:
- add .flv file extension
0.7.2
- no new features, only code refactoring
0.7.1
- new welcome page with all covers shown
0.7
- options dialog
- media are now playable with two clicks!
- bugfixes
0.6.6
- Refactor the CollectionDialog listView and the Collection class
- Tags are editable in EditMediaDialog
- Operationnal tag filter
- bugfix: no more colors in the listView
0.6.5
- clean the empty program state
- media selection is now multiple
- tags are displayed in the info area
- first operational edit dialog to show media details
- translation updates
0.6.4
- context menu to update database about seen movies OK
- queries stop when the network is not available
- first version of statistics page, with only global stat
0.6.3
- specific label for number of movies
- title and watched/unwatched filters OK
- first draft of context menu for the listview, not functional yet
0.6.2
- the title line restricts the media list to what its text
- clear button in the filter edit line
- no more context menu in the info view
- deep source organisation change
- first version of connection checker, may freeze the GUI !!
0.6.1
- imdb updating is done in its own thread, it is now stoppable
- collection rescan is possible, thanks to kushal
0.6
- first fully operationnal imdb research!
- most errors are handled
- imdb info are displayed
- users get a color info about research status
0.5.7
- imdb requests almost functional
- bugs (even crashes) during info retrieval are possible
0.5.6
- further imdb api with InfoImdb class
- operational imdb search
- only redirected movie page from search is operational
- beginning of a user-oriented imdb replys visualisation
0.5.5
- use of MEDIASPY_HOME environment variable to handle translations location
- initial commit of imdb api (not fully functional yet)
1. added InfoManager class (which is a singleton)
2. added imdbInfo field in Media database table and in Media class
3. created a db query to fetch empty imdb info
FIX: static QComboxBox content was non translated (dumbass!)
0.5.4
- media list is now completely filled when program starts (may freeze)
0.5.3
- window size and position memorize through settings
- changes all NULL pointer to 00 (zero in octal)
- new InfoView class
- resources folder for all MediaSpy.qrc files
- first approach of info panel styling
0.5.2
- filter widget (just visual, not functional)
0.5.1
- first version of internationalization
0.5
- first version of multithreading collection update
0.4
- directories can be added or removed
- directories are fetched for media files which are displayed in a list
0.3
- first display of added directories
0.1
- first version, only collection adding and removing is implemented.