changelog

来自「磁盘管理工具,主要管理光盘信息和内容希望大家喜欢」· 代码 · 共 1,746 行 · 第 1/4 页

TXT
1,746
字号
	* src/Movie.cpp: Moved constructros from header	* src/Movie.h: New file.	* src/MovieList.cpp, src/MovieList.h: Showing languages as flags	* src/Language.cpp, src/Language.h: Adding flag2004-12-07  Markus Schwab  <markus@markus.linuxnet.ve>	* src/Words.cpp, src/Celebrity.cpp, src/DB.cpp, src/Movie.cpp, src/SongList.cpp:	  Changed copyright	* src/CDManager.cpp: Handling the type of the media	* src/RecordList.cpp, src/RecordList.h:	  Handling the model moved from parent	* src/OOList.cpp, src/OOList.h: Sorting by genre/year improved (fixed)	* src/MovieList.cpp, src/MovieList.h: Added handling of media-type	* src/Language.cpp, src/Language.h, src/Options.h: New file.	* src/Makefile.am: Added CDType and Language	* src/Song.h: Initializing genre while constructing2004-12-06  Markus Schwab  <markus@markus.linuxnet.ve>	* config.h: New file.2004-12-05  Markus Schwab  <markus@markus.linuxnet.ve>	* src/CDManager.cpp, src/CDManager.h:	  Exporting records; showing file-creating errors while exporting	* src/Words.cpp:	  Words are separated by spaces and minus (-) and not any non-alfanumeric char	* src/Writer.cpp:	  Converting names to locale and special HTML characters	* INSTALL: New file.	* src/Writer.cpp, src/Writer.h: Added RecordWriter2004-12-04  Markus Schwab  <markus@markus.linuxnet.ve>	* data/Makefile.am, data/Movies.footer, data/Movies.header, data/Records.footer, data/Records.header:	  New file.	* src/SongList.cpp, src/SongList.h:	  Sorting songs without articles; Tracknumbers must be unique	* src/CDManager.cpp, src/CDManager.h:	  Importing from MP3-files (ID3-tag)	* src/Writer.h: Changed interface of writeMovie()	* src/Words.cpp: Added article El	* src/MovieList.cpp, src/RecordList.cpp:	  Removed useless check if year has a value before showing it	* src/OOList.cpp, src/OOList.h:	  Fixed check for equal entries; Providing getOwner/getObject methods2004-12-03  Markus Schwab  <markus@markus.linuxnet.ve>	* src/CDManager.cpp: Creating movies up/down-sorted	* src/Writer.cpp: Marking odd/even movie-lines differently	* src/Makefile.am: Added Options.h	* src/CDManager.cpp: Improved style of exported documents	* src/OOList.cpp: Checking for double entries2004-11-29  Markus Schwab  <markus@markus.linuxnet.ve>	* ChangeLog, NEWS: Overview of changes in V0.4.00 added	* configure.ac: Version to 0.4.00	* SQL/populateDB.sql: Added loads of values	* SQL/createDB.sql: Renamed Celibrities to Celebrities	* src/CDManager.cpp: First draft of exporting movies	* src/Makefile.am: Added Record.cpp	* src/Record.h: Added compare-methods	* src/Record.cpp: New file.	* src/MovieList.cpp, src/MovieList.h, src/RecordList.cpp, src/RecordList.h:	  Added a sort-function (ignoring articles)	* src/OOList.cpp, src/OOList.h:	  Sorting entries 'logically' (ignoring articles)	* src/Celebrity.cpp, src/Celebrity.h:	  Removed handling of reserved words to Words	* src/Makefile.am: Added Words	* src/Words.cpp, src/Movie.cpp, src/Words.h: New file.2004-11-28  Markus Schwab  <markus@markus.linuxnet.ve>	* src/MovieList.cpp, src/OOList.cpp, src/Record.h, src/RecordList.cpp, src/Song.h, src/SongList.cpp, src/Writer.cpp, src/Writer.h, src/CDManager.cpp, src/CDManager.h, src/Celebrity.h, src/Makefile.am:	  Entities got get/set-methods2004-11-27  Markus Schwab  <markus@markus.linuxnet.ve>	* src/MovieList.cpp, src/RecordList.cpp: Initializing the OOList	* src/Celebrity.h: Made removeIgnored public	* src/OOList.cpp, src/OOList.h:	  Sorting by names sorts owner with respect to words to ignore	* src/CDManager.cpp, src/CDManager.h:	  Loading from database when selecting NB-pages2004-11-26  Markus Schwab  <markus@markus.linuxnet.ve>	* src/Celebrity.h: Declared OOList as friend	* src/CDManager.cpp, src/CDManager.h: Using unified Record/MovieList	* src/MovieList.cpp, src/MovieList.h: Implemented getColumnName()	* src/RecordList.cpp, src/RecordList.h: Deriving from OOList	* src/OOList.h: Added method to get the name of the 1st column	* src/Makefile.am: Added OOList	* src/MovieList.h, src/MovieList.cpp: Deriving from OOList	* src/OOList.cpp, src/OOList.h: New file.2004-11-25  Markus Schwab  <markus@markus.linuxnet.ve>	* src/CDManager.h: Moved the scrolled windows to the source	* src/Celebrity.h: Born/died values is only an AYear	* src/MovieList.cpp, src/MovieList.h:	  Handling born/died of the directors	* src/CDManager.cpp:	  Storing born/died of involved persons; Movies-list got scrollbars	* src/Director.h, src/Interpret.h: Using new Celebrity	* src/Celebrity.h: Renamed to Celebrity	* src/Celebrity.cpp:	  Fixed sorting names starting with various words to ignore2004-11-24  Markus Schwab  <markus@markus.linuxnet.ve>	* src/Celebrity.h: Fixed typo	* src/Director.h, src/Interpret.h: Removed unneeded includes	* src/CDManager.cpp:	  Storing deleted/changed movies; handling switching between NB-pages	* src/CDManager.h: Storing deleted/changed movies	* src/Makefile.am: Renamed Celibrity to Celebrity2004-11-17  Markus Schwab  <markus@markus.linuxnet.ve>	* SQL/createDB.sql:	  Added Celebrities tables, from which all persons "derive"	* src/CDManager.cpp, src/CDManager.h:	  Adapted to new DB-design; Handling movies	* src/RecordList.cpp: Disabled checks and traces	* src/Makefile.am: Classes to handle movies added	* src/Interpret.h: Moved everything to base class Celibrity	* src/Celebrity.cpp, src/Celebrity.h, src/Director.h, src/MovieList.cpp, src/MovieList.h:	  New file.	* src/Interpret.cpp: Renamed to Celibrity.cpp2004-11-17  Markus Schwab  <markus@markus.linuxnet.ve>	* ChangeLog, NEWS: Overview of changes in V0.3.00 added	* configure.ac: Version to 0.3.00; Needing libYGP 0.6.50	* src/CDManager.h: Implemented inserting new artists/records	* src/SongList.cpp, src/SongList.h: Append returns inserted row	* src/Song.h: Resetting id when constructing	* src/RecordList.cpp, src/RecordList.h:	  Storing Handle<Entity> instead of pointer to handle2004-11-15  Markus Schwab  <markus@markus.linuxnet.ve>	* src/RecordList.cpp, src/RecordList.h:	  Testing for type of record improved	* src/CDManager.cpp:	  Creating artist/record imediately stores it within changed entries; Adding songs	* src/CDManager.cpp: Implemented inserting new artists/records	* src/Record.h: Initializing values when constructing2004-11-14  Markus Schwab  <markus@markus.linuxnet.ve>	* src/CDManager.cpp: Implemented deleting songs	* src/RecordList.cpp, src/RecordList.h:	  Emitting a signal, if the record-genre is being changed	* src/Record.h: Added songsLoaded flag	* src/SongList.h: Added getEntryAt and getModel methods	* src/SongList.cpp: Using ANumeric::compare to compare by track2004-11-13  Markus Schwab  <markus@markus.linuxnet.ve>	* src/SongList.cpp: Sort by track by default	* src/RecEdit.cpp, src/RecEdit.h: Deleted2004-11-12  Markus Schwab  <markus@markus.linuxnet.ve>	* src/CDManager.cpp, src/CDManager.h:	  Deleted entries are not deleted at once, but stored til DB is saved	* src/DB.cpp, src/DB.h: Added method to get ID of last insert2004-11-11  Markus Schwab  <markus@markus.linuxnet.ve>	* NEWS, ChangeLog: Overview of changes in V0.2.00 added	* SQL/populateDB.sql: Some more words to ignore added	* SQL/createFillScript: Initializing genre and year	* SQL/createDB.sql:	  Most columns are not NULL; ids are also unsigned; added foreign keys	* README: Requiremnt mysql++ added	* configure.ac: Version to 0.2.00	* src/SongList.cpp, src/SongList.h: Removing unused include files	* src/RecordList.cpp, src/RecordList.h:	  Storing also interpret in enty-column; Using YGP::AYear to store year	* src/Interpret.h, src/Record.h, src/Song.h: Added copy constructor	* src/CDManager.cpp, src/CDManager.h:	  Add callbacks after chaning records/interprets; Storing those changes in th eDB2004-11-07  Markus Schwab  <g17m0@lycos.com>	* src/Record.h: Changed friendships (from RecordEdit to RecordList)	* src/Song.h: Setting ATime-mode while constructing	* src/Makefile.am: Added RendererList	* src/Interpret.h: Changed friendships (from RecordEdit to RecordList)	* src/CDManager.cpp, src/CDManager.h:	  Moved record-tree related stuff into RecordList	* src/RecordList.cpp, src/RecordList.h: New file.2004-11-06  Markus Schwab  <g17m0@lycos.com>	* src/SongList.cpp: Genre can be set from a combobox	* src/CDManager.cpp, src/CDManager.h:	  Removed using RecordEdit; Added saving songs to the DB	* src/RendererList.cpp, src/RendererList.h: New file.	* src/SongList.cpp, src/SongList.h:	  Sorting tracks as number; Removed change-column; emitting changed-signal2004-11-02  Markus Schwab  <g17m0@lycos.com>	* src/SongList.cpp, src/SongList.h: Enabled sorting and editing	* src/Song.h: Track is an ANumeric	* src/Song.h: Added track; Added SongList as friend2004-11-01  Markus Schwab  <g17m0@lycos.com>	* src/Makefile.am: Added SongList and RecordList	* src/CDManager.cpp, src/CDManager.h, src/RecEdit.cpp, src/RecEdit.h:	  Using SongList	* src/SongList.cpp, src/SongList.h: New file.	* src/CDManager.cpp, src/CDManager.h: Fixed deleting of records2004-10-31  Markus Schwab  <g17m0@lycos.com>	* src/CDManager.cpp, src/CDManager.h:	Optimized filling of listbox (only one DB-query)2004-10-30  Markus Schwab  <g17m0@lycos.com>	* src/CDManager.cpp, src/CDManager.h, src/RecEdit.cpp, src/RecEdit.h:	  First version with artists and genres managed by CDManager	* src/Makefile.am: Added Interpret.cpp	* src/Record.h: Genre is an unsigned int	* src/Interpret.h: Added sort-function (by name)	* src/Interpret.cpp: New file.	* SQL/populateDB.sql: Added reserved words	* SQL/createDB.sql: Added table Words	* src/RecEdit.h: Templated RecordEdit to inform about changes	* src/RecEdit.cpp: Fixes	* src/CDManager.cpp, src/CDManager.h:	  Actualizing records after changing them	* configure.ac: Added tests for libmysql/libmysql++2004-10-29  Markus Schwab  <g17m0@lycos.com>	* src/Record.h: Initializing id to 0 when constructing	* src/CDManager.cpp, src/CDManager.h: Implemented deleting records2004-10-28  Markus Schwab  <g17m0@lycos.com>	* src/RecEdit.cpp, src/RecEdit.h: Started with commiting changes	* src/CDManager.cpp, src/CDManager.h: Loading songs before editing2004-10-27  Markus Schwab  <g17m0@lycos.com>	* src/RecEdit.cpp, src/RecEdit.h: Showing also songs2004-10-26  Markus Schwab  <g17m0@lycos.com>	* src/CDManager.cpp: Fixed selection of records	* Makefile.am: Added SQL subdirectory	* SQL/populateDB.sql: Added undefined for genres; added Skapunk-genre	* SQL/createFillScript: New file.	* SQL/createDB.sql: Fixes; Creating index songRecord)2004-10-25  Markus Schwab  <g17m0@lycos.com>	* src/CDManager.cpp, src/CDManager.h:	  Using relations to connect ArtistS/Records/Songs; Displaying the songs	* src/RecEdit.cpp: Fixes; Reading and setting the artist	* src/RecEdit.h: Provided a create method	* src/Makefile.am: Added Song.h and Interpret.h	* src/Song.h: New file.2004-10-22  Markus Schwab  <g17m0@lycos.com>	* src/CDManager.cpp, src/CDManager.h:	  Added edit of records; Records are shown in a tree	* src/Record.h: Removed the interpret	* src/Interpret.h: New file.2004-10-18  Markus Schwab  <g17m0@lycos.com>	* src/RecEdit.cpp, src/RecEdit.h: Filling genre and artist	* src/RecEdit.cpp, src/RecEdit.h, src/Record.h: New file.	* src/Makefile.am: Added Record and RecEdit2004-10-17  Markus Schwab  <g17m0@lycos.com>	* src/CDManager.cpp, src/CDManager.h: Creating CD-notebook page	* src/Makefile.am: Added DB	* src/DB.cpp, src/DB.h: New file.2004-10-16  Markus Schwab  <g17m0@lycos.com>	* SQL/Makefile.am, SQL/createDB.sql, SQL/populateDB.sql:	  Initial revision2004-10-11  Markus Schwab  <g17m0@lycos.com>	* ChangeLog, Makefile.am, NEWS, README, configure.ac, doc/Makefile.am, po/de.po, po/en.po, po/es.po, src/CDManager.cpp, src/CDManager.h, src/Makefile.am, AUTHORS:	  New file.2004-10-10  gettextize  <bug-gnu-gettext@gnu.org>	* configure.ac (AC_OUTPUT): Add intl/Makefile,2004-10-09 Markus Schwab <g17m0@lycos.com>	* Project created

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?