Commit Graph

15 Commits

Author SHA1 Message Date
Justin Clift 75e01bff0d Added .qmake.stash to .gitignore 2016-09-28 17:02:51 +01:00
Iulian Onofrei 7d97688a0a Added macOS app file to .gitignore 2016-09-08 23:12:09 +03:00
Martin Kleusberg cde2393539 Use QScintilla instead of own implementation of a code editor
This is a first rough implementation of QScintilla support as SQL text
editor.

It should work mostly and build fine with qmake as well as cmake. The
new code supports all the features of the old one plus adding a few
subtle improvements. The main point of this, however, is reducing the
code we have to maintain and making it easier to add new features to the
editor.
2015-04-23 19:51:54 +02:00
Peinthor Rene adf34baa36 gitignore: add testdata directory 2014-10-26 18:37:44 +01:00
Sergey Muratov 87bda982c1 I18N was improved. Translation GUI to Russian was made. 2014-07-15 22:33:17 +04:00
Justin Clift 968e12e57c Add .DS_Store to .gitignore
OSX adds .DS_Store files for housekeeping metadata.  No need to
store it in .git.
2014-05-12 02:06:54 +01:00
Martin Kleusberg 0def8fd674 Add some cmake files to the gitignore list 2014-05-09 18:41:17 +02:00
Peinthor Rene 331455cf20 the token .txt file isn't needed by the build 2013-11-24 10:26:08 +01:00
Peinthor Rene 22bb094f25 add cmake gitignores 2013-09-20 14:50:31 +02:00
Martin Kleusberg 69a6685eaa Improve version.sh script
Before making any changes to the gen_version.h file check if the number
of the last git commit actually changed. If not don't touch the file.

Enable the version.sh script also for debug mode. With the above change
the program is not compiled and linked every time again, so there's no
reason to not run this. This also fixes a build error for those people
just checking out the repository and doing a debug build.
2013-04-19 16:22:38 +02:00
Peinthor Rene 0f24972a2c update gitignore 2013-04-19 06:37:26 +02:00
Martin Kleusberg 0cf9ecd158 Add the QHexEdit widget
Add the QHexEdit widget as some sort of library. Feel free to improve
the project files - I won't, every build system ever made is just
horrible.
2013-03-16 23:36:36 +01:00
Peinthor Rene 1daaac93e5 ignore object files and static libs 2013-03-13 18:11:05 +01:00
Peinthor Rene 38aa4f2f28 add build executable to gitignore 2012-02-10 14:21:16 +01:00
Peinthor Rene 233efd138c move the source one folder level up 2012-01-19 23:02:27 +01:00