Skip to content

Commit

Permalink
Changed start screen.
Browse files Browse the repository at this point in the history
"File->Open" opens images also.

Merge branch 'develop'
  • Loading branch information
riuson committed Jul 13, 2012
2 parents 53c6001 + 82dc8f2 commit b21eff4
Show file tree
Hide file tree
Showing 10 changed files with 668 additions and 176 deletions.
19 changes: 19 additions & 0 deletions classes/recentlist.cpp
@@ -1,3 +1,22 @@
/*
* LCD Image Converter. Converts images and fonts for embedded applciations.
* Copyright (C) 2010 riuson
* mailto: riuson@gmail.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/
*/

#include "recentlist.h"
//-----------------------------------------------------------------------------
#include <QStringList>
Expand Down
19 changes: 19 additions & 0 deletions classes/recentlist.h
@@ -1,3 +1,22 @@
/*
* LCD Image Converter. Converts images and fonts for embedded applciations.
* Copyright (C) 2010 riuson
* mailto: riuson@gmail.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/
*/

#ifndef RECENTLIST_H
#define RECENTLIST_H
//-----------------------------------------------------------------------------
Expand Down

0 comments on commit b21eff4

Please sign in to comment.