aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kgeography/Makefile
blob: 2cc79249dcf5876b10de9ae30b18edca4534f694 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   kgeography
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= misc kde
MASTER_SITES=   ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE

MAINTAINER= kde@FreeBSD.org
COMMENT=    KDE 4 geography trainer

CONFLICTS=  kdeedu-4.[0-6].*

USE_KDE4=   kdehier kdelibs kdeprefix automoc4
KDE4_BUILDENV=  yes
USE_QT4=    xml moc_build qmake_build rcc_build uic_build
USE_XZ= yes
MAKE_JOBS_SAFE= yes

.include <bsd.port.mk>
n class='deletions'>-53/+362 * GalA11yETextFactory should inherit from AtkObjectFactory not AtkObject.Tim Wo2003-09-121-0/+8 * new method to get the source model column for a specified available_modelMike Kestner2003-09-121-4/+14 * move scnt and gcnt initialization outside the for loop [43156].Mike Kestner2003-09-121-2/+2 * add e-table atk support to libgal a11y add atk registration forGilbert Fang2003-09-051-0/+8 * Fixes #15638.Hans Petter Jansson2003-08-282-3/+22 * add dependency on a11y/widgets. a11y init. (e_calendar_item_bounds): newBolian Yin2003-08-273-1/+28 * ** For bug #47874.Harry Lu2003-08-263-0/+11 * add an expander_style param (ect_draw): pass expander_style toMike Kestner2003-08-201-9/+56 * extracted from ect_draw (draw_expander): new gtktreeview-like expanderMike Kestner2003-08-164-86/+207 * filter S-F10 key binding, and show popup menu. (popup_menu_placement_cb):Maxx Cao2003-08-131-4/+48 * actually chose the right color to+ composite over when caching the pixmap.Larry Ewing2003-08-131-23/+6 * map model_column to available model row by ignoring disabled columns.Mike Kestner2003-07-291-2/+7 * use EVO_MARSHAL_RULEDan Winship2003-07-242-12/+3 * Remove this, since it claims to be deprecated, and nothing is actuallyDan Winship2003-07-234-443/+5 * add missing e_text_copy_clipboard() prototypeDan Winship2003-07-231-0/+1 * Create the pixbuf from empty.xpm rather than just callingDan Winship2003-07-232-1/+8 * Added a handler for GtkWidget::mnemonic_activate().Federico Mena Quintero2003-07-143-0/+37 * Chain to the parent handler. Fixes #45236.Federico Mena Quintero2003-07-102-0/+6 * make sure we don't unref the sorter more than once.Chris Toshok2003-07-051-1/+4 * unref the sorterDan Winship2003-07-011-1/+3 * Initialize some missing fields. Fixes "no handler with id" warnings at evoDan Winship2003-07-012-10/+7 * Implement. (ect_print): Use same font heuristics as evo calendar, pick aHans Petter Jansson2003-06-241-2/+25 * fix string duplication and refcounting problems.Larry Ewing2003-06-242-5/+7 * (set_menu): Translate the text. [#45112]Ettore Perazzoli2003-06-232-1/+5 * set iso-2022-cn string to SimplifiedJeffrey Stedfast2003-06-201-1/+1 * Fix for #45082: GB18030 BIG5HKSCS and EUC-TW charsets not supported inSuresh Chandrasekharan2003-06-202-29/+30 * remove extra ref, the count starts at one.Larry Ewing2003-06-193-3/+3 * accept event arg to be NULL.Bolian Yin2003-06-191-8/+14 * don't do the CURSOR_FIRST checks if cursor is NULL [43523]Mike Kestner2003-06-142-3/+3 * missed the changelog entry last time.Larry Ewing2003-06-131-1/+2 * i2003-06-13 Larry Ewing <lewing@ximian.com>Larry Ewing2003-06-131-0/+5 * Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-132-1/+6 * guard against NULL strings don't add disabled column titles to the store.Mike Kestner2003-06-124-23/+9 * take ownership of the duplicate string.Larry Ewing2003-06-122-1/+5 * Roll over ChangeLogs.Ettore Perazzoli2003-06-104-2409/+2409 * Fixes #43775JP Rosevear2003-05-313-7/+43 * bump libtool version for api addition new, utf8 in/outMike Kestner2003-05-291-26/+9 * to really fix 42952 use e_table_item_get_cell_geometry. Also a coupleEttore Perazzoli2003-05-221-4/+9 * Added HIG-appropriate spacing/ padding to the main hbox into which theAnna Marie Dirks2003-05-202-3/+9 * revert a broken CLEAN_FILES change. [42478]Mike Kestner2003-05-201-3/+2 * HIG-ified the spacing, padding, alignment of this dialog. Fixes bug #41148Anna Marie Dirks2003-05-192-256/+287 * port to GtkDialog.Larry Ewing2003-05-192-35/+75 * block the signal that got us here until we're done to stop an infiniteMike Kestner2003-05-174-17/+9 * Added appropriate padding/spacing to the categories list dialog. Fixes theAnna Marie Dirks2003-05-171-155/+153 * Make sure the galview.xml file exists before trying to parse it withJeffrey Stedfast2003-05-171-3/+7 * Disable debugging messages.Ettore Perazzoli2003-05-162-2/+2 * (tree_canvas_size_allocate): CallEttore Perazzoli2003-05-161-5/+5 * use weak refs not datasets. (e_tree_dispose): weak_unref the context.Mike Kestner2003-05-161-5/+15 * guard against multiple destroysJP Rosevear2003-05-154-10/+24 * gross hack to work around a post dispose event emission byMike Kestner2003-05-151-0/+3 * [ fixes several utf8/pango related problems, including bugs #41288,Chris Toshok2003-05-142-284/+391 * (gal_view_menus_unmerge): Guard againstEttore Perazzoli2003-05-142-1/+7 * [#42628] Call emit_search_activated() instead of emit_query_changed().Ettore Perazzoli2003-05-142-1/+7 * [ fixes bug #42177 ] remove the CAN_FOCUS flag.Chris Toshok2003-05-122-2/+5 * add null check for paths (find_prev_in_range): add null check for pathsMike Kestner2003-05-101-2/+2 * don't return on col == -1. update the adjustment to center the cursor.Mike Kestner2003-05-102-2/+13 * Fix date in ChangeLog.Ettore Perazzoli2003-05-101-1/+1 * *** empty log message ***Ettore Perazzoli2003-05-102-0/+8 * trash e_utf8_gtk function (e_search_bar_get_text): dittoJP Rosevear2003-05-082-2/+7 * add missing model_changed (etta_proxy_node_inserted): add missingMike Kestner2003-05-071-0/+4 * Use correct macro for int->pointerJeremy Katz2003-05-061-1/+1 * Fix prototype. Likewise.Jeremy Katz2003-05-062-2/+2 * Fixed typo in gal/e-text/e-text.c.Christian Neumair2003-05-061-1/+1 * return the instantiated object. [bug #42156]Mike Kestner2003-05-022-4/+27 * remove gratuitous refJP Rosevear2003-05-021-1/+0 * don't use unicode ellipsis so that we don't break on broken font setups.Mike Kestner2003-04-301-6/+1 * Remove this so that GtkContainer's destroy method will destroy all of theDan Winship2003-04-302-25/+7 * don't do wrapping during editMike Kestner2003-04-291-0/+3 * Don't convert the label charset from UTF-8 into the locale charset.Jeffrey Stedfast2003-04-292-11/+11 * Try stat'ing the file before loading it with xmlParseFile() to avoidJeffrey Stedfast2003-04-251-4/+6 * *misc/e-multi-config-dialog.c : add appropriate padding and spacing to theAnna Dirks2003-04-242-2/+10 * use unicode ellipsis char for breaking lines. Use g_utf8_find_prev_charMike Kestner2003-04-231-9/+14 * use e_tree_table_adapter_node_get_next to determine how to draw siblingMike Kestner2003-04-213-4/+16 * [ fixes evolution bug #40464 ] use G_SIGNAL_TYPE_STATIC_SCOPE for theChris Toshok2003-04-211-2/+2 * if the layout splits into more than one line, shorten it to a single lineMike Kestner2003-04-191-3/+18 * add guarding for row indexing (Bug# 41497)JP Rosevear2003-04-191-5/+16 * set width and alignment of layout. (generate_layout): set width onMike Kestner2003-04-171-12/+29 * (remove_bonobo_menus): Only do the actual removeEttore Perazzoli2003-04-162-0/+9 * Unref the metrics. (e_calendar_item_draw): Re-use the widget's contextHans Petter Jansson2003-04-163-3/+33 * Free the id when we're done with it.Hans Petter Jansson2003-04-161-0/+3 * Don't unref the layout that was passed in. (e_table_header_draw_button):Hans Petter Jansson2003-04-162-2/+4 * fix padding and default size. Fixed warnings elsewhere in file.Mike Kestner2003-04-161-1/+7 * Change the border width and padding to comply with the HIG. Fixes bugJeffrey Stedfast2003-04-122-1/+3 * Change the border width and padding to comply with the HIG. Fixes bugJeffrey Stedfast2003-04-122-1/+8 * free data here since we don't have source in finalizeJP Rosevear2003-04-111-11/+15 * use stock buttons, remove desc frame. #if out the copy button. addMike Kestner2003-04-113-282/+229 * add ... to "Define Views" and "Save Custom View" menuitem labels.Mike Kestner2003-04-102-2/+7 * add response ids to buttonsMike Kestner2003-04-091-6/+6 * kill an old e_utf8_gtk usageMike Kestner2003-04-092-7/+5 * remove e-font.[ch], test-e-font, and test-font-loading. killMike Kestner2003-04-093-281/+2 * gal/e-text/e-text.[ch] : break EFont dependencyMike Kestner2003-04-092-5/+0 * swap button order swap button orderMike Kestner2003-04-092-32/+32 * fix button order fix button order fix button orderMike Kestner2003-04-083-3/+3 * remove debugging g_print calls fix length_threshold prop range fixMike Kestner2003-04-084-14/+3 * fill_color_gdk is a boxed GdkColor, not a pointer. (ecb_set_property):Chris Toshok2003-04-081-6/+7 * e_cell_percent_get_type returns GType, not GtkType.Chris Toshok2003-04-073-2/+10 * guard against root == NULL. Bug #39491.Mike Kestner2003-04-051-0/+3 * set handle_popup to TRUE on the EText.Chris Toshok2003-04-043-8/+34 * emit a keypress signal. yes, i know this might not correspond to a singleChris Toshok2003-04-031-0/+2 * ifdef gtk_widget_get_clipboard since we need to build against gtk 2.0.Chris Toshok2003-04-031-3/+24 * only connect the signals if !im_context_signals_registered. (e_text_init):Chris Toshok2003-04-032-7/+13 * just disconnect based on DATA, so we only need 1 call. (e_text_event):Chris Toshok2003-04-031-20/+4 * [ either fixes #39702 or comes damn, damn close. also, fixes EText to notChris Toshok2003-04-034-461/+473 * For example; a selection ending 2003-apr-02 does not fit into theHans Petter Jansson2003-04-032-8/+24 * (e_tree_class_init): Add a G_SIGNAL_TYPE_STATIC_SCOPEEttore Perazzoli2003-04-031-1/+1 * restore expanded state of node and all children. Fixes Ximian bug #40393.Mike Kestner2003-04-031-3/+31 * move to using gtk_im_context.Larry Ewing2003-04-022-85/+11 * Nuke GdkFont and use Pango's font measuring for everything.Hans Petter Jansson2003-04-024-130/+160 * stop drawing that annoying focus rectangle.Chris Toshok2003-04-021-1/+1 * [ fixes bug #39508 ] add back in some suitably pango-ized code to getChris Toshok2003-04-021-5/+59 * if killing the root node, set it to NULL in the priv data. Bug #39441.Mike Kestner2003-04-011-0/+2 * Handle multiple destroys.Hans Petter Jansson2003-03-312-3/+15 * set the sub item to the default as wellJP Rosevear2003-03-292-0/+18 * (set_state): Removed debugging message.Ettore Perazzoli2003-03-282-1/+5 * set the popup to insensitive when we pop it down. hack to force it to loseNot Zed2003-03-271-0/+3 * #include gtkarrow.h LikewiseDan Winship2003-03-254-2/+11 * Remove e_notice. (Moved to evolution.)Dan Winship2003-03-252-30/+0 * properly parse nodes that include whitespace. bug #39896Mike Kestner2003-03-251-13/+16 * don't call delete_node on the root node since generate_tree already doesMike Kestner2003-03-241-2/+3 * fix UMR.Chris Toshok2003-03-231-1/+1 * Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore.Sanshao Jiang2003-03-222-6/+7 * [ fixes bug #39856 ] request a full redraw when we're done draggingChris Toshok2003-03-211-0/+1 * Updated to use GtkDialog instead of GnomeDialog. Also fixed bug #39550Jeffrey Stedfast2003-03-203-95/+102 * add underline_column field.Chris Toshok2003-03-194-27/+60 * add cursor_idle_id.Chris Toshok2003-03-191-0/+2 * add cursor_idle_id.Chris Toshok2003-03-191-1/+8 * mimic Gtk's sort arrows (ethi_start_drag): mimic Gtk's sort arrowsMike Kestner2003-03-191-8/+8 * Swap OK/Cancel buttons to comply with the HIG.Ettore Perazzoli2003-03-192-9/+14 * null start_path (etsm_invert_selection): null start_pathMike Kestner2003-03-191-5/+11 * Instead of using gtk_widget_unparent(), remove the widget from theHans Petter Jansson2003-03-183-3/+3 * Don't crash if there's no timezone set initially. #39783Dan Winship2003-03-182-4/+11 * save and restore expanded state so parents don't collapse when childrenMike Kestner2003-03-151-2/+7 * use access() like camelMike Kestner2003-03-152-3/+8 * kill an unused variableDan Winship2003-03-141-1/+0 * Various cleanups. (e_timezone_dialog_get_timezone): Return anDan Winship2003-03-123-159/+120 * Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmapsRodney Dawes2003-03-125-84/+11 * Added prototype for show_pango_rectangle()Jeffrey Stedfast2003-03-101-0/+3 * fix drawing bugs, and disable the stupid looking focus rect, since I can'tChris Toshok2003-03-081-14/+14 * (destroy): Removed unused variable.Ettore Perazzoli2003-03-072-1/+4 * Use G_GNUC_FUNCTION instead of __FUNCTION__.Ettore Perazzoli2003-03-074-4/+12 * fix a couple ==TRUE uses pointed out by Morten Welinder <terra@diku.dk>.Mike Kestner2003-03-051-2/+2 * i18n fixDmitry Mastrukov2003-03-056-9/+130 * rewrite to store selected paths in a hashtable instead of a tree. lose theMike Kestner2003-03-043-786/+141 * Add style_set to update list properly (et_canvas_realize): Remove this asRodney Dawes2003-03-011-7/+4 * remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-12/+0 * remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-11/+0 * init column_count to column_start + 1. (item_removed): clean up theChris Toshok2003-02-281-7/+11 * guard this so we don't try to free priv multiple times.Chris Toshok2003-02-282-3/+9 * use gdk_event_copy and gdk_event_free to dup the event.Mike Kestner2003-02-281-19/+11 * remove the grab_cancelled_check_id if it's still active.Chris Toshok2003-02-271-0/+4 * Use g_signal_handlers_disconnect_by_func sinceDan Winship2003-02-252-10/+23 * Same as below.Jeffrey Stedfast2003-02-259-115/+223 * Don't unref the GtkInvisible - instead, destroy it.Hans Petter Jansson2003-02-251-2/+2 * fix overzealous g_asserts to avoid crashes when eti->rows is alreadyMike Kestner2003-02-211-5/+1 * kill (etsm_find_node_unless_equals): use new etta_orig_positionMike Kestner2003-02-213-47/+57 * Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-214-14/+26 * set remap_neededMike Kestner2003-02-191-0/+1 * make sure the row >= 0 before calling value_at to calc "strikeout".Chris Toshok2003-02-181-1/+3 * make things compile on an alpha. passing NULL to a var_arg not portable.Jody Goldberg2003-02-181-1/+3 * return after the e_table_model_no_change call.Chris Toshok2003-02-171-2/+6 * make this actually work: destroy the canvas item, memmove stuff around,Chris Toshok2003-02-171-0/+12 * enable this function to reflow the view from a particular column onward.Chris Toshok2003-02-174-28/+178 * guard for null paths if save_id lookup fails.Mike Kestner2003-02-141-1/+2 * don't transform based on allocation position. Position isn't absolute now.Mike Kestner2003-02-141-3/+0 * kill a double unref on the pango_layout.Mike Kestner2003-02-141-2/+0 * Request a reflow on realization, so size and placement will be correctHans Petter Jansson2003-02-131-1/+4 * handle reverse searches (find_prev_in_range): reverse search implMike Kestner2003-02-131-4/+24 * work around broken models that insert children before parents. bad models.Mike Kestner2003-02-131-4/+18 * rewrite to use etta (find_next_in_range): helper func to search a range ofMike Kestner2003-02-111-25/+22 * ignore test-completion.Chris Toshok2003-02-1011-713/+239