Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-melnik committed Oct 15, 2015
1 parent 532f4aa commit 3498c8a
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
alexandra (1.4.0) unstable; urgency=low

* Quick search improvements.
* Fetching metadata from online sources.
* Creating playlists.
* New settings (shortcuts, double click and other).
* Ability to build without MediaInfo support.
* Updates checker.
* Few changes in structure of the project.
* Bugfixes, ui improvements and something like this.

-- Eugene Melnik <[email protected]> Thu, 14 Oct 2015 11:51:52 +0300

alexandra (1.3.0) unstable; urgency=high

* Statistics function added (first version).
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Also here you can find quick search, advanced search, random play function, tech

**Build:**

cd ./src/
qmake
make

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
alexandra (1.4.0) unstable; urgency=low

* Quick search improvements.
* Fetching metadata from online sources.
* Creating playlists.
* New settings (shortcuts, double click and other).
* Ability to build without MediaInfo support.
* Updates checker.
* Few changes in structure of the project.
* Bugfixes, ui improvements and something like this.

-- Eugene Melnik <[email protected]> Thu, 14 Oct 2015 11:51:52 +0300

alexandra (1.3.0) unstable; urgency=high

* Statistics function added (first version).
Expand Down
21 changes: 11 additions & 10 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ Priority: optional
Section: misc
Depends: ${shlibs:Depends}
Description: small opensource video library with great potential
Alexandra Video Library — a simple and comfortable program for organization and management
of the home video library. You can completely customize your movies in a list or a grid, add
a description, detailed information, user tags and posters. You can also use the films scanner
that will find and add all video files on your disk.
Alexandra Video Library — a simple and comfortable program for organization
and management of the home video library. You can completely customize your
movies in a list or a grid, add a description, detailed information, user tags
and posters. You can also use the films scanner that will find and add all
video files on your disk.
.
Directly from the program you can start playing the film or playlist of films with any video
player installed on your computer.
Directly from the program you can start playing the film or playlist of films
with any video player installed on your computer.
.
If you move your films to another folder, the wizard of moved files will find them for your
convenience.
If you move your films to another folder, the wizard of moved files will find
them for your convenience.
.
Also here you can find quick search, advanced search, random play function, technical information
about files, lot of settings and much more. Enjoy!
Also here you can find quick search, advanced search, random play function,
technical information about files, lot of settings and much more. Enjoy!

1 change: 1 addition & 0 deletions src/settingswindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ void SettingsWindow::ConfigureApplicationTab()
labelDatabaseFile->setEnabled( false );
eDatabaseFile->setEnabled( false );
bOpenDatabaseFile->setEnabled( false );
bCreateDatabase->setEnabled( false );
// Posters
labelPostersFolder->setEnabled( false );
ePostersFolder->setEnabled( false );
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace Alexandra
const quint8 verMajor = 1;
const quint8 verMinor = 4;
const quint8 verFix = 0;
const QString appVersionFull = QString( "%1.%2.%3-alpha" ).arg( verMajor ).arg( verMinor ).arg( verFix );
const QString appVersionFull = QString( "%1.%2.%3" ).arg( verMajor ).arg( verMinor ).arg( verFix );
const QString appBuildDate = QString( __DATE__ );

const quint8 databaseVersion = 0x10;
Expand Down

0 comments on commit 3498c8a

Please sign in to comment.