- 15 Apr, 2014 1 commit
-
-
Sebastien Granjoux authored
project-wizard: bgo #727630 - Do not guess user's email address when creating the comment block at the top of new files
-
- 13 Apr, 2013 1 commit
-
-
- Check for Windows in configure.ac templates. - Add win32-dll to LT_INIT options. - Add -mwindows to LDFLAGS of GUI applications if compiling for native Windows. - Add -no-undefined to LDFLAGS of libraries if compiling for Windows. - Replace -Wl,--export-dynamic with -Wl,--export-all-symbols in LDFLAGS of applications if compiling for Windows. - Add Windows support option to wizards. Affected templates are cpp, gtk, gtkapplication, gtkmm, library, terminal and vala-gtk.
-
- 07 Apr, 2013 1 commit
-
-
Arnel A. Borja authored
- Add the dist_ prefix to _DATA and _SCRIPTS primaries instead of adding them twice to their primary and EXTRA_DIST. - Remove some unnecessary additions to EXTRA_DIST.
-
- 31 Mar, 2013 1 commit
-
-
Sebastien Granjoux authored
The license files have been moved in commit 2321c02d but they should be in the same directory than the project wizard template. This patch moves the project wizard templates directory from anjuta/project to anjuta/templates.
-
- 22 Apr, 2012 1 commit
-
-
Sebastien Granjoux authored
-
- 28 Jan, 2012 1 commit
-
-
Sebastien Granjoux authored
Generate licenses without using predefined autogen macros which are buggy in version 5.12 and 5.13. The list of all licenses is defined in licenses.tpl.in file and other licenses can be added in licenses directory.
-
- 22 Dec, 2011 2 commits
-
-
When adding PROJECT_CFLAGS to AM_CPPFLAGS in src/Makefile of templates, move it to its own line
-
- Use equivalent Automake variables directly for PACKAGE_LOCALE_DIR - Make PACKAGE_DATA_DIR point to the real package data directory
-
- 16 Aug, 2010 1 commit
-
-
Massimo Corà authored
-
- 12 Jul, 2009 1 commit
-
-
Sebastien Granjoux authored
Change all project wizard headers instead
-
- 22 Apr, 2009 1 commit
-
-
Johannes Schmid authored
make will automatically generate a .gitignore now but in addition there is a gitignore file in the repository that should catch even more files.
-
- 06 Apr, 2008 1 commit
-
-
Sebastien Granjoux authored
* plugins/project-wizard/templates/gtkmm.wiz, plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl, plugins/project-wizard/templates/gtkmm/src/main.cc, plugins/project-wizard/templates/django.wiz, plugins/project-wizard/templates/python.wiz, plugins/project-wizard/templates/python/configure.ac.tpl, plugins/project-wizard/templates/python/src/Makefile.am.tpl, plugins/project-wizard/templates/cpp.wiz, plugins/project-wizard/templates/cpp/configure.ac.tpl, plugins/project-wizard/templates/cpp/src/Makefile.am.tpl, plugins/project-wizard/templates/sdl.wiz, plugins/project-wizard/templates/sdl/configure.ac.tpl, plugins/project-wizard/templates/sdl/src/Makefile.am.tpl, plugins/project-wizard/templates/terminal.wiz, plugins/project-wizard/templates/terminal/configure.ac.tpl, plugins/project-wizard/templates/terminal/src/Makefile.am.tpl, plugins/project-wizard/templates/terminal/Makefile.am.tpl, plugins/project-wizard/templates/gtk.wiz, plugins/project-wizard/templates/gtk/src/main.c, plugins/project-wizard/templates/gtk/src/Makefile.am.tpl, plugins/project-wizard/templates/minimal.wiz, plugins/project-wizard/templates/minimal/configure.ac.tpl, plugins/project-wizard/templates/minimal/Makefile.am.tpl, plugins/project-wizard/templates/java.wiz, plugins/project-wizard/templates/java/configure.ac.tpl, plugins/project-wizard/templates/java/src/Makefile.am.tpl, plugins/project-wizard/templates/xlib.wiz, plugins/project-wizard/templates/xlib/configure.ac.tpl, plugins/project-wizard/templates/xlib/src/Makefile.am.tpl, plugins/project-wizard/templates/gcj.wiz, plugins/project-wizard/templates/gcj/configure.ac.tpl, plugins/project-wizard/templates/gcj/src/Makefile.am.tpl, plugins/project-wizard/templates/xlib-dock.wiz, plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl, plugins/project-wizard/templates/wxwin.wiz, plugins/project-wizard/templates/wxwin/configure.ac.tpl, plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl, plugins/project-wizard/templates/gnome.wiz, plugins/project-wizard/templates/gnome/src/main.c, plugins/project-wizard/templates/gnome/src/Makefile.am.tpl, plugins/project-wizard/templates/anjuta-plugin.wiz, plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl, plugins/project-wizard/templates/anjuta-plugin/src/plugin.c, plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in, plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl, plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in: Fix bug #525999: Remove space in file and target names generated by project wizard Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor has been renamed ianjuta_document_manager_get_current_document svn path=/trunk/; revision=3819
-
- 19 Jan, 2008 1 commit
-
-
Sebastien Granjoux authored
* plugins/project-wizard/templates/cpp/src/main.cc: Fix #498734, typing error in c++ project template svn path=/trunk/; revision=3498
-
- 23 Dec, 2007 1 commit
-
-
Johannes Schmid authored
2007-12-23 Johannes Schmid <jhs@gnome.org> * libanjuta/anjuta-ui.h: Check for != NULL before unref\'ing pixbuf (related to #497878) * plugins/devhelp/plugin.c: (register_stock_icons): * plugins/document-manager/anjuta-docman.c: (anjuta_docman_add_document): * plugins/glade/plugin.c: (on_close_activated), (register_stock_icons), (on_session_save), (glade_plugin_add_project): Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom) * plugins/language-support-cpp-java/plugin.c: (register_stock_icons): Fixed stock icon registration macros 2007-12-23 Johannes Schmid <jhs@gnome.org> * global-tags/Makefile.am: * launcher/Makefile.am: * libanjuta/Makefile.am: * libegg/Makefile.am: * manuals/anjuta-faqs/Makefile.am: * manuals/anjuta-manual/Makefile.am: * manuals/reference/libanjuta/Makefile.am: * plugins/build-basic-autotools/Makefile.am: * plugins/class-gen/Makefile.am: * plugins/class-inheritance/Makefile.am: * plugins/cvs-plugin/Makefile.am: * plugins/debug-manager/Makefile.am: * plugins/devhelp/Makefile.am: * plugins/document-manager/Makefile.am: * plugins/editor/Makefile.am: * plugins/editor/scintilla/Makefile.am: * plugins/editor/scintilla/include/Makefile.am: * plugins/file-loader/Makefile.am: * plugins/file-manager/Makefile.am: * plugins/file-wizard/Makefile.am: * plugins/gdb/Makefile.am: * plugins/glade/Makefile.am: * plugins/gtodo/Makefile.am: * plugins/gvim/Makefile.am: * plugins/indent/Makefile.am: * plugins/language-manager/Makefile.am: * plugins/language-support-cpp-java/Makefile.am: * plugins/macro/Makefile.am: * plugins/message-view/Makefile.am: * plugins/patch/Makefile.am: * plugins/profiler/Makefile.am: * plugins/project-import/Makefile.am: * plugins/project-manager/Makefile.am: * plugins/project-wizard/Makefile.am: * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl: * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl: * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl: * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl: * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl: * plugins/project-wizard/templates/minimal/Makefile.am.tpl: * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl: * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl: * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl: * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl: * plugins/sample1/Makefile.am: * plugins/search/Makefile.am: * plugins/sourceview/Makefile.am: * plugins/subversion/Makefile.am: * plugins/symbol-browser/Makefile.am: * plugins/symbol-db/Makefile.am: * plugins/symbol-db/test/Makefile.am: * plugins/terminal/Makefile.am: * plugins/tools/Makefile.am: * plugins/valgrind/Makefile.am: * src/Makefile.am: * tagmanager/Makefile.am: Replaces the deprecated \"INCLUDES\" in all Makefile.am\'s with the correct \"AM_CPPFLAGS\" preprocessor flags keyword. Also fixes some warnings from illigel C++ compiler flags. svn path=/trunk/; revision=3385
-
- 14 Jan, 2007 1 commit
-
-
http://live.gnome.org/GnomeGoals/PoLinguasJohannes Schmid authored
2007-01-14 Johannes Schmid <jhs@gnome.org> * configure.in * po/LINGUAS: Applied http://live.gnome.org/GnomeGoals/PoLinguas * tagmanager/c.c: Patch from Massimo Cora\' to hopefully fix #395362 * plugins/project-wizard/templates/*: Fixed and tested all project-wizards. Deactivated mkfile project because it was totally broken and I don\'t see any real use for it. Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects svn path=/trunk/; revision=2747
-
- 12 Jan, 2007 1 commit
-
-
Johannes Schmid authored
2007-01-12 Johannes Schmid <jhs@gnome.org> * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl: * plugins/project-wizard/cpp/src/Makefile.am.tpl: * plugins/project-wizard/gcj/src/Makefile.am.tpl: * plugins/project-wizard/gnome/src/Makefile.am.tpl: * plugins/project-wizard/gtk/src/Makefile.am.tpl: * plugins/project-wizard/gtkmm/src/Makefile.am.tpl: * plugins/project-wizard/terminal/src/Makefile.am.tpl: * plugins/project-wizard/wxwin/src/Makefile.am.tpl: * plugins/project-wizard/xlib/src/Makefile.am.tpl: * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl: Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl * plugins/sourceview/sourceview.c: Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely on character positions. svn path=/trunk/; revision=2741
-
- 08 May, 2006 1 commit
-
-
Johannes Schmid authored
2006-05-08 Johannes Schmid <jhs@cvs.gnome.org> * plugins/symbol-browser/an_symbol_view.c * plugins/symbol-browser/an_symbol_prefs.c * plugins/symbol-browser/an_symbol_prefs.h * global_tags/create_global_tags.sh: Automaticly create global tags on first startup 2006-05-08 Massimo Cora' <maxcvs@email.it> * configure.in: * plugins/project-wizard/templates/Makefile.am: * (added) plugins/project-wizard/templates/cpp-logo.png: * (added) plugins/project-wizard/templates/cpp.wiz: * (added) plugins/project-wizard/templates/cpp/*: Added a generic c++ template. It's a simple hello world.
-