Commit Graph

605 Commits (9310b4ce2da812d2d17f78da05b36f409ae0591f)

Author SHA1 Message Date
Yevgen Muntyan c47a8561f0 Use function name in "implement me" #warning's 2006-08-20 22:47:28 -05:00
Yevgen Muntyan dd28bc478f Moved MooCmd into moospawn.[ch]; made it private 2006-08-20 03:49:03 -05:00
Yevgen Muntyan f488b986a1 Show full paths in recent files menu tooltips 2006-08-19 12:09:05 -05:00
Yevgen Muntyan 69affc0bcc Normalize accelerator string before putting them into hash tables 2006-08-19 01:21:57 -05:00
Yevgen Muntyan c13754c92f _moo_get_pid_string() 2006-08-19 00:20:55 -05:00
Yevgen Muntyan fb66058ae4 Do not report failure on success 2006-08-17 23:53:10 -05:00
Yevgen Muntyan fe3708673f Do not make toolbar buttons homogeneous 2006-08-17 23:52:55 -05:00
Yevgen Muntyan 5aa72e4ccb Added moo_prefs_dialog_page_fill_from_xml(); removed buffer size parameter from moo_prefs_dialog_page_new_from_xml() 2006-08-17 23:48:50 -05:00
Yevgen Muntyan dcd2250d40 Continuing user tools stuff 2006-08-17 00:08:49 -05:00
Yevgen Muntyan 200ee0a8bb Do not use g_warning() when nil child has a label in GtkNotebook, glade-2 loves to do it 2006-08-16 20:27:02 -05:00
Yevgen Muntyan d209daba09 Made moo_prefs_dialog_page_new_from_xml return MooPrefsDialogPage* instead of GtkWidget* 2006-08-16 20:24:45 -05:00
Yevgen Muntyan 62e3c8a52f Rewriting actions and tools 2006-08-16 00:18:16 -05:00
Yevgen Muntyan 13450bd80e Make sure doc->name is never NULL and set it to filename in case of moo_markup_parse_file() 2006-08-16 00:17:05 -05:00
Yevgen Muntyan 696a5b20ff More public/private stuff 2006-08-15 03:52:38 -05:00
Yevgen Muntyan 6273534c82 More private/public api separation 2006-08-15 03:21:44 -05:00
Yevgen Muntyan aba4d55c8a Removed moo_stock_name and moo_stock_label 2006-08-15 02:35:23 -05:00
Yevgen Muntyan 742f6ad5fd Removed some unused api, made some api private 2006-08-15 02:32:44 -05:00
Yevgen Muntyan b9ffc63ecb MooActionCollection - object containing bunch of actions groups; MooActionBase - interface used by all actions in moo; MooAction, MooToggleAction, MooRadioAction - subclasses of corresponding gtk classes implementing MooActionBase interface. 2006-08-15 02:12:41 -05:00
Yevgen Muntyan a402f1ad3f MooObjectPtr doesn't require notify function. 2006-08-15 02:10:26 -05:00
Yevgen Muntyan 6ccf23b775 Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -05:00
Yevgen Muntyan 336e1cffa7 Added a rule to top-level Makefile.am to create all the dirs needed by intltool; replaced 'sh' with $(SHELL) everywhere. 2006-08-13 06:47:59 -05:00
Yevgen Muntyan 3e34ad7188 make distcheck works now 2006-08-13 06:05:50 -05:00
Yevgen Muntyan cc60bdd4b9 Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
Yevgen Muntyan e81234742c MOO_INSTALL_HEADERS 2006-08-07 01:25:35 -05:00
Yevgen Muntyan c50ead13dd Do not crash in eggregex 2006-08-06 22:44:04 -05:00
Yevgen Muntyan 0b1d1f2f13 Export moo_gettext for python 2006-08-05 02:07:56 -05:00
Yevgen Muntyan 6c98d10248 Win32 build and installer, and application work 2006-08-04 06:57:15 -05:00
Yevgen Muntyan a739f67bc3 Use gtk translations 2006-08-03 04:34:50 -05:00
Yevgen Muntyan 86a4672a7e Checked translatable property in glade files 2006-08-03 04:24:51 -05:00
Yevgen Muntyan e1d056afd6 Do not translate empty string 2006-08-03 04:13:10 -05:00
Yevgen Muntyan 404aa637c6 Added moo_stock_label() and moo_stock_name(); added stock-label, stock-tooltip, stock-display-name Action properties 2006-08-03 03:45:39 -05:00
Yevgen Muntyan ed26de434f Translate stock labels 2006-08-03 02:59:44 -05:00
Yevgen Muntyan 077b696c4e Added stock-label attribute 2006-08-03 02:59:23 -05:00
Yevgen Muntyan 9fdbae6fbe Added i18n stuff to MooGladeXML 2006-08-03 02:29:39 -05:00
Yevgen Muntyan fda5d2b2bc Use _moo_gettext to call bindtextdomain 2006-08-03 01:54:07 -05:00
Yevgen Muntyan b3ecda4b9b Made label and tooltip item attributes in xml ui files translatable 2006-08-03 01:53:24 -05:00
Yevgen Muntyan bff32f911c Started i18n stuff 2006-08-03 00:39:06 -05:00
Yevgen Muntyan 3e4c09904d Do not install headers 2006-08-01 20:31:51 -05:00
Yevgen Muntyan 1685fa66b1 Made most symbols from mooutils-fs.h private 2006-08-01 20:28:28 -05:00
Yevgen Muntyan 71d64d8245 moo_normalize_file_path() 2006-08-01 20:18:35 -05:00
Yevgen Muntyan a513128d76 Install library, python module, and headers 2006-08-01 06:36:16 -05:00
Yevgen Muntyan 064fee6ea2 Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
Yevgen Muntyan f93d4d3094 Moved files around; made dialogs position better 2006-08-01 00:55:52 -05:00
Yevgen Muntyan c3c7291cff #define PCRE_DEFINITION, to made it export symbols instead of importing them 2006-08-01 00:55:33 -05:00
Yevgen Muntyan bb22db5a1b Reworked MooEditConfig stuff, added filter settings 2006-07-27 14:39:53 -05:00
Yevgen Muntyan 8bc4c8afb5 Updated makefiles and autoconf macros for new pcre 2006-07-27 06:07:38 -05:00
Yevgen Muntyan a9f10afca2 Synced eggregex and pcre with Marco's repo 2006-07-26 03:22:26 -05:00
Yevgen Muntyan 03b69885ed Little cleanup 2006-07-14 22:33:35 -05:00
Yevgen Muntyan 9ab44dd1b0 Save NULL string value as "" 2006-07-14 22:33:26 -05:00
Yevgen Muntyan bd6f42a872 Free caches in xdg_mime_shutdown(); do not reload database every five seconds.
https://bugs.freedesktop.org/show_bug.cgi?id=7495
https://bugs.freedesktop.org/show_bug.cgi?id=7496
2006-07-11 22:39:37 -05:00