Earlier this year
-
r505
(Suppress these files (we will try cmake later)) committed by gcnweb
- Suppress these files (we will try cmake later)
Suppress these files (we will try cmake later)
-
r504
(Add a Collapse and Expand icons to the tree view context men...) committed by gcnweb
- Add a Collapse and Expand icons to the tree view context menu
Add a Collapse and Expand icons to the tree view context menu
-
r503
(s/2008/2009/) committed by gcnweb
- s/2008/2009/
-
r502
(Always display active shows with a bold font
) committed by gcnweb
- Always display active shows with a bold font
Always display active shows with a bold font
-
r501
(- Use togglable buttons for "Settings" and "About"
- Remove ...) committed by gcnweb
- - Use togglable buttons for "Settings" and "About"
- Remove "Apply" button from the settings dialog for now...
- Use togglable buttons for "Settings" and "About"
- Remove "Apply" button from the settings dialog for now...
Older
-
-
issue 4
(Not working!!!) changed by gcnweb
-
Status:
WontFix
Owner:
gcnweb
Status:
WontFix
Owner:
gcnweb
-
-
r500
(Ensure the Date field always defaults to 0000-00-00 when the...) committed by gcnweb
- Ensure the Date field always defaults to 0000-00-00 when the parser returns a
null QDate.
Ensure the Date field always defaults to 0000-00-00 when the parser returns a
null QDate.
-
r499
(working of db shows update (fill T_Akas and T_Network table)) committed by kh.starlifter
- working of db shows update (fill T_Akas and T_Network table)
working of db shows update (fill T_Akas and T_Network table)
-
r498
(Use DB_RELEASE in create CREATE TABLE T_Version) committed by kh.starlifter
- Use DB_RELEASE in create CREATE TABLE T_Version
Use DB_RELEASE in create CREATE TABLE T_Version
-
-
r496
(Minor change on database. change database version to 0.2.1) committed by kh.starlifter
- Minor change on database. change database version to 0.2.1
Minor change on database. change database version to 0.2.1
-
r495
(Use a QSplitter in the Find Shows GUI
) committed by gcnweb
- Use a QSplitter in the Find Shows GUI
Use a QSplitter in the Find Shows GUI
-
r494
(- Move model from DbInterface to MainWindow
) committed by gcnweb
- - Move model from DbInterface to MainWindow
- Move model from DbInterface to MainWindow
-
r493
(- Display is something close from what we want.
- Need to mo...) committed by gcnweb
- - Display is something close from what we want.
- Need to move the model somewhere else though
- Display is something close from what we want.
- Need to move the model somewhere else though
-
r492
(- Use transactions whenever we write onto the database
- Cod...) committed by gcnweb
- - Use transactions whenever we write onto the database
- Code cleanup
- Use transactions whenever we write onto the database
- Code cleanup
-
r491
(- Some cleanup
- Show the request that failed in the debug o...) committed by gcnweb
- - Some cleanup
- Show the request that failed in the debug output
- saveUserShows() now returns a bool
- Some cleanup
- Show the request that failed in the debug output
- saveUserShows() now returns a bool
-
r490
(Use transaction for createTables()) committed by gcnweb
- Use transaction for createTables()
Use transaction for createTables()
-
r489
(Cosmetic changes...) committed by gcnweb
- Cosmetic changes...
-
r488
(Use the deleteEpisodes() method when deleting a show) committed by gcnweb
- Use the deleteEpisodes() method when deleting a show
Use the deleteEpisodes() method when deleting a show
-
r487
(Quick and dirty way to display something :)) committed by gcnweb
- Quick and dirty way to display something :)
Quick and dirty way to display something :)
-
r486
(- Remove the show associated Episode List
- Improve error re...) committed by gcnweb
- - Remove the show associated Episode List
- Improve error reporting
- Remove the show associated Episode List
- Improve error reporting
-
r485
(BUGFIX: Episode link wasn't stored during updates
) committed by gcnweb
- BUGFIX: Episode link wasn't stored during updates
BUGFIX: Episode link wasn't stored during updates
-
r484
(BUGFIX: Fix the regexp so that we can match any genre whethe...) committed by gcnweb
- BUGFIX: Fix the regexp so that we can match any genre whether it comes from
search.php or showinfo.php
BUGFIX: Fix the regexp so that we can match any genre whether it comes from
search.php or showinfo.php
-
r483
(Merge from playground) committed by gcnweb
- Merge from playground
-
r482
(- Shows and Episode Lists are updating now
Some issues:
- L...) committed by gcnweb
- - Shows and Episode Lists are updating now
Some issues:
- Looks like DbInterface still lacks some features or they are buggy
- Lots of things to polish remaining
- Shows and Episode Lists are updating now
Some issues:
- Looks like DbInterface still lacks some features or they are buggy
- Lots of things to polish remaining
-
r481
(Ensure we really return an empty list when there are no genr...) committed by gcnweb
- Ensure we really return an empty list when there are no genres
Ensure we really return an empty list when there are no genres
-
r480
(OOoooppssss :/) committed by gcnweb
- OOoooppssss :/
-
r479
(Append NetworkError code to the error string) committed by gcnweb
- Append NetworkError code to the error string
Append NetworkError code to the error string
-
r478
(Add some more debug output
) committed by gcnweb
- Add some more debug output
Add some more debug output
-
r477
(DataFetcher should be quite working now (no testing made tho...) committed by gcnweb
- DataFetcher should be quite working now (no testing made though)
DataFetcher should be quite working now (no testing made though)
-
r476
(Fix a malfunction of database version check) committed by kh.starlifter
- Fix a malfunction of database version check
Fix a malfunction of database version check
-
r475
(Put a space after the comma) committed by gcnweb
- Put a space after the comma
Put a space after the comma
-
r474
(- Merge DbInterface from playground
- Keep in sync some othe...) committed by gcnweb
- - Merge DbInterface from playground
- Keep in sync some other files
- Merge DbInterface from playground
- Keep in sync some other files
-
r473
(s/Instance()/instance()/) committed by gcnweb
- s/Instance()/instance()/
-
r472
(Singletonize DataFetcher) committed by gcnweb
- Singletonize DataFetcher
-
r471
(coding updateShow method of DbInterface class) committed by kh.starlifter
- coding updateShow method of DbInterface class
coding updateShow method of DbInterface class
-
r470
(Change episodeListReady signature) committed by gcnweb
- Change episodeListReady signature
Change episodeListReady signature
-
r469
(More error checking
) committed by gcnweb
- More error checking
-
r468
(Finally it was decided that having a separate SIGNAL for err...) committed by gcnweb
- Finally it was decided that having a separate SIGNAL for errors isn't a good
idea! Let's extend searchResultsReady() instead...
Finally it was decided that having a separate SIGNAL for errors isn't a good
idea! Let's extend searchResultsReady() instead...
-
r467
(Change according to XML feed change
) committed by gcnweb
- Change according to XML feed change
Change according to XML feed change
-
r466
(Add code for error reporting (still buggy and incomplete)
) committed by gcnweb
- Add code for error reporting (still buggy and incomplete)
Add code for error reporting (still buggy and incomplete)
-
r465
(Delete (now) useless files
) committed by gcnweb
- Delete (now) useless files
Delete (now) useless files
-
r464
(Parser can now report errors when reading the input XML docu...) committed by gcnweb
- Parser can now report errors when reading the input XML document
Parser can now report errors when reading the input XML document
-
r463
(add database version check and perform episodes saving) committed by kh.starlifter
- add database version check and perform episodes saving
add database version check and perform episodes saving
-
r462
(Work on shows recording/Read : Add some missing data) committed by kh.starlifter
- Work on shows recording/Read : Add some missing data
Work on shows recording/Read : Add some missing data
-
r461
(Work on T_Shows recording) committed by kh.starlifter
- Work on T_Shows recording
Work on T_Shows recording
-
r460
(Add tables (T_Akas and T_Networks) and some fields in T_Show...) committed by kh.starlifter
- Add tables (T_Akas and T_Networks) and some fields in T_Shows table
Add tables (T_Akas and T_Networks) and some fields in T_Shows table
-
r459
(Update database model diagram again) committed by kh.starlifter
- Update database model diagram again
Update database model diagram again
|