[the-board] Created tag 0.1.1
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board] Created tag 0.1.1
- Date: Tue, 1 Feb 2011 16:50:39 +0000 (UTC)
The unsigned tag '0.1.1' was created.
Tagger: Lucas Rocha <lucasr gnome org>
Date: Tue Feb 1 16:46:44 2011 +0000
Tag for Release 0.1.1
Changes:
Andrew Wafaa (1):
[data] Add a .desktop file for The Board
Antonio Terceiro (1):
[ui] Hide MainWindow when closed by window manager
Aron Xu (1):
Add Chinese (China) translations.
Athanasios Makrigiannis (2):
l10n: Added Greek translation for the-board
l10n: Added el to po/LINGUAS for the-board
Daniel Mustieles (1):
Updated Spanish translation
Daniel Nylander (1):
Added Swedish translation
Flamarion Jorge (2):
Updated Brazilian Portuguese translation
Updated Brazilian Portuguese translation
Fran Diéguez (2):
Added Galician translations
Updated Galician translations
Joe Hansen (1):
Added Danish translation
Jorge González (5):
Added es to LINGUAS
Added Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Kenneth Nielsen (1):
Added da to list of languages
Lucas Rocha (617):
Initial import
[src] Improve juju-start generation build output
[ui] Disable debugging in main window box
[util] Add colorUtil module
[ui] Use ColorUtil in MainWindow box
[ui] Add mainWindow.js to Makefile.am
[ui] Add placeholder code for ToolBox
[ui] Change MainWindow to use ToolBox
[ui] Remove debugging text from MainWindow
[ui] Add expand/collapse animations in ToolBox
[util] Add StyleUtil module
[ui] Add title box and text in MainWindow
[images] Add new linedpaper image
[ui] Emit 'add-thing' when expanding/collapsing ToolBox
[util] Add MathUtil module
[ui] Add initial implementation of Thing
[ui] Add initial implementation of TextThing
[ui] Add TextThing when ToolBox emits 'add-thing'
[ui] Don't import Mx as we're not using it
[images] Add some initial background images
[util] Add cursive fonts to StyleUtil
[ui] Add text actor to TextThing
[ui] Handle activation/dragging in Thing
[ui] Handle activation in TextThing
[ui] Add deactive() method to Thing and TextThing
[ui] Return true on button press handler
[ui] Handle focus on active things in MainWindow
[ui] Set depth when setting active thing on MainWindow
[ui] Handle thing activation on MainWindow
[ui] Only handle release event in parent actor while dragging
[ui] Add proper return on event handlers in Thing
[ui] Factor out method to add Thing to MainWindow
[ui] Add proper return on signal handler in Thing
[ui] Initially make MainWindow grab key focus
[ui] Add 't' key shortcut to add text thing in MainWindow
[ui] Allow deactivating text thing with escape key
[ui] Handle depth and active thing when dragging
[ui] Default window to fullscreen in 1280x800
[ui] Add 'q' key shortcut to quit app
[ui] Rounded borders on MainWindow's content box
[icons] Add icon to remove things
[ui] Add new Button widget
[ui] Set stage as non-resizable and title
[images] Add proper background image in jpg format
[ui] Use new image for background in MainWindow
[big] Allow background repeat by using bg texture
[main] Rename juju-start script to juju for simplicity
[doap] Rename doap file to juju.doap
[ui] Move text thing image to its own directory
[ui] Fix method name in Button
[ui] Return true on button press handler in Button
[ui] Add initial code for showing/hiding controls
[ui] Initial implementation of Thing removal
[ui] Set active thing to null when removing the active one
[ui] Clip to allocation in content box in MainWindow
[ui] Initial implementation of Thing rotation
[ui] Fix error message in Thing
[ui] Use private parentActor attribute instead of get_parent()
[images] Add new toolbox background icon
[util] Add LARGE_FONT style entry in StyleUtil
[ui] Improve ToolBox to look more real
[ui] Add support for description in ToolBox
[ui] Add a description to the backgrounds toolbox
[ui] Add active-changed signal and setter in ToolBox
[ui] Properly destroy header button in ToolBox
[ui] Initial implementation of ToolBoxGroup
[ui] Make WIDTH and HEIGHT constants public in ToolBox
[ui] Handle activation of toolboxes in ToolBoxGroup
[ui] Use ToolBoxGroup in MainWindow
[ui] Deactivate toolboxes when clicking on content area
[ui] Increase spacing between toolboxes
[ui] Make hiding/showing toolboxes faster
[images] Add icon for Things toolbox
[ui] Use proper icon on Things toolbox
[ui] Make toolbox background a bit translucent
[images] Rename background icon to backgrounds
[images] Rename background images to generic names
[ui] Use proper default background in MainWindow
[ui] Allow setting content actor in ToolBox
[ui] Initial code for backgrounds toolbox
[ui] Factor out backgrounds toolbox into ToolBoxBackgrounds
[ui] Factor out things toolbox into ToolBoxThings
[ui] Only add four sample items in ToolBoxThings
[ui] Use expanded height depending on content actor
[ui] Apply more consistent spacing in ToolBox
[ui] Emit press event on Button
[ui] Initial implementation of thing resizing
[ui] Change rotation to start with button press
[ui] Allow setting initial and minimum width/height
[ui] Initial dummy implementation of PhotoThing
[ui] Generalize addThing a bit in MainWindow
[ui] Use resize icon in resize button in Thing
[ui] Don't use syncSize property in Button
[ui] Add new page icon
[ui] Add New Page button on bottom right corner
[ui] Show/hide button actors when sliding in and out
[ui] Change MainWindow's background to black
[ui] Connect key press signal on correct actor
[ui] Allow editing a photo caption in PhotoThing
[ui] Initial implementation of button box in PhotoThing
[images] Add images for PhotoThing
[ui] Add dummy file selection and webcam buttons in PhotoThing
[ui] Reduce minimum TextThing dimensions
[ui] Adjust dimensions of PhotoThing
[ui] Remove title header from MainWindow
[ui] Initial implementation of ToolBoxPages
[ui] Fix spacing in ToolBoxGroup
[ui] Use ToolBoxPages in MainWindow
[ui] Use pages icons in ToolBoxPages' sample data
[ui] Properly destroy buttons in ToolBoxThings
[images] Add images for next/previous pages
[ui] Add back/forward buttons in ToolBoxPages
[ui] Properly destroy buttons in ToolBoxPages
[ui] Add ability to "flash" MainWindow
[ui] Move things to a custom Page element
[ui] Move content background image to Page
[ui] Don't add border to content box in MainWindow
[ui] Sizing fixes in ToolBox
[ui] Finetune animation to collapse ToolBox
[ui] Fix type in the thing removal code in Page
[ui] Add some more background entries in ToolBoxBackgrounds
[readme] Add simple note on README file
[big] Replace deprecated functions with cogl_handle_unref()
[main] Use gtk to create main window
[project] Rename project to 'board'
[js] Move js directory inside src/
[project] Remove replacements project name
[main] Fix path to main javascript module
[main] Add FIXME comment about allowing installed/uninstalled run
[configure] Improve indentation of pkg-config bits
[build] Small indentation fix
[ui] Add new Background base prototype
[ui] Add factory function to create background instances
[backgrounds] Add first background implementation
[backgrounds] Add another sample background ShinyFloor
[ui] Set page background based on Backgrounds
[backgrounds] Add missing import in ShinyFloor
[ui] Add getter for id in Background
[ui] Only change background if it's different than current one
[backgrounds] Only set bg filename after setting bg alignment
[backgrounds] Change both backgrounds to use Tiled base
[ui] Set correct box alignment for background in Page
[backgrounds] Add THUMBNAIL constant in all backgrounds
[ui] Dynamically load available backgrounds
[ui] Move all types of things to things directory
[ui] Rename getBackgroundForId() to createBackgroundFromId()
[ui] Add createThingFromId() to Thing module
[ui] Add method addThingFromId() to Page
[ui] Use addThingFromId() instead of addThing() in MainWindow
[things] Add create() to all available things
[ui] Change things toolbox to add things from id
[things] Define THUMBNAIL constant on all things
[ui] Dynamically load available things
[ui] Remove all padding from MainWindow
[build] Rename more bits with old project name
[build] Add AC_CONFIG_MACRO_DIR to configure.ac
[ui] Adapt to latest MxGrid api
[build] Final renames for the new project name
[script] Add /usr/local to start script's typelib path
[ui] Make MainWindow expand to always fill the whole stage
[ui] Set correct window title with project name
[build] Indent makefiles consistently
[things] Allow defining min and initial dimensions of TextThing
[things] Allow defining whether TextThing is editable or not
[things] Set bg filename as constructor arg in TextThing
[backgrounds] Add papery background image
[backgrounds] Set background name as a NAME constant
[images] Move all images to data directory
[backgrounds] Rename WoodenFloor to WoodenTable
[backgrounds] Rename ShinyFloor to MagicPaper
[backgrounds] Move all bg images to respective directories
[things] Add LinedNote based on TextThing
[things] Fix PhotoThing thumbnail
[things] Allow setting fontName in TextThing
[things] Add mainBox getter to TextThing
[ui] Fade in/out when showing Thing controls
[things] Allow setting padding from TextThing contructor
[things] Add initial implementation of stickyNote
[things] Small adjustment in left padding for TextThing
[things] Add new line on Return key press in TextThing
[ui] Add crossfading transition for backgrounds in Page
[ui] Only crossfade background if there's a previous one in Page
[things] Remove placeholder image from PhotoThing
[things] Add min and initial dimensions to PhotoThing constructor
[things] Fix typo in TextThing constructor
[things] Add facilities to set image filename to PhotoThing
[things] Add ability to enable/hide control buttons in PhotoThing
[things] Implement support for choosing image in PhotoThing
[ui] Move all gtk window creation to MainWindow
[ui] Remove unused code from MainWindow
[ui] Create context object which is shared by pages and things
[things] Use context to set chooser transiency in PhotoThing
[things] Allow each Thing implementation to validate resizes
[things] Restore key focus after chooser closes in PhotoThing
[things] Set current folder on chooser to pics dir in PhotoThing
[things] Factor out method to update PhotoThing from file chooser
[things] Pressing return shows file choose in PhotoThing
[ui] Initial implementation of initial placement of things in Page
[ui] New thing sliding comes for different sides
[ui] Add initial loading bits in Page
[ui] Change MainWindow to show loading box until page is loaded
[ui] Hide loading text before background fades out
[model] Add initial implementation of PageManager
[ui] Create a PageManager instance on MainWindow creation
[model] Add initial implementation of PageModel
[model] Initial work on making PageManager load PageModels
[util] Add json module with functions to parse and stringify js objects
[util] Small fix on json module to guarantee return
[model] Initial code for loading page content
[ui] Rename loadingBox to startupBox for clarity
[configure] Use correct project name
[configure] Depend on clutter-gtk 0.90 instead 0.10
[main] Add missing clutter-gtk includes
[ui] Store stage as a private attribute of MainWindow
[ui] Make collapsing/expanding toolboxes faster
[big] Port BigBox to be a MxWidget
[big] Simplify BigBox and remove unwanted dependencies
[big] Chain-up paint and allocate to parent class in BigBox
[ui] Initial work on moving all styling to css
[ui] Remove uneeded uses of StyleUtil and ColorUtil
[backgrounds] Use ClutterTexture to implement tiled background
[big] Move BigBox spacing to style and update all users of BigBox
[ui] Allow setting main box's name from Button constructor
[ui] Set transparent background color for new page button
[model] Add basic states for loading list of pages on PageManager
[ui] Initial code in progress feedback in MainWindow
[ui] Remove unused ColorUtil imports from Button
[ui] Add new Spinner actor
[ui] Show spinner while page is loading
[model] Ensure data directory exists when initial enumeration fails
[model] Sort pages by id (date + index) in PageManager
[model] Fix typo in enumerate_children_finish() call.
[model] Change PageModel to use loading states
[things] Add loadState() method to PhotoThing
[things] Add loadState() method to TextThing
[ui] Add onLoadState method to Thing base class
[ui] Change Page to use model to load its initial state
[ui] Ony load current page once PageManager is fully loaded
[model] Initial implementation of model saving
[ui] Make Thing's main box transparent
[things] Change StickyNote's background to a paper image
[main] Remove unused variable
[tb] Rename all big symbols to tb
[tb] Remove unused enum from TbBox
[main] Fix coding style
[tb] Turn tb into an installable lib and use that in introspection
[tb] Add file util with workaround for g_file_replace_contents_async()
[model] Use Tb's g_file_replace_contents_async() to save page file
[ui] Emit save signal when thing is dragged, resized or rotated
[ui] Mark model as dirty when a Thing requests to save state
[ui] Change addThing method to be private
[model] Complete the implementation of state saving of things in Page
[things] Use simpler text buttons in PhotoThing
[things] Do not animate or show buttons when loading PhotoThing state
[things] Save and load PhotoThing caption text
[things] Save PhotoThing state when image filename changes
[model] Add accessor for latest page model in PageManager
[model] Add accessor for pages list in PageManager
[ui] Start with latest page model in MainWindow
[ui] Remove unused constant from Button
[ui] Change ToolBox to get a headerButton as contructor arg
[ui] Only activate/expand ToolBox when it's loaded
[ui] Properly mark ToolBoxBackgrounds as loaded
[ui] Properly mark ToolBoxThings as loaded
[ui] Add PageButton actor to be used in ToolBoxPages
[ui] Make button size constants public in ToolBox
[ui] Make ToolBoxPage's background white
[ui] Load pages from page manager in ToolBoxPages
[things] Small fixes in PhotoThing's style
[ui] Init opacity to 0 in Thing's control buttons
[ui] Add model accessor in Page
[ui] Allow loading pages from already-loaded page models
[ui] Add ability to select different pages from model
[things] Emit save when text changes in TextThing
[configure] Remove now unused big-related stuff
[ui] Unload page model when Page is destroyed
[things] Emit save when caption text changes in PhotoThing
[model] Mark page model as clean when unloading it
[model] Add a way to mark PageModels as new
[model] Add api to add new page models in PageManager
[ui] Only initially load model in Page if it's not new
[ui] Hook up new page button to create new pages
[model] Return month name instead of month number
[model] Improve dirty changes logging a bit
[ui] Use PageModel data to set date labels' text
[ui] Allow dynamically changign page model in PageButton
[ui] Add a FIXME about animation when switching PageButton models
[ui] Allow setting current page in ToolBoxPages
[ui] Update current page in ToolBoxPages in MainWindow
[style] Small improvement in simple-border.png
[ui] Move back/forward buttons to the bottom in ToolBoxPages
[ui] Use simple border in toolboxes
[ui] Add a keyboard shortcut to show/hide toolboxes in MainWindow
[ui] Don't deactivate ToolBoxPages when selecting a page
[ui] Don't deactivate ToolBoxThings when adding new things
[ui] Raise active and dragged things to the top
[ui] Allow tiled background in TextThing constructor
[things] Show lines in LinedNoteThing
[things] Improve StickNoteThing bg image
[ui] Add nice shadow around all things
[things] Add nice tapes around PhotoThing
[ui] Add corner button to toggle tool box group in MainWindow
[ui] Improve Thing control icons by making them smaller and simpler
[icons] Change toolbox icons for Things and Backgrounds
[ui] Use temporary font name in TextThing and PhotoThing
[things] Improve sticky note thumbnail image
[things] Make initial height of TextThing look better for LinesNote
[ui] Add keyboard shortcut to add sticky notes
[ui] Fix typo when setting year label text in PageButton
[ui] Use temporary font name everywhere in ToolBox
[ui] Allow setting main box's name in PageButton constructor
[ui] Set special box name in PageButton for ToolBoxPages header
[ui] Only fade in and out to show and hide Thing control
[things] Remove unused constant from PhotoThing
[things] Activate TextThing when clicking on text
[ui] Use MxLabel for ToolBox description
[things] Increase spacing between photo and caption in PhotoThing
[things] Port PhotoThing to MxLabel
[things] Fix Return key handling in TextThing
[things] Port TextThing to MxLabel
[util] Remove the now used StyleUtil
[util] Remove the now unused ColorUtil
[ui] Fix checking of position for new things in Page
[ui] Show startup screen at least for 2 seconds
[ui] Use PageTurn to hide startup screen
[backgrounds] Add new Grass background
[backgrounds] Add new Checked background
[ui] Make ToolBoxBackgrounds description a bit shorter
[ui] Add a nicer background image for startup box
[ui] Decrease startup screen timeout a bit
[ui] Show nice shadowed borders in ToolBoxes
[ui] Remove unused constants from MainWindow
[tb] Remove unnecessary cogl calls
[configure] Depend on gtk+ 3.0 from now on
[configure] Depend on clutter-gtk-1.0 from now on
[icons] Add missing menu-icon.png image
[style] General fixes in font sizes in main ui and things
[ui] Disable back/forward buttons in ToolBoxPages for now
[ui] Create a new model when there's no latest page model
[ui] Restore stage's key focus on activation
[model] Fix month name handling in PageModel
[ui] Set position when loading Thing state
[model] Add some logging and fix saving cycles in PageManager
[things] Fix initial state loading of PhotoThing
[ui] Start with toolboxes hidden
[ui] Allow things to implement enter/leave behavior
[ui] Allow to dynamically change icon in Button
[ui] Allow setting style instance for Button
[things] Add new VideoThing to show videos in the pages
[ui] Pressing 'v' adds a new video thing to current page
[ui] Remove rotation ui and underlying model
[model] Load pages from a pages directory in user data dir
[model] Remove obsolete FIXME comment
[style] Default to transparent background in TbBox
[things] Add seek bar to VideoThing
[things] Add time counter in video controls
[things] Improve padding around video controls
[things] Only show video controls if there's a video filename
[ui] Use Clutter constraints to bind main box size to stage
[model] Add setter/getter for title in PageModel
[model] Introduce a pages index file to hold info page bits
[tb] Port patch to allow changing perpendicular child alignments
[tb] Fix namespace in TbBox method name
[things] Remove now unnecessary alignment boxes from VideoThing
[icons] Add missing icons to git repo
[icons] Improve play and pause icons
[icons] Remove unused icons
[tb] Add tb_g_file_delete_async_* functions
[ui] Major revamp of toolboxes in MainWindow
[ui] Show/hide spinner while page loads and turns
[ui] Remove unused getter from ToolBox
[things] Rename Sticky Note to Label
[things] Rename LinedNote to simply Note
[backgrounds] Rename MagicPaper to simply Paper
[backgrounds] Rename WoodenTable to simply Wood
[backgrounds] Fix Checked background name
[things] Initial implementation of Label
[things] Smaller initial size for VideoThing
[things] Change background image for Labels a bit
[ui] Implement ToolBoxGroup as a unified bar
[ui] Add setSize public method to Thing
[things] Use setSize() in TextThing instead of private _updateSize()
[things] Increase LabelThing's initial height a bit
[style] Make simple-border light gray
[ui] Slide in list of pages when clicking on the more button
[ui] Change MainWindow to behave more like an overlay dialog
[ui] Pressing Escape hides MainWindow
[ui] Initial port to GtkApplication
[main] Remove unused include
[tb] Add gdk utils to workaround non-introspected functions
[tb] Always show introspection warnings on build
[things] Allow setting initial text on TextThing
[ui] Allow passing arguments when creating things from id in Page
[ui] Initial code to handle clipboard paste on MainWindow
[icons] Remove unused icons
[ui] Store gtk application in the context object
[icons] Use proper theme to load icons from style
[ui] Port all buttons to MxButton instead of hacky button.js
[main] Define gjs' search path in GJS_PATH
[ui] Remove unused spinner.js
[build] Add missing files to src/Makefile-js.am
[build] Correctly install gir and typelib files and programs
[data] Remove all thumbnail images and references
[build] Make data directory content installable
[util] Add a path util to provide paths for different types of files
[main] Make the-board script point to installed files
[readme] Update README with something saner
[build] Update autogen.sh to use gnome-autogen
[i18n] Initial support for translations
[build] Add script to run uninstalled the-board
[git] Add initial .gitignore file
[tb] Small coding style fix in tb-gdk-util.c
[tb] Small coding style fix in tb-file-util.c
[doap] Update description with something more real
[ui] Define tweener args to constants in ToolBoxPages
[ui] Add active-changed signal and active getter to ToolBoxGroup
[ui] Deactivate any active thing when a toolbox is activated
[style] Use 16x16 icons on ToolBoxPages button
[ui] Dim the page when a thing is activated
[ui] Remove menu button from MainWindow
[ui] Remove the now unused toggled method from ToolBoxGroup
[ui] Add slideIn() and slideOut() methods to ToolBoxGroup
[ui] Allow setting initial visible state for ToolBoxGroup
[ui] Allow setting thing-specific style in ToolBox
[ui] Add support for button actions in ToolBox
[ui] Forward actions from toolboxes in a ToolBoxGroup
[style] No need to set background color on inner ToolBox elements
[ui] Rename _toolBoxGroup to _mainToolBoxGroup in MainWindow
[ui] Implement support for thing-specific toolbars
[ui] Change MainWindow to listen to actions from ToolBoxGroup
[things] Add photo-specific ToolBoxGroup to PhotoThing
[things] Add video-specific ToolBoxGroup to VideoThing
[ui] Rename ToolBoxGroup to simply Toolbar
[ui] Allow setting a title on Toolbar
[things] Set Toolbar title on PhotoThing and VideoThing
[build] Add data to SUBDIRS in Makefile.am
[style] Remove the unused menu-button style
[build] Remove reference to non-existent icon
[fonts] Add support for app-specific fonts
[ui] Mark "Untitled" string for translation
[l10n] Update Brazilian Portuguese translation
[ui] Always update active toolbar when active thing changes
[tb] Add a temporary workaround for g_signal_stop_emission_by_name
[ui] Use Clutter's click/drag actions instead of custom code
[ui] Use click action on Page's main box
[things] Use click action on TextThing's label
[build] Fix several issues in autotools to make distcheck nicely
[ui] Rename theme variable to mxIconTheme for clarity
[icons] Add temporary app icon to the icon theme
[icons] Move all icons to proper hicolor theme directory
[ui] Set gtk icon theme path in main.js
[ui] Show/hide MainWindow when clicking on status icon
[ui] Set app name in main
[ui] Remove button should start invisible in Thing
[ui] Fix window size query in Page
[ui] Make slide in/out in Toolbar slightly faster
[icons] Update icon cache on make install/uninstall
[ui] Don't for upper case on Toolbar and ToolBox titles
[ui] Add Toolbar's ability to load state from active thing
[ui] Add api to set active button in ToolBox
[things] Add initial TextThing toolbar with font size control
[ui] Guarantee only active thing is over the dim box in Page
[ui] Move GtkApplication creation to a separate function
[tb] Rename tb-file-util.[ch] to tb-gio-util.[ch] for clarity
[ui] Rename dragging-related signals for consistency with Clutter
[ui] Trigger model save after moving or resizing Thing
[git] Update .gitignore
[ui] Implement DBus application proto directly
[ui] Add addThing DBus method to Application
[ui] Remove unused activate method args
[ui] Set maximum window size to 1115x720
[build] Modernize introspection build with introspection.m4
[build] Auto-generate .gitignore with git.mk
[build] Fix build warning on gir file
[ui] Get rid of addThingFromId, use addThingFromState instead
[ui] Only animate new things when window is visible
[ui] Show notification when thing is added remotely
[ui] Always use GtkWindow size instead of MainWindow size
[ui] Add addThings DBus method to Application
[nautilus] Initial code for The Board's nautilus extension
[util] Add simple mechanism to export object via HTTP
[ui] Export Application DBus json methods via HTTP
[tb] Add soup util to workaround non-introspected functions
[util] Support form data on HTTP api calls
[chrome] Initial code for The Board's chrome extension
[build] Regenerate path.js and features.js when Makefile changes
[tb] Allow null on cancellable arg in tb_g_file_replace_contents
[ui] Add getUserDirs to Application's DBUs/HTTP api
[things] Set size after loading image when not present in state
[firefox] Initial code for The Board's firefox extension
[ui] Add link button to Thing
[firefox] Set link on all added things
[chrome] Set link on all added things
[po] Fix POTFILES.in to point to correct nautilus extension file
[ui] Only limit size when not loading from state
[build] Define explicit versions for all dependencies
[tb] Add tb-mx-util with function to get padding from MxStylables
[things] Remove size update from text in TextThing's constructor
[things] Implement proper size update on LabelThing
[things] Small adjustment in LabelThing's padding
[model] Remove duplicate getter from PageModel
[build] Use --without-FOO instead of --enable-FOO on optional deps
[build] Add scripts to automatically build The Board and its deps
[build] Misc improvements on the automatic build bits
[build] Cosmetic improvements in the-board-build-setup.sh
[build] Remove private git repo config from jhbuildrc file
[ui] Show Thing's resize/link/remove controls on hover
[things] Remove unnecessary timeouts to save texts in all elements
[model] Only save page on disk if model is dirty
[ui] Save current page model before switching pages
[ui] Initialize _animatingPageTurn in MainWindow's constructor
[things] Change TextThing to use vertical scroll bars
[ui] Ensure page is saved before quitting application
build: sync pkg-config dep version in autogen.sh
[main] Disable multidevice support
[build] Coding style fixes in src/Makefile-tb.am
[build] Add src/util/features.js.in to EXTRA_DIST
[build] Update js/util bits to make distcheck work
[po] Add POTFILES.skip
[build] Depend on GTK+ 2.91.7 and Clutter GTK+ 0.91.6
[release] 0.1.0
[release] Post-release bump to 0.2.0
[build] No need to download .modules file locally
[build] Add libsoup and libnotify deps to the-board moduleset
[build] Remove libsoup dependency from moduleset
[things] Remove unused constant from video, text, and photo
[things] Remove unused signal disconnection from VideoThing
[things] Set Label's minimum height to 0 (zero)
[ui] Add hover getter to Thing
[ui] Add active getter to Thing
[things] Keep video controls visible while Video thing is active
[tb] Add initial code for TbSoundPlayer and TbSoundRecorder
[things] Add initial implementation of SoundThing
[build] Add missing sound.js to Makefile-js.am
[style] Globally set font for all MxWidgets
[tb] Quote filenames in both SoundPlayer and SoundRecorder
[things] Add voice recording support to SoundThing
[ui] Add MainWindow 's' keyboard shortcut to add sound things
[things] Implement validateSize method properly in SoundThing
[build] Install jhbuild on ~/bin
[build] Add python-dev to list of auto-installed packages
[things] Remove blue from Note's background image
[tb] Change TbBox to advantage of Clutter's clipped-redraws
[things] Small coding style fix in SoundThing
[ui] Add ability to select/unselect a Thing
[ui] Refactor and fix code to check if page area is taken
[ui] Add ability to select/unselect things in Page
[ui] Add setPosition() method to Thing
[ui] Emit "drag-motion" when dragging Thing's main box
[ui] Remove unused signal ids from Thing
[ui] Add ability to move multiple things at once
[ui] Thing doesn't need Page for dragging operation anymore
[ui] Add "area" getter to Thing
[ui] Use "area" instead of Thing's state when applicable
[ui] Factor out code to set selected things from selection box
[ui] Add public method to select all things on page
[ui] Add Ctrl+A keyboard shortcut to select all things
[ui] Make unselectAllThings() method public in Page
[ui] Pressing Escape unselects all things on Page
[style] Remove unused/obsolete style names
[backgrounds] Add/replace background with something more real
[main] Don't disable multi-device locally
[ui] Unify selection handling around 'selected' property changes
[build] Depend on libnotify 0.7.1
[ui] Add ability to Ctrl+click things to toggle selection
[ui] Move focus on main box when toolbar is deactivated
[ui] Always set active when starting/stopping editing page title
[ui] Use entry to set page title instead of editable label
[ui] Select all page title when editing starts
[ui] Set background id from created background instance id
[model] Fix wrong delete call on function in PageManager
[main] Disable font mipmapping and AA antialias
[ui] Ensure MainWindow has even dimensions
[style] Make selection shadow a bit more visible
[style] Sanitize paddings and spacing in toolbars and toolboxes
[ui] Allow creating toolboxes without a title
[ui] Remove unused enum from Thing
[ui] Rename _createToolbar() to _createMainToolbar()
[ui] Emit 'selected-things-changed' when selection changes in Page
[ui] Implement selection context toolbar
[ui] Rename _LAYER_TOOLBOX to _LAYER_TOOLBAR
[ui] Coding style fix in MainWindow
[ui] Unselect all if dragging starts on an unselected thing
[ui] Do not allow selection switches while thing is active
[ui] Update dragArea on ensureDragArea
[build] Skip gudev from the jhbuild list of modules
[build] Add autopoint to the list of Ubuntu/Debian packages
[build] Add gperf to the list of Ubuntu/Debian packages
[ui] Fix typo on code to distribute things
[ui] Define initial property values on constructor where applicable
[ui] Rename _updateControls to _updateControlsVisibility() in Thing
[ui] Rename _updateSelection() to _updateSelectedStyle()
[ui] Define dragging threshold as a constant in Page
[ui] Re-enable clicks even if activation is disabled by dragging
[things] Show time label while sound is playing in SoundThing
[tb] Export recording duration in TbSoundRecorder
[things] Save state after voice recording stops
[things] Show recording time in SoundThing
[tb] Don't reset duration to 0 on EOS
[tb] Only run tick timeout while sound is playing
[things] Show sound duration default in time label
[things] Always show time label if Sound thing has a filename
Add some content to AUTHORS file
[ui] Set default window icon in MainWindow
[things] Avoid infinite play/pause switches on state changes
[things] Replace commented code with a proper FIXME
[tb] Ensure duration is available just after setting filename
[things] Remove hack to play-pause player to get file duration
[ui] Adjust the spinner size to be better aligned with the toolbar
[script] Work around Ubuntu's xulrunner bug
[script] Add missing '$' to the scripts
[things] Record voice memos in OGG format
[build] Don't distribute generated fonts.conf
[build] Don't distribute generated files path.js and features.js
[script] Fix Ubuntu's workaround for libmozjs.so in LD_LIBRARY_PATH
[build] Depend on Clutter 1.6.0
[release] 0.1.1
Marek Ä?ernocký (3):
Updated Czech translation
Updated Czech translation
Updated Czech translation
Mario Blättermann (2):
[l10n] Added German translation
[l10n] Updated German translation
Matej UrbanÄ?iÄ? (7):
Added Slovenian translation
Added sl for Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Petr Kovar (2):
Add Czech translation by Marek Cernocky
Update Czech translation by Marek Cernocky
SWOriginal (2):
[icons] Redone most icons to remove blur
[icons] Install new 16x16 icons for ok, less, and more
Simos Xenitellis (1):
[po] Use the proper name of .desktop in po/POTFILES.in
Yaron Shahrabani (1):
Added Hebrew translation.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]