- 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
-
- 09 Sep, 2011 1 commit
-
-
- 04 Sep, 2011 1 commit
-
-
Sebastien Granjoux authored
-
- 16 Aug, 2010 1 commit
-
-
Massimo Corà authored
-
- 01 Aug, 2010 1 commit
-
-
Johannes Schmid authored
Use the integrated checkboxes in the list and fix all wizard files to use the new format. Also remove the deprecated gnome-applet wizard.
-
- 02 Jun, 2010 1 commit
-
-
Adrian Bunk authored
This patch removes the following obsolete macros from both configure.in and the configure.ac.tpl's: - AC_ISC_POSIX - AM_PROG_CC_STDC - AC_HEADER_STDC
-
- 30 Mar, 2010 1 commit
-
-
Massimo Corà authored
-
- 20 Jan, 2010 1 commit
-
-
Johannes Schmid 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 Jul, 2008 1 commit
-
-
Johannes Schmid authored
2008-07-06 Johannes Schmid <jhs@idefix> * configure.in: * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl: * plugins/project-wizard/templates/cpp/configure.ac.tpl: * plugins/project-wizard/templates/gcj/configure.ac.tpl: * plugins/project-wizard/templates/java/configure.ac.tpl: * plugins/project-wizard/templates/minimal/configure.ac.tpl: * plugins/project-wizard/templates/python/configure.ac.tpl: * plugins/project-wizard/templates/wxwin/configure.ac.tpl: * plugins/project-wizard/templates/xlib/configure.ac.tpl: #475244 – AC_SUBST() not needed after PKG_CHECK_MODULES() svn path=/trunk/; revision=4060
-
- 08 May, 2008 1 commit
-
-
Johannes Schmid authored
2008-05-08 Johannes Schmid <jhs@gnome.org> Patch from Eduardo Pérez Ureta <edpeur@gmail.com> * plugins/project-wizard/templates/cpp/configure.ac.tpl: * plugins/project-wizard/templates/gcj/configure.ac.tpl: * plugins/project-wizard/templates/java/configure.ac.tpl: * plugins/project-wizard/templates/minimal/autogen.sh: * plugins/project-wizard/templates/minimal/configure.ac.tpl: * plugins/project-wizard/templates/python/configure.ac.tpl: * plugins/project-wizard/templates/sdl/configure.ac.tpl: * plugins/project-wizard/templates/wxwin/configure.ac.tpl: * plugins/project-wizard/templates/xlib/configure.ac.tpl: #531405 – AM_CONFIG_HEADER macro is obsolete project-wizard is creating new projects using the AM_CONFIG_HEADER obsolete macro: http://www.gnu.org/software/automake/manual/automake.html#Obsolete-macros svn path=/trunk/; revision=3921
-
- 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 Jan, 2007 1 commit
-
-
Johannes Schmid authored
2007-01-08 Johannes Schmid <jhs@gnome.org> * plugins/project-wizard/templates/gtkmm/configure.in.tpl * plugins/project-wizard/templates/gtkmm/Makefile.am * plugins/project-wizard/templates/python/configure.ac.tpl * plugins/project-wizard/templates/python/configure.in.tpl * plugins/project-wizard/templates/python/Makefile.am * plugins/project-wizard/templates/cpp/configure.ac.tpl * plugins/project-wizard/templates/cpp/configure.in.tpl * plugins/project-wizard/templates/cpp/Makefile.am * plugins/project-wizard/templates/terminal.wiz * plugins/project-wizard/templates/xlib-dock.wiz * plugins/project-wizard/templates/wxwin.wiz * plugins/project-wizard/templates/java.wiz * plugins/project-wizard/templates/xlib/configure.ac.tpl * plugins/project-wizard/templates/xlib/configure.in.tpl * plugins/project-wizard/templates/xlib/Makefile.am * plugins/project-wizard/templates/gcj/configure.ac.tpl * plugins/project-wizard/templates/gcj/configure.in.tpl * plugins/project-wizard/templates/gcj/Makefile.am * plugins/project-wizard/templates/terminal/configure.ac.tpl * plugins/project-wizard/templates/terminal/configure.in.tpl * plugins/project-wizard/templates/terminal/Makefile.am * plugins/project-wizard/templates/terminal/autogen.sh * plugins/project-wizard/templates/wxwin/configure.ac.tpl * plugins/project-wizard/templates/wxwin/configure.in.tpl * plugins/project-wizard/templates/wxwin/Makefile.am * plugins/project-wizard/templates/gnome.wiz * plugins/project-wizard/templates/java/configure.ac.tpl * plugins/project-wizard/templates/java/configure.in.tpl * plugins/project-wizard/templates/java/Makefile.am * plugins/project-wizard/templates/anjuta-plugin.wiz * plugins/project-wizard/templates/gtkmm.wiz * plugins/project-wizard/templates/python.wiz * plugins/project-wizard/templates/cpp.wiz * plugins/project-wizard/templates/gtk.wiz * plugins/project-wizard/templates/gcj.wiz * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl * plugins/project-wizard/templates/anjuta-plugin/Makefile.am: Starting fixing of all project wizards: - rename configure.in to configure.ac - use proper names for PKG_CONFIG_PATH variables instead of just \'PACKAGE\' - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names (See #394184) * TODO.task: Added bug number to bounty svn path=/trunk/; revision=2724
-
- 29 Aug, 2006 1 commit
-
-
Kjartan Maraas authored
-
- 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.
-