2018-11-12 04:53:16 by Ryo ONODERA | Files touched by this commit (1532) |
Log message:
Recursive revbump from hardbuzz-2.1.1
|
2018-04-16 16:35:28 by Thomas Klausner | Files touched by this commit (1284) |
Log message:
Recursive bump for new fribidi dependency in pango.
|
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2018-01-28 21:11:10 by Thomas Klausner | Files touched by this commit (462) |
Log message:
Bump PKGREVISION for gdbm shlib major bump
|
2017-11-23 18:20:22 by Thomas Klausner | Files touched by this commit (556) |
Log message:
recursive bump for libxkbcommon removal from at-spi2-core
|
2017-02-12 07:26:18 by Ryo ONODERA | Files touched by this commit (1451) |
Log message:
Recursive revbump from fonts/harfbuzz
|
2017-02-06 14:56:14 by Thomas Klausner | Files touched by this commit (1452) |
Log message:
Recursive bump for harfbuzz's new graphite2 dependency.
|
2016-09-15 16:32:41 by Thomas Klausner | Files touched by this commit (24) |
Log message:
After guile's and guile20's installation prefixes have changed, it's time
to bump their dependencies (except those that were bumped in the last 24
hours already).
|
2016-08-03 12:23:40 by Adam Ciarcinski | Files touched by this commit (1248) | |
Log message:
Revbump after graphics/gd update
|
2016-07-30 04:56:34 by Makoto Fujiwara | Files touched by this commit (5) |
Log message:
(pkgsrc)
- removing two patches
- Using CONF_FILES
- Added LICENSE = gnu-gpl-v2
(upstream)
- Updated time/gnotime to 2.4.0
------------------------------
2012-11-29 Linas Vepstas <linasvepstas@gmail.com>
* configure.in: Bump version number to 2.3.1
* configure.in: Enable non-verbose build by default.
* fix assorted compiler warnings.
* timer.c: fix crash because timer was not initialized!
* Updated Czech translation from Petr Gajdusek <gajdusek.petr@centrum.cz>
* Updated Danish translation from Joe Hansen <joedalton2@yahoo.dk>
* ghtml.c: Port to guile-2.0
2011-11-30 Goedson Teixeira Paixao <goedson@debian.org>
* src/Makefile.am: Use detected X11 configurations
* configure.in: Check for presence of X11
2011-10-24 Goedson Teixeira Paixao <goedson@debian.org>
* Fixed bug #3372762
* src/props-invl.c (edit_interval_set_close_callback): Added
function to set the close dialog callback
* src/journal.c (edit_interval_close_cb): Added callback to handle
the destruction of interval editing dialog
(interval_new_clicked_cb,interval_edit_clicked_cb): set the close
callback in the edit interval dialog
2011-10-04 Goedson Teixeira Paixao <goedson@debian.org>
* src/dialog.c (gtt_help_popup): Added format string to
call to gtk_message_dialog_new
* src/export.c (export_show_error_message): Added format string to
call to gtk_message_dialog_format_secondary_text
* src/main.c (try_restoring_backup): Added format string to
call to gtk_message_dialog_new
* src/menucmd.c (menu_howto_edit_times): Added format string to
call to gtk_message_dialog_new
2011-06-28 Goedson Teixeira Paixao <goedson@debian.org>
* configure.in: Updated GTK_REQUIRED to 2.12, which is the minimum
version containing the gtk_tree_view_set_show_expanders method.
2011-06-25 Goedson Teixeira Paixao <goedson@debian.org>
* src/notes-area.c (notes_area_new): added custom cell renderer in
order to ellipsize long entries (Fixes #3310918). Thanks Petr
Gajdusek for the patch.
2011-03-20 Goedson Teixeira Paixao <goedson@debian.org>
* src/Makefile.am (gnotime_LDADD): Added -lX11, fixing build with
binutils-gold.
2010-11-27 Goedson Teixeira Paixao <goedson@debian.org>
* src/main.c (backups_exist): Added function to check if there are
backup files in the data directory.
(try_restoring_backup): check if there are backups in the data dir
before offering to load a backup file.
2010-11-25 Goedson Teixeira Paixao <goedson@debian.org>
* src/main.c (try_restoring_backup): Display error message when
it's not possible to copy backup file.
2010-10-12 Goedson Teixeira Paixao <goedson@debian.org>
* src/main.c (try_restoring_backup): do the interaction with the
user for backup restoring outside of the read_data function.
2010-09-25 Goedson Teixeira Paixao <goedson@debian.org>
* glade/journal.glade: Fixed button tooltips
2010-05-05 Goedson Teixeira Paixao <goedson@debian.org>
* src/main.c (choose_backup_file): Added function to choose one of
the backups to load.
(read_data): Offer the user a chance to load a previous backup
when reading the data file fails.
2010-01-23 Goedson Teixeira Paixao <goedson@debian.org>
* website/example-invoice.html: Applied patch #2937959, fixing a
typo in the report. Thanks Christos Kontas for the patch.
2010-01-04 Goedson Teixeira Paixao <goedson@debian.org>
* src/ghtml.c: Added missing include of math.h for functions
lround and round.
2009-11-24 Goedson Teixeira Paixao <goedson@debian.org>
* src/proj.c (gtt_project_get_secs_current): return the time for
the currently selected diary entry instead of the head of the task
list.
2009-11-20 Goedson Teixeira Paixao <goedson@debian.org>
* src/status-icon.c (status_icon_popup_menu): Change the hide
window menu text.
* src/log.c (printf_project): Added option to log the current
diary entry (Patch #1984744). Thanks Matt Simmons for the patch.
2009-11-19 Goedson Teixeira Paixao <goedson@debian.org>
* configure.in: Fix LIBGNOMEUI related variable substitution. Make
it buildable with recent versions of libgnomeui.
2009-11-15 Goedson Teixeira Paixao <goedson@debian.org>
* src/status-icon.c, src/menucmd.c: Add ability to hide main
window by right clicking the status icon. Thanks Kip Warner for
the patch.
2009-09-17 Goedson Teixeira Paixao <goedson@debian.org>
* src/projects-tree.c (gtt_projects_tree_set_visible_columns):
Check that the column_references tree is not NULL before calling
g_tree_destroy.
2009-09-14 Goedson Teixeira Paixao <goedson@debian.org>
* src/projects-tree.c (gtt_projects_tree_set_expander_state):
return without any further processing if states is NULL.
* src/file-io.c (gtt_post_ctree_config): don't call
gtt_projects_tree_set_expander_state when the expander state is
NULL.
2009-06-29 Goedson Teixeira Paixao <goedson@debian.org>
* ghtml/C/gtt.scm: Set unlimited guile stack (Fixes #1402562)
* src/ghtml.c (gtt_ghtml_new): properly initialize guile
environment.
2009-06-14 Goedson Teixeira Paixao <goedson@debian.org>
* glade/Makefile.am: Removed task_select.glade from the data files
list.
* src/notes-area.c (struct NotesArea_s): Made the task entry a
combobox and added an "edit task" button.
(new_task_cb): show the task properties dialog when adding new
task, so user can edit the task memo.
(tasks_model_get_task): utility function to retrieve the task
corresponding to a given position in the combobox.
(edit_task_cb): added function to handle the Edit Task button
(task_selected_cb): added function to handle the selection of a
task through the task combobox
(notes_area_new): build the dialog structure with the new fields
and callbacks
(notes_area_choose_task): added function to mark a given task as
active in the combobox.
(build_task_combo_model): added function to build the combobox
model with the list of tasks of a project.
(notes_area_do_set_project): populate the combobox with the list
of task of the selected project.
* glade/notes.glade: Made the task entry a combobox.
2009-05-31 Goedson Teixeira Paixao <goedson@debian.org>
* src/ghtml.c (task_get_blocktime_str_scm): substitute the usage
of the deprecated qof_print_hors_elapsed_buff by our copy of it.
2009-05-09 Goedson Teixeira Paixao <goedson@debian.org>
* configure.in: Look for qof.pc (libqof2) instead of
qof-1.pc.
2009-01-02 Goedson Teixeira Paixao <goedson@debian.org>
* glade/interval_edit.glade: add the DISPLAY_SECONDS flag to the
start_date field.
2008-11-28 Goedson Teixeira Paixao <goedson@debian.org>
* src/idle-dialog.c (show_idle_dialog): mark the idle dialog as
visible before stopping the project timer so we don't start the no
project timeout timer when it's not needed.
2008-11-27 Goedson Teixeira Paixao <goedson@debian.org>
* src/timer.c (start_no_project_timer): Fixed the condition in which
the "No project" timer is started.
2008-11-25 Goedson Teixeira Paixao <goedson@debian.org>
* glade/prefs.glade: Fixed tooltip for the "No Project Timeout" option.
2008-03-21 Goedson Teixeira Paixao <goedson@debian.org>
* configure.in, po/LINGUAS: use po/LINGUAS to list the available
translations.
2008-03-10 Goedson Teixeira Paixao <goedson@debian.org>
* src/projects-tree.c (gtt_projects_tree_init): Fixed display of
the description column (Fixes #1911087)
2008-02-27 Goedson Teixeira Paixao <goedson@debian.org>
* src/menucmd.c (about_box): Use GtkAboutDialog instead of the
deprecated GnomeAbout.
* doc/C/man/gnotime.1: Fixed the manpage's text
* src/notes-area.c: include menus.h for prototype of the
menus_get_popup function.
|