Skip to content

Commit

Permalink
README & Icons
Browse files Browse the repository at this point in the history
Slight changes to README.md.
Added new icons and almost complete the icon set so
later it becomes easier just to add the new icons
with the same name.
  • Loading branch information
ElPincheTopo committed Apr 25, 2012
1 parent 54df02b commit 2da978b
Show file tree
Hide file tree
Showing 26 changed files with 65 additions and 23 deletions.
20 changes: 5 additions & 15 deletions README.md
Expand Up @@ -17,29 +17,19 @@ Abigail
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.


Although still in early development, Abigail aims to provide a fast, lightweight and customizable cross-platform IDE. Written in C++ for speed and portability Abigail focuses largely on providing very good support for large projects and to provide fast, comfortable and efficient text editing and other amenities to the developer so that he can use it for many different types of development. Although still in early development, Abigail aims to provide a fast, lightweight and customizable cross-platform IDE. Written in C++ for speed and portability Abigail focuses largely on providing very good support for large projects and to provide fast, comfortable and efficient text editing and other amenities to the developer so that he can use it for many different types of development. Abigail is written in C++ using Qt4, and the project is managed in Qt Creator so this repository includes the Abigail.pro file that is generated by the Qt Creator IDE.

Abigail is written in C++ using Qt4 so this repository includes the Abigail.pro file that is generated by the Qt Creator IDE.


For more informtion please visit the project [home page](http://elpinchetopo.github.com/Abigail/). For more informtion please visit the project [home page](http://elpinchetopo.github.com/Abigail/).

More documentation is available [here](https://github.com/ElPincheTopo/Abigail/wiki). More documentation is available [here](https://github.com/ElPincheTopo/Abigail/wiki).


Features
------------

### Current Features

Currently under development.

### Future Features
Currently under planning. For more info visit the [issues](https://github.com/ElPincheTopo/Abigail/issues) page.


Contributing Contributing
------------ ------------


1. Fork it. At this moment there are so many ways someone can contribute to the project. Not only the programming is important, we also are looking for people to help with the icons, the logo, the documentation, and optimizing the code. If you are intrested in helping out in any of this ways please visit the wiki and learn how to do it. If you are intrested in contrbuting code, please se the following:
2. Choose or create an issue.
1. Choose or create an issue.
2. Fork it.
3. Create a branch. 3. Create a branch.
4. Commit your changes. 4. Commit your changes.
5. Push to the branch. 5. Push to the branch.
Expand Down
18 changes: 15 additions & 3 deletions resources/icons.qrc
@@ -1,16 +1,13 @@
<RCC> <RCC>
<qresource prefix="/resources/images/icons"> <qresource prefix="/resources/images/icons">
<file alias="craft">images/icons/minecraft.png</file> <file alias="craft">images/icons/minecraft.png</file>
<file alias="aSearch">images/icons/aSearch.png</file>
<file alias="build">images/icons/build.png</file> <file alias="build">images/icons/build.png</file>
<file alias="buildRun">images/icons/buildRun.jpg</file> <file alias="buildRun">images/icons/buildRun.jpg</file>
<file alias="comment">images/icons/comment.png</file> <file alias="comment">images/icons/comment.png</file>
<file alias="copy">images/icons/copy.gif</file>
<file alias="cut">images/icons/cut.png</file> <file alias="cut">images/icons/cut.png</file>
<file alias="findReplace">images/icons/findReplace.png</file> <file alias="findReplace">images/icons/findReplace.png</file>
<file alias="format">images/icons/format.png</file> <file alias="format">images/icons/format.png</file>
<file alias="indent">images/icons/indent.png</file> <file alias="indent">images/icons/indent.png</file>
<file alias="new">images/icons/new.png</file>
<file alias="open">images/icons/open.png</file> <file alias="open">images/icons/open.png</file>
<file alias="paste">images/icons/paste.png</file> <file alias="paste">images/icons/paste.png</file>
<file alias="redo">images/icons/redo.png</file> <file alias="redo">images/icons/redo.png</file>
Expand All @@ -19,5 +16,20 @@
<file alias="saveAll">images/icons/saveAll.png</file> <file alias="saveAll">images/icons/saveAll.png</file>
<file alias="undo">images/icons/undo.png</file> <file alias="undo">images/icons/undo.png</file>
<file alias="unindent">images/icons/unindent.png</file> <file alias="unindent">images/icons/unindent.png</file>
<file alias="closeProject">images/icons/closeProject.png</file>
<file alias="copy">images/icons/copy.png</file>
<file alias="help">images/icons/help.png</file>
<file alias="info">images/icons/info.png</file>
<file alias="newDoc">images/icons/newDoc.png</file>
<file alias="NewProyect">images/icons/newProject.png</file>
<file alias="refresh">images/icons/refresh.png</file>
<file alias="search">images/icons/search.png</file>
<file alias="zoomIn">images/icons/zoomIn.png</file>
<file alias="zoomOut">images/icons/zoomOut.png</file>
<file alias="web">images/icons/web.png</file>
<file alias="delete">images/icons/delete.png</file>
<file alias="involved">images/icons/getInvolved.png</file>
<file alias="preferences">images/icons/preferences.png</file>
<file alias="quit">images/icons/quit.png</file>
</qresource> </qresource>
</RCC> </RCC>
Binary file removed resources/images/icons/aSearch.png
Binary file not shown.
Binary file modified resources/images/icons/build.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/closeProject.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/icons/comment.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/icons/copy.gif
Binary file not shown.
Binary file added resources/images/icons/copy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/delete.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/icons/format.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/getInvolved.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/help.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/info.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/icons/new.png
Binary file not shown.
Binary file added resources/images/icons/newDoc.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/newProject.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/icons/open.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/preferences.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/quit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/refresh.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/icons/save.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/web.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/zoomIn.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/icons/zoomOut.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 45 additions & 5 deletions ui/mainwindow.ui
Expand Up @@ -302,6 +302,10 @@
</widget> </widget>
</widget> </widget>
<action name="actionContents"> <action name="actionContents">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/help</normaloff>:/resources/images/icons/help</iconset>
</property>
<property name="text"> <property name="text">
<string>&amp;Contents</string> <string>&amp;Contents</string>
</property> </property>
Expand All @@ -310,16 +314,28 @@
</property> </property>
</action> </action>
<action name="actionAbigail_Home_Page"> <action name="actionAbigail_Home_Page">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/web</normaloff>:/resources/images/icons/web</iconset>
</property>
<property name="text"> <property name="text">
<string>Abigail &amp;Home Page</string> <string>Abigail &amp;Home Page</string>
</property> </property>
</action> </action>
<action name="actionGet_Involved"> <action name="actionGet_Involved">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/involved</normaloff>:/resources/images/icons/involved</iconset>
</property>
<property name="text"> <property name="text">
<string>Get &amp;Involved</string> <string>Get &amp;Involved</string>
</property> </property>
</action> </action>
<action name="actionAbout"> <action name="actionAbout">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/info</normaloff>:/resources/images/icons/info</iconset>
</property>
<property name="text"> <property name="text">
<string>About &amp;Abigail...</string> <string>About &amp;Abigail...</string>
</property> </property>
Expand All @@ -328,20 +344,28 @@
</property> </property>
</action> </action>
<action name="actionFile"> <action name="actionFile">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/newDoc</normaloff>:/resources/images/icons/newDoc</iconset>
</property>
<property name="text"> <property name="text">
<string>&amp;File</string> <string>&amp;File</string>
</property> </property>
</action> </action>
<action name="actionProject"> <action name="actionProject">
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/pack</normaloff>:/resources/images/pack</iconset> <normaloff>:/resources/images/icons/NewProyect</normaloff>:/resources/images/icons/NewProyect</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Project</string> <string>&amp;Project</string>
</property> </property>
</action> </action>
<action name="actionQuit"> <action name="actionQuit">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/quit</normaloff>:/resources/images/icons/quit</iconset>
</property>
<property name="text"> <property name="text">
<string>&amp;Quit</string> <string>&amp;Quit</string>
</property> </property>
Expand Down Expand Up @@ -382,6 +406,10 @@
</property> </property>
</action> </action>
<action name="actionPreferences"> <action name="actionPreferences">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/preferences</normaloff>:/resources/images/icons/preferences</iconset>
</property>
<property name="text"> <property name="text">
<string>P&amp;references</string> <string>P&amp;references</string>
</property> </property>
Expand Down Expand Up @@ -447,6 +475,10 @@
</property> </property>
</action> </action>
<action name="actionDelete"> <action name="actionDelete">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/delete</normaloff>:/resources/images/icons/delete</iconset>
</property>
<property name="text"> <property name="text">
<string>&amp;Delete</string> <string>&amp;Delete</string>
</property> </property>
Expand All @@ -457,7 +489,7 @@
<action name="actionSearch"> <action name="actionSearch">
<property name="icon"> <property name="icon">
<iconset resource="../resources/icons.qrc"> <iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/findReplace</normaloff>:/resources/images/icons/findReplace</iconset> <normaloff>:/resources/images/icons/search</normaloff>:/resources/images/icons/search</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Find and Replace</string> <string>&amp;Find and Replace</string>
Expand All @@ -469,7 +501,7 @@
<action name="actionAdvanced_Search"> <action name="actionAdvanced_Search">
<property name="icon"> <property name="icon">
<iconset resource="../resources/icons.qrc"> <iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/aSearch</normaloff>:/resources/images/icons/aSearch</iconset> <normaloff>:/resources/images/icons/findReplace</normaloff>:/resources/images/icons/findReplace</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Advanced &amp;Search</string> <string>Advanced &amp;Search</string>
Expand Down Expand Up @@ -506,6 +538,10 @@
</property> </property>
</action> </action>
<action name="actionMore_Format_Options"> <action name="actionMore_Format_Options">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/format</normaloff>:/resources/images/icons/format</iconset>
</property>
<property name="text"> <property name="text">
<string>More Format Options</string> <string>More Format Options</string>
</property> </property>
Expand Down Expand Up @@ -536,14 +572,18 @@
</property> </property>
</action> </action>
<action name="actionCloseProject"> <action name="actionCloseProject">
<property name="icon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/closeProject</normaloff>:/resources/images/icons/closeProject</iconset>
</property>
<property name="text"> <property name="text">
<string>Project</string> <string>Project</string>
</property> </property>
</action> </action>
<action name="actionNew"> <action name="actionNew">
<property name="icon"> <property name="icon">
<iconset resource="../resources/icons.qrc"> <iconset resource="../resources/icons.qrc">
<normaloff>:/resources/images/icons/new</normaloff>:/resources/images/icons/new</iconset> <normaloff>:/resources/images/icons/newDoc</normaloff>:/resources/images/icons/newDoc</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>New</string> <string>New</string>
Expand Down

0 comments on commit 2da978b

Please sign in to comment.