Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search history action shows and hides the dialog #9

Closed

Commits on Jun 23, 2011

  1. ClipIt-v1.1.0-09112010001-beta

    + Added: Option to show index numbers in history.
    + Fixed: Search window now gets properly focused when launched with the hotkey.
    + Fixed: Search window is now resizable.
    + Fixed: Double casting when calling 'item_selected'.
    + Fixed: Removed some unnecessary comments and fixed some of the others.
    + Fixed: Moved search dialog and functions to manage.c, as this dialog will
    		become "Manage Clipboard" in the next version.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    060efdf View commit details
    Browse the repository at this point in the history
  2. ClipIt-v1.2.0-10112010001

    + Added: Option to save URIs (they were actually saved by default before, but
    		now you have the option to disable this behaviour).
    + Fixed: Copying files and folders now works again.
    + Fixed: Changed some of the default configuration values.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    d87bea8 View commit details
    Browse the repository at this point in the history
  3. ClipIt-v1.2.1-10112010002

    + Fixed: Fixed OOM bug when copying large chunks of text by limiting
    		the history entry to 512KB.
    		(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602205)
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    06cd9be View commit details
    Browse the repository at this point in the history
  4. ClipIt-v1.2.2-11112010001

    + Fixed: Some small compatibility changes for debian packaging.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    0eae09d View commit details
    Browse the repository at this point in the history
  5. ClipIt-v1.2.3-11112010002

    + Fixed: Fixed the manpage so it now aligns to the conventions for
    		writing Linux man pages.
    + Fixed: Added the "-Wl,--as-needed" flag, so only the needed packages
    		are included.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    ee4e931 View commit details
    Browse the repository at this point in the history
  6. ClipIt-v1.2.4-12112010001

    + Fixed: Fixed 2 small omitions from previous changes.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    156da20 View commit details
    Browse the repository at this point in the history
  7. ClipIt-v1.2.5-12112010002

    + Fixed: Now using autopoint instead of gettextize to avoid waiting for
    		user input.
    + Fixed: Added AM_MAINTAINER_MODE, to get rid of the disable-maintainer-mode
    		warning.
    + Fixed: Fixed a small typo in main.c.
    + Fixed: removed dependency of pthread.h (the pthread_exit function that we
    		use is also in glib.h).
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    221ad46 View commit details
    Browse the repository at this point in the history
  8. ClipIt-v1.2.6-12112010003

    + Fixed: Removed reference to pthread.h from configure.in.
    + Fixed: Set AM_MAINTAINER_MODE to disabled by default.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    c18d37d View commit details
    Browse the repository at this point in the history
  9. ClipIt-v1.3.0-14112010001

    + Added: Added "Edit" and "Remove" buttons to the "Manage History" dialog.
    + Fixed: Major speed improvements for big history entries while:
    		searching through the history;
    		populating the "Manage History" dialog;
    		generating the popup menus;
    	All of these should now be more than 99% faster, at the expense
    	of an (at most) 1MB overhead. I think it's worth it, though.
    + Fixed: Fixed a drawing issue with the small history menu when activated
    		by clicking on the systray icon.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    b8ce782 View commit details
    Browse the repository at this point in the history
  10. ClipIt-v1.3.1-17112010001

    + Added: Added autostart support for LXDE.
    + Fixed: Fixed problem with "Edit" window not appearing.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    f722a3f View commit details
    Browse the repository at this point in the history
  11. ClipIt-v1.3.2-22112010001

    + Fixed: Fixed most of the markup and indentation (replaced double spaces
    		with tabs).
    + Fixed: Removed clipboard restoring from history, as this seems to cause
    		more problems than it solves.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    1f808f7 View commit details
    Browse the repository at this point in the history
  12. ClipIt-v1.3.3-23112010001

    + Fixed: Fixed some more markup.
    + Fixed: Rearranged parts of the Preferences dialog to be cleaner.
    + Fixed: Fixed bug in "Manage History" window not selecting the history
    		item properly.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    647c513 View commit details
    Browse the repository at this point in the history
  13. ClipIt-v1.3.4-26112010001

    + Fixed: Now we are warning the user that his history is saved in a
    		plain text file and ask for his explicit permission
    		to save the history.
    + Fixed: When the user disables history saving we also ask if he wants
    		to empty the current history file.
    + Fixed: Renamed "Find" menu entry to "Manage history".
    + Fixed: ClipIt now complies to the "XDG Base Directory Specification".
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    9cdc43a View commit details
    Browse the repository at this point in the history
  14. ClipIt-v1.3.5-06122010001

    + Added: Added support for "Application Indicator".
    + Fixed: Fixed a couple of typos and indentations.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    4a84b7b View commit details
    Browse the repository at this point in the history
  15. ClipIt-v1.3.6-06122010002

    +Fixed: Fixed a small bug when building without indicator support.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    b4c0bc2 View commit details
    Browse the repository at this point in the history
  16. ClipIt-v1.3.7-12122010001

    + Fixed: Changed E-Mail address and Project website.
    + Fixed: Included all files that get generated by autogen.sh, so
    		that now you don't need to run it anymore.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    31aac3d View commit details
    Browse the repository at this point in the history
  17. ClipIt-v1.3.8-18122010001

    + Fixed: Changed the "old" menu to look exactly like the indicator
    		menu.
    + Fixed: Changed the indicator menu to refresh automatically.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    c89bf3e View commit details
    Browse the repository at this point in the history
  18. ClipIt-v1.3.8-18122010002

    + Fixed: Updated configure script for 1.3.8.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    a0d756f View commit details
    Browse the repository at this point in the history
  19. ClipIt-v1.3.9-19122010001

    + Fixed: Fixed error while compiling without indicator support.
    + Fixed: Fixed a couple of memory leaks.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    65cc016 View commit details
    Browse the repository at this point in the history
  20. ClipIt-v1.3.10-21122010001

    + Fixed: Imported fixes from Parcellite 0.9.3 (thanks to Doug Springer).
    + Fixed: Fixed cast warnings when building on x86 machines.
    + Fixed: Fixed build error on ubuntu 11.04.
    + Fixed: Fixed problem with statusicon menu showing double content.
    + Fixed: Fixed problem with clicking the statusicon menu multiple
    		times killing the program.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    0362076 View commit details
    Browse the repository at this point in the history
  21. ClipIt-v1.3.11-22122010001

    + Fixed: Indicator menu now actually refreshes properly.
    + Fixed: Removed "Full history" and changed the wording in the
    		"Preferences" dialog.
    + Fixed: Imported "Select first item in menu" fix from Parcellite 0.9.3.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    d1cfb65 View commit details
    Browse the repository at this point in the history
  22. ClipIt-1.3.11-20101224001

    + Fixed: Removed some unneeded files from both the archive and git.
    + Fixed: Changed git versioning scheme.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    38de65e View commit details
    Browse the repository at this point in the history
  23. ClipIt-1.3.12-20110228001

    + Fixed: Fixed a typo in the warnings.
    + Fixed: Turned off appindicator because it's buggy.
    Cristian Henzel authored and Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    d317cb6 View commit details
    Browse the repository at this point in the history
  24. ClipIt-1.3.13-20110503001

    + Fixed: Bug in the indicator code that makes ClipIt crash X under
    		certain circumstances.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    5c92319 View commit details
    Browse the repository at this point in the history
  25. ClipIt-1.4.0-20110506001

    + Added: Added option to automatically paste an entry after selecting it.
    + Fixed: Re-enabled indicator since it should now work properly.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    a995d65 View commit details
    Browse the repository at this point in the history
  26. ClipIt-1.4.0-20110518001

    + Fixed: Re-enabled indicator support.
    + Added: We are now installing a sepparate icon for clipit (not using it
    		yet, though).
    + Added: Search as you type in "Manage history" dialog.
    + Added: 1-0 shortcuts for fast selecting of menu items.
    + Added: Possiblity to select multiple items for deletion in the
    		"Manage history" dialog.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    7864e89 View commit details
    Browse the repository at this point in the history
  27. ClipIt-1.4.0-20110518002

    + Added: Also added 1-0 shortcuts to the history menu.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    5629c9a View commit details
    Browse the repository at this point in the history
  28. ClipIt-1.4.0-20110520001

    + Fixed: Deleted items are now properly removed from the history.
    + Fixed: Double clicking an item in the "Manage history" dialog now
    		properly selects it again.
    + Added: [Enter] (for selecting the item) and [Delete] (for removing
    		the item(s)) now works in the "Manage history" dialog.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    a1145f8 View commit details
    Browse the repository at this point in the history
  29. ClipIt-1.4.0-20110520002

    + Fixed: Remove duplicate truncate_history functionality.
    + Added: Added basic history item structure.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    28bf73c View commit details
    Browse the repository at this point in the history
  30. ClipIt-1.4.0-20110521001

    + Added: We are now using the shipped icon in the systray.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    fe7be25 View commit details
    Browse the repository at this point in the history
  31. ClipIt-1.4.0-20110521003

    + Fixed: Fixed wrong selection behaviour in "Manage history" dialog.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    807c060 View commit details
    Browse the repository at this point in the history
  32. ClipIt-1.4.1-20110523001

    + Fixed: Removed some files from git again. You now need to run
    		./autogen.sh first when building from git.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    99fca30 View commit details
    Browse the repository at this point in the history
  33. ClipIt-1.4.1-20110523002

    + Fixed: Unified indicator and systray menu into a single function.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    38df34f View commit details
    Browse the repository at this point in the history
  34. ClipIt-1.4.1-20110523003

    + Fixed: We are now checking if the history should be saved in the
    		save_history function itself.
    + Fixed: Indicator menu should now refresh even if "Save history"
    		is disabled.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    0c60a69 View commit details
    Browse the repository at this point in the history
  35. ClipIt-1.4.1-20110524001

    + Fixed: Converted history to new data type.
    + Fixed: Fixed all of the remaining warnings.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    70cd577 View commit details
    Browse the repository at this point in the history
  36. ClipIt-1.4.1-20110525001

    + Fixed: Changed history file to new type.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    d9a11b7 View commit details
    Browse the repository at this point in the history
  37. ClipIt-1.4.1-20110525002

    + Fixed: Numpad keys now work for selecting too.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    d9ea376 View commit details
    Browse the repository at this point in the history
  38. ClipIt-1.4.1-20110525003

    + Added: We now also use png icons, if there are any.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    0d60cba View commit details
    Browse the repository at this point in the history
  39. ClipIt-1.4.1-20110526001

    + Added: Items marked as static are not purged from the history anymore.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    1f5b0d1 View commit details
    Browse the repository at this point in the history
  40. ClipIt-1.4.1-20110526002

    + Fixed: Simplified add item process.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    8ad4c88 View commit details
    Browse the repository at this point in the history
  41. ClipIt-1.4.1-20110526003

    + Fixed: Unified history and tray menu for easier maintenance.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    aeeeada View commit details
    Browse the repository at this point in the history
  42. ClipIt-1.4.1-20110526004

    + Added: Added option for using right-click menu.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    9099319 View commit details
    Browse the repository at this point in the history
  43. ClipIt-1.4.1-20110526005

    + Added: Added options for static items in menu.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    892d59b View commit details
    Browse the repository at this point in the history
  44. ClipIt-1.4.1-20110526006

    + Fixed: Fixed display and icon of indicator menu.
    + Fixed: We are now installing the icon to the icontheme instead of
    		the pixmaps folder.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    4154853 View commit details
    Browse the repository at this point in the history
  45. ClipIt-1.4.1-20110526007

    + Fixed: Fixed a bug in the history saving function.
    + Added: We are now showing static items in the menu.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    2db9e82 View commit details
    Browse the repository at this point in the history
  46. ClipIt-1.4.1-20110526008

    + Fixed: We're not loosing the static flag on existing items anymore.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    99d5a8a View commit details
    Browse the repository at this point in the history
  47. ClipIt-1.4.1-20110527001

    + Fixed: Hidden righ-click menu option when indicator is active and
    		disabled the static item spin when static items are not
    		shown.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    9e92e4f View commit details
    Browse the repository at this point in the history
  48. ClipIt-1.4.1-20110527002

    + Fixed: Made autogen.sh executable.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    6b57de4 View commit details
    Browse the repository at this point in the history
  49. ClipIt-1.4.1-20110527003

    + Fixed: Removed some files from git. Again.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    56b4ebf View commit details
    Browse the repository at this point in the history
  50. ClipIt-1.4.1-20110527004

    + Fixed: Typo in src/Makefile.am.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    ff6f255 View commit details
    Browse the repository at this point in the history
  51. ClipIt-1.4.1-20110604001

    + Fixed: Removed some more files from git.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    109ec31 View commit details
    Browse the repository at this point in the history
  52. ClipIt-1.4.2-20110623001

    + Fixed: Bumped version to 1.4.2.
    + Fixed: Changed layout of the ChangeLog file.
    Cristian Henzel committed Jun 23, 2011
    Copy the full SHA
    67fc58a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2011

  1. Silence glib warnings regarding GOptionFlags.

    These warnings:
    GLib-WARNING **: goption.c:2168: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
    Rogutės Sparnuotos committed Nov 9, 2011
    Copy the full SHA
    9c593ec View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2011

  1. Merge pull request CristianHenzel#4 from rogutes/glib-warnings

    Silence glib warnings regarding GOptionFlags.
    shantzu committed Nov 14, 2011
    Copy the full SHA
    48d77aa View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2011

  1. Search history action shows and hides the dialog

    When triggered the first time the dialog is opened. The second time will
    close it. And so on.
    pluton8 committed Dec 18, 2011
    Copy the full SHA
    6447b31 View commit details
    Browse the repository at this point in the history